summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/distro/openzaurus.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-28 21:58:59 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-28 21:58:59 +0000
commit439db2032c8b3446fc3bbae945370d2f28b0d2c2 (patch)
treef161f94ee42c5c53ecbb6697e4227c249758a8f2 /openembedded/conf/distro/openzaurus.conf
parentc74733f58c274921f9e1801a37e0a96dfd5d4776 (diff)
downloadpoky-439db2032c8b3446fc3bbae945370d2f28b0d2c2.tar.gz
Change multimachine to a bbclass and update distro configurations. Add multimachine functionlity to cope with packages with machine specific sub packages. Also applied to OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@450 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/openzaurus.conf')
-rw-r--r--openembedded/conf/distro/openzaurus.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/openembedded/conf/distro/openzaurus.conf b/openembedded/conf/distro/openzaurus.conf
index edcbacc80e..b7f456320f 100644
--- a/openembedded/conf/distro/openzaurus.conf
+++ b/openembedded/conf/distro/openzaurus.conf
@@ -5,7 +5,7 @@
5DISTRO = "openzaurus" 5DISTRO = "openzaurus"
6DISTRO_NAME = "OpenZaurus" 6DISTRO_NAME = "OpenZaurus"
7 7
8INHERIT += " package_ipk debian" 8INHERIT += " package_ipk debian multimachine"
9# For some reason, this doesn't work 9# For some reason, this doesn't work
10# TARGET_OS ?= "linux" 10# TARGET_OS ?= "linux"
11TARGET_OS = "linux" 11TARGET_OS = "linux"
@@ -16,5 +16,3 @@ BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version"
16PARALLEL_INSTALL_MODULES = "1" 16PARALLEL_INSTALL_MODULES = "1"
17 17
18DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" 18DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
19
20include conf/distro/include/multimachine.conf