From: Denys Dmytriyenko <[email protected]> 1. keystone-specific image was updated to exclude ti-llvm3.6-dev, but other platforms still refered to ti-llvm3.3-dev and won't purge it 2. no need to separate BAD_RECOMMENDATIONS for keystone from other platforms, as all of them incldude common arago-base-tisdk-image 3. also exclude coreutils that gets pulled due to number of -dev packages, for consistency of using busybox-based system tools across all platforms
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb | 3 ++- meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb index 51d2652..7b589e2 100644 --- a/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb @@ -13,10 +13,11 @@ IMAGE_INSTALL += "\ " BAD_RECOMMENDATIONS += " \ - ti-llvm3.3-dev \ + ti-llvm3.6-dev \ opencl-monitor-dev \ libulm-dev \ gdbserver-c6x-dev \ + coreutils \ " export IMAGE_BASENAME = "arago-base-tisdk-image" diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb index d0c3f54..53ea300 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb @@ -14,11 +14,4 @@ IMAGE_INSTALL += "\ packagegroup-arago-test-addons \ " -BAD_RECOMMENDATIONS += " \ - ti-llvm3.6-dev \ - opencl-monitor-dev \ - libulm-dev \ - gdbserver-c6x-dev \ -" - export IMAGE_BASENAME = "tisdk-server-rootfs-image" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
