diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 14:56:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 14:56:12 +0000 |
commit | 00d6afcb893bec3fee68e3121c9d25999e833e27 (patch) | |
tree | eadb8a3e6303fb860cba611f73807c46e237954e /conf/machine/blueangel.conf | |
parent | 0500b5f01143f6eafb8fbacc061bbe245283caee (diff) |
Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
Diffstat (limited to 'conf/machine/blueangel.conf')
-rw-r--r-- | conf/machine/blueangel.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/blueangel.conf b/conf/machine/blueangel.conf index 196cd51ebb..3f90ccf84c 100644 --- a/conf/machine/blueangel.conf +++ b/conf/machine/blueangel.conf @@ -12,9 +12,6 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel_kernel26 = "xanadux-ba-2.6" PREFERRED_PROVIDER_virtual/kernel = "xanadux-ba-2.6" -BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params" -BOOTSTRAP_EXTRA_DEPENDS_append_kernel26 = " xanadux-ba-2.6 udev module-init-tools" - BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${BA_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools" |