change feature [ remote-keyborad -> enable-rc-kbd ]
authorkos <kos@dev3>
Thu, 8 Dec 2011 02:16:14 +0000 (11:16 +0900)
committerkos <kos@dev3>
Thu, 8 Dec 2011 02:16:14 +0000 (11:16 +0900)
conf/machine/vuultimo.conf
recipes/enigma2/enigma2.bb
recipes/tasks/task-boot.bb

index 2772460..a02ccd4 100644 (file)
@@ -75,7 +75,7 @@ MACHINE_FEATURES += "wifi"
 MACHINE_FEATURES += "vuwlan"
 MACHINE_FEATURES += "display-graphic-vfd"
 MACHINE_FEATURES += "right-half-vfd-skin"
-MACHINE_FEATURES += "remote-keyboard"
+MACHINE_FEATURES += "enable-rc-kbd"
 
 
 
index 85c2780..5f43391 100644 (file)
@@ -194,7 +194,7 @@ EXTRA_OECONF = " \
        ${@base_contains("MACHINE_FEATURES", "display-text-vfd", "--with-display-text-vfd" , "", d)} \
        ${@base_contains("MACHINE_FEATURES", "display-graphic-vfd", "--with-display-graphic-vfd" , "", d)} \
        ${@base_contains("MACHINE_FEATURES", "right-half-vfd-skin", "--with-set-right-half-vfd-skin" , "", d)} \
-       ${@base_contains("MACHINE_FEATURES", "remote-keyboard", "--with-remote-keyboard" , "", d)} \
+       ${@base_contains("MACHINE_FEATURES", "enable-rc-kbd", "--with-remote-keyboard" , "", d)} \
         BUILD_SYS=${BUILD_SYS} \
         HOST_SYS=${HOST_SYS} \
         STAGING_INCDIR=${STAGING_INCDIR} \
index 83fcef7..f4344a4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r62"
+PR = "r63"
 
 inherit task