[Update] Adding some feature for peripheral-io 01/157501/2
authorwchang kim <wchang.kim@samsung.com>
Tue, 24 Oct 2017 23:29:42 +0000 (08:29 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 25 Oct 2017 00:02:57 +0000 (09:02 +0900)
Change-Id: If789b3ee216f358a6c33ee2157f9321de0853722

packaging/platform-preset-boards-artik530.inc
packaging/platform-preset-boards-rpi3.inc

index 9ac956fcff3865ca9458066918d7b133e5b8c176..f1a596379e596f0d6d1130418b01e940453d6622 100644 (file)
@@ -61,6 +61,12 @@ Firstly select HALs and Feature to add to your image.
 %tizen_feature tizen.org/feature/sensor.linear_acceleration false
 %tizen_feature tizen.org/feature/sensor.proximity false
 %tizen_feature tizen.org/feature/sensor.temperature false
+%tizen_feature tizen.org/feature/peripheral_io.gpio true
+%tizen_feature tizen.org/feature/peripheral_io.i2c true
+%tizen_feature tizen.org/feature/peripheral_io.pwm true
+%tizen_feature tizen.org/feature/peripheral_io.spi true
+%tizen_feature tizen.org/feature/peripheral_io.uart true
+%tizen_feature tizen.org/system/model_name artik
 
 
 ### ARTIK530-System ###
@@ -228,7 +234,7 @@ Requires:   %{name}-sub2-domain_API-Network-Bluetooth_BREDR
 Requires:      bluetooth-frwk-profile_common
 Requires:      bluetooth-tools-profile_common
 Requires:      bluez-profile_common
-Suggests:      bluez-extension-bredr 
+Suggests:      bluez-extension-bredr
 Suggests:      bluetooth-frwk-plugin-headed
 Suggests:      org.tizen.bt-syspopup
 Suggests:      org.tizen.bt-syspopup-profile_common
index e6eb73f7cec883883dc7875155ae44419947b0c0..34a924f9161495532fddb9eb51310522575015da 100644 (file)
@@ -60,6 +60,12 @@ Firstly select HALs and Feature to add to your image.
 %tizen_feature tizen.org/feature/sensor.linear_acceleration true
 %tizen_feature tizen.org/feature/sensor.proximity true
 %tizen_feature tizen.org/feature/sensor.temperature true
+%tizen_feature tizen.org/feature/peripheral_io.gpio true
+%tizen_feature tizen.org/feature/peripheral_io.i2c true
+%tizen_feature tizen.org/feature/peripheral_io.pwm false
+%tizen_feature tizen.org/feature/peripheral_io.spi true
+%tizen_feature tizen.org/feature/peripheral_io.uart true
+%tizen_feature tizen.org/system/model_name rpi3
 
 
 ### RPI3-System ###