diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-07 15:28:59 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-07 15:28:59 +0900 |
commit | 2010e593a13542356bc17055b8d190b2ac68cf85 (patch) | |
tree | 4dfa798e25a5d8fd83c941e5b1009f1a1ae499da | |
parent | 745acb33a97e422d246f306878b1673840127139 (diff) | |
download | meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.tar.gz meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.tar.bz2 meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.zip |
[TINF-910] Add bluetooth packagessubmit/tizen_mobile/20150507.070712
Added packages:
- platform/adaptation/bluetooth-firmware-bcm
- platform/upstream/bluez
- apps/core/preloaded/bt-syspopup
- platform/core/connectivity/bluetooth-share
Change-Id: I0b527d6ca633692eb3877d9b1293cb4f698d2c4b
-rw-r--r-- | mobile.yaml | 8 | ||||
-rw-r--r-- | patterns/mobile-bluetooth.yaml | 10 | ||||
-rw-r--r-- | scripts/mobile-bluetooth.post | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/mobile.yaml b/mobile.yaml index c84b98c..bc4cc15 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -68,6 +68,7 @@ X11: - Mobile Enlightenment X11 - Mobile Input Framework - Mobile Connectivity Framework X11 + - Mobile Bluetooth PostScripts: - generic-base - mobile-base @@ -84,6 +85,7 @@ X11: - generic-desktop-applications - generic-crosswalk - mobile-crosswalk + - mobile-bluetooth Repos: [] NoChrootScripts: - buildname @@ -115,6 +117,7 @@ X11-64: - Mobile Enlightenment X11 - Mobile Input Framework - Mobile Connectivity Framework X11 + - Mobile Bluetooth PostScripts: - generic-base - mobile-base @@ -131,6 +134,7 @@ X11-64: - generic-desktop-applications - generic-crosswalk - mobile-crosswalk + - mobile-bluetooth Repos: [] NoChrootScripts: - buildname @@ -162,6 +166,7 @@ Wayland: - Mobile Enlightenment Wayland - Mobile Input Framework - Mobile Connectivity Framework Wayland + - Mobile Bluetooth PostScripts: - generic-base - mobile-base @@ -177,6 +182,7 @@ Wayland: - generic-desktop-applications - generic-crosswalk - mobile-crosswalk + - mobile-bluetooth Repos: [] NoChrootScripts: - buildname @@ -208,6 +214,7 @@ Wayland-64: - Mobile Enlightenment Wayland - Mobile Input Framework - Mobile Connectivity Framework Wayland + - Mobile Bluetooth PostScripts: - generic-base - mobile-base @@ -223,6 +230,7 @@ Wayland-64: - generic-desktop-applications - generic-crosswalk - mobile-crosswalk + - mobile-bluetooth Repos: [] NoChrootScripts: - buildname diff --git a/patterns/mobile-bluetooth.yaml b/patterns/mobile-bluetooth.yaml new file mode 100644 index 0000000..7239a24 --- /dev/null +++ b/patterns/mobile-bluetooth.yaml @@ -0,0 +1,10 @@ +Summary: Mobile Bluetooth +Description: Mobile Bluetooth +Name: mobile-bluetooth +Packages: +- bluez +- libbluetooth +- obexd +- org.tizen.bt-syspopup +- bluetooth-share +- bluetooth-firmware-bcm diff --git a/scripts/mobile-bluetooth.post b/scripts/mobile-bluetooth.post new file mode 100644 index 0000000..e61b77b --- /dev/null +++ b/scripts/mobile-bluetooth.post @@ -0,0 +1,3 @@ +#!/bin/sh +echo "#################### mobile-bluetooth.post ####################" + |