aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/jlime-donkey.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-28 18:49:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-28 18:49:08 +0000
commitf18661145bcacd7adca80e31cf3ee214f3ad7078 (patch)
tree567da405ed14f736299f0389e5aa15f3e724bb57 /conf/distro/jlime-donkey.conf
parentdb176af0bf1987aac2502954576d9265a92b80fe (diff)
downloadopenembedded-f18661145bcacd7adca80e31cf3ee214f3ad7078.tar.gz
multimachine: Change from an include to a .bblass (and update distros using multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.
Diffstat (limited to 'conf/distro/jlime-donkey.conf')
-rw-r--r--conf/distro/jlime-donkey.conf12
1 files changed, 5 insertions, 7 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf
index 01c90a5b26..dfdbe19e46 100644
--- a/conf/distro/jlime-donkey.conf
+++ b/conf/distro/jlime-donkey.conf
@@ -53,7 +53,11 @@ PREFERRED_VERSION_xserver-kdrive = "0.0+cvs20060312"
#<>
#<>Other Specific stuff.
#<>
-INHERIT += "package_tar package_ipk"
+#<>
+#<>We want to be able to build this for all jornadas so
+#<>to not mess up the folders we need to make them dynamic.
+#<>It will use different folders depending on Arch (set in local.conf)
+INHERIT += "package_tar package_ipk multimachine"
BBINCLUDELOGS = "yes"
IMAGE_FSTYPES = "tar.bz2"
TARGET_OS = "linux"
@@ -76,12 +80,6 @@ include conf/distro/preferred-opie-versions.inc
PCMCIA_MANAGER = "pcmciautils"
#<>
-#<>We want to be able to build this for all jornadas so
-#<>to not mess up the folders we need to make them dynamic.
-#<>It will use different folders depending on Arch (set in local.conf)
-include conf/distro/include/multimachine.conf
-
-#<>
#<> Dont wanna break stuff when "some" packages do -O3, so lets set it at -O2
#<>
FULL_OPTIMIZATION = "-O2"