summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-17 20:49:48 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-17 20:49:48 +0000
commit767d9ca544c9c5bce686d8924619d9ab2385d8e8 (patch)
treec68c8b6f810d0c72eb82bf894de42e6d39c369dd /meta/conf/distro/poky.conf
parent45d0dac16ad84f9eb0264dfd662238e3913619d6 (diff)
downloadpoky-767d9ca544c9c5bce686d8924619d9ab2385d8e8.tar.gz
Merge multimachine class into bitbake.conf and create singlemachine.bbclass as a backwards compatibility option
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index ba51d1e19d..2a6927371b 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -9,7 +9,7 @@ MAINTAINER = "OpenedHand <poky@openedhand.com>"
9 9
10PACKAGE_CLASSES ?= "package_ipk" 10PACKAGE_CLASSES ?= "package_ipk"
11INHERIT_INSANE ?= "insane" 11INHERIT_INSANE ?= "insane"
12INHERIT += "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}" 12INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE}"
13# For some reason, this doesn't work 13# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 14# TARGET_OS ?= "linux"
15# TARGET_VENDOR ?= "-poky" 15# TARGET_VENDOR ?= "-poky"