From f18661145bcacd7adca80e31cf3ee214f3ad7078 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 28 May 2006 18:49:08 +0000 Subject: 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. --- conf/distro/jlime-donkey.conf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'conf/distro/jlime-donkey.conf') 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" @@ -75,12 +79,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 #<> -- cgit v1.2.3