summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-07 13:26:32 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-16 20:37:57 +0000
commita1169c7183ea9d74bb1a3ce5095402fa459bbaac (patch)
tree16ce81152a2088fd00248b201d574bab11cb0e7c
parentba93a86b1cf999e8a330eb056d3f7640a1965fe4 (diff)
hsdk/arc: remove incompatible packages from packagegroups
These packages are not yet supported on arc. Exclude them from the build. Bug-AGL: SPEC-3719 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I3c93fc792343b4d45a66d0a1062b1bf49669a004 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25761 ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r--meta-agl-bsp/conf/include/agl_hsdk.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_hsdk.inc b/meta-agl-bsp/conf/include/agl_hsdk.inc
index 075cea53e..825d5f074 100644
--- a/meta-agl-bsp/conf/include/agl_hsdk.inc
+++ b/meta-agl-bsp/conf/include/agl_hsdk.inc
@@ -2,3 +2,8 @@ KERNEL_IMAGETYPE = "uImage"
WKS_FILE = "sdimage-hsdk.wks"
IMAGE_BOOT_FILES = "uImage uboot.env"
IMAGE_INSTALL_append = " kernel-modules"
+
+# remove incompatible packages from packagegroups
+RDEPENDS_packagegroup-agl-core-devel_remove_hsdk = "valgrind gcc-sanitizers"
+RDEPENDS_packagegroup-core-tools-profile_remove_hsdk = "systemtap"
+RDEPENDS_packagegroup-core-tools-debug_remove_hsdk = "gdbserver"