aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-11-09 15:49:33 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-28 09:19:51 -0700
commit81c07de405f3987af72316993948dfa7e7b13dbb (patch)
treec386dc2c4dabd953f3804908bb2316b80fde7865 /classes/image.bbclass
parent606441e5c4f4a979231fb943b1fa39ea5371a727 (diff)
downloadopenembedded-81c07de405f3987af72316993948dfa7e7b13dbb.tar.gz
Add flags for variable typing
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r--classes/image.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index d98ba5cbba..7c1f3e1df2 100644
--- a/classes/image.bbclass
+++ b/classes/image.bbclass
@@ -31,6 +31,7 @@ IMAGE_BOOT ?= "${IMAGE_INITSCRIPTS} \
# some default locales
IMAGE_LINGUAS ?= "de-de fr-fr en-gb"
+IMAGE_LINGUAS[type] = "list"
LINGUAS_INSTALL = ""
LINGUAS_INSTALL_linux = "${@base_ifelse(d.getVar('IMAGE_LINGUAS', True), \
@@ -44,6 +45,7 @@ RDEPENDS += "${@' '.join(oe.packagegroup.active_packages('${IMAGE_FEATURES}'.spl
IMAGE_FEATURES ?= ""
+IMAGE_FEATURES[type] = "list"
IMAGE_FEATURES_prepend = "image_base "
# Define our always included package group
@@ -85,6 +87,7 @@ do_rootfs[recrdeptask] += "do_deploy do_populate_sysroot"
EXCLUDE_FROM_WORLD = "1"
USE_DEVFS ?= "0"
+USE_DEVFS[type] = "boolean"
PID = "${@os.getpid()}"