diff options
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index c326314710..148124ef4c 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -9,7 +9,7 @@ DISTRO_TYPE ?= "release" MAINTAINER_poky = "OpenedHand <poky@openedhand.com>" -INHERIT += " package_ipk debian multimachine poky " +INHERIT += " package_ipk debian multimachine poky devshell " # For some reason, this doesn't work # TARGET_OS ?= "linux" TARGET_OS = "linux" |