diff options
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index a6ab5cf939..9069e0c8a4 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -8,7 +8,8 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}" | |||
8 | MAINTAINER = "OpenedHand <poky@openedhand.com>" | 8 | MAINTAINER = "OpenedHand <poky@openedhand.com>" |
9 | 9 | ||
10 | PACKAGE_CLASSES ?= "package_ipk" | 10 | PACKAGE_CLASSES ?= "package_ipk" |
11 | INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane" | 11 | INHERIT_INSANE ?= "insane" |
12 | INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}" | ||
12 | # For some reason, this doesn't work | 13 | # For some reason, this doesn't work |
13 | # TARGET_OS ?= "linux" | 14 | # TARGET_OS ?= "linux" |
14 | # TARGET_VENDOR ?= "-poky" | 15 | # TARGET_VENDOR ?= "-poky" |