diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-28 18:49:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 18:49:08 +0000 |
commit | f18661145bcacd7adca80e31cf3ee214f3ad7078 (patch) | |
tree | 567da405ed14f736299f0389e5aa15f3e724bb57 /conf/distro/familiar.conf | |
parent | db176af0bf1987aac2502954576d9265a92b80fe (diff) |
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/familiar.conf')
-rw-r--r-- | conf/distro/familiar.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index da5caa7998..2646fe78a6 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -4,7 +4,7 @@ MAINTAINER ?= "Familiar Developers <familiar-dev@handhelds.org>" -INHERIT += "package_ipk debian" +INHERIT += "package_ipk debian multimachine" TARGET_OS = "linux" BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version" @@ -15,5 +15,3 @@ PARALLEL_INSTALL_MODULES = "1" UDEV_DEVFS_RULES = "1" DISTRO_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')}" - -include conf/distro/include/multimachine.conf |