[oe-commits] Ross Burton : core-image-minimal-initramfs: don't install busybox-syslog

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 22:41:12 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 996b3e344838db40ef8ef17efd719b830c23fa40
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=996b3e344838db40ef8ef17efd719b830c23fa40

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Feb 19 21:32:17 2013 +0000

core-image-minimal-initramfs: don't install busybox-syslog

This uses BAD_RECOMMENDATIONS which isn't supported by all package backends, but
it's a start.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../images/core-image-minimal-initramfs.bb         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 7f6826c..6de24b3 100644
--- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
+++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
@@ -17,3 +17,5 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
 inherit core-image
 
 IMAGE_ROOTFS_SIZE = "8192"
+
+BAD_RECOMMENDATIONS += "busybox-syslog"





More information about the Openembedded-commits mailing list