From 992b8566ad6108ba864896543e1a841182882c35 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Mon, 12 Feb 2024 22:45:31 +0100 Subject: [PATCH 1/4] meta-lxatac-bsp: lxatac-core-image-base: remove make_zimage_symlink_relative The symlink is relative already, no need for this historical command nowadays. Signed-off-by: Enrico Jorns --- .../recipes-core/images/lxatac-core-image-base.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-lxatac-bsp/recipes-core/images/lxatac-core-image-base.bbappend b/meta-lxatac-bsp/recipes-core/images/lxatac-core-image-base.bbappend index 9f329035..af458bcd 100644 --- a/meta-lxatac-bsp/recipes-core/images/lxatac-core-image-base.bbappend +++ b/meta-lxatac-bsp/recipes-core/images/lxatac-core-image-base.bbappend @@ -9,5 +9,3 @@ IMAGE_INSTALL:append = "\ kernel-devicetree \ dt-utils-barebox-state \ " - -ROOTFS_POSTPROCESS_COMMAND += " make_zimage_symlink_relative; " From d6615cf1cb3ebb298cf283d396758891d3bbe8a8 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Fri, 16 Feb 2024 00:08:22 +0100 Subject: [PATCH 2/4] meta-lxatac-software: lxatac-core-image-base: remove packagegroup-base-wifi and iw core-image already pulls in packagegroup-base-extended which pulls in packagegroups like 'packagegroup-base-wifi' based on DISTRO_FEATURES and/or MACHINE_FEATURES. Also remove 'iw' since this is pulled in by packagegroup-base-wifi. Signed-off-by: Enrico Jorns --- .../recipes-core/images/lxatac-core-image-base.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb index 7358c930..2faccf61 100644 --- a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb +++ b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb @@ -65,7 +65,6 @@ IMAGE_INSTALL:append = "\ iproute2-rtacct \ iproute2-ss \ iproute2-tc \ - iw \ libdrm-tests \ libgpiod-tools \ libiio \ @@ -98,7 +97,6 @@ IMAGE_INSTALL:append = "\ openssh-sftp \ openssh-sftp-server \ openssl-engines \ - packagegroup-base-wifi \ perf \ ply \ podman \ From da546f0e4e9d77f8c1271b49b4415d5a9848653a Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Fri, 16 Feb 2024 00:22:02 +0100 Subject: [PATCH 3/4] meta-lxatac-software: lxatac-core-image-base: use 'tools-debug' Pull in debugging tools by specifying 'tools-debug' IMAGE_FEATURES. Note that this will also add mtrace by default. Signed-off-by: Enrico Jorns --- .../recipes-core/images/lxatac-core-image-base.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb index 2faccf61..a59564dc 100644 --- a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb +++ b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb @@ -2,7 +2,7 @@ SUMMARY = "LXA TAC image containing a selection of useful development tools" BAD_RECOMMENDATIONS = "rng-tools" -IMAGE_FEATURES = "ssh-server-openssh empty-root-password" +IMAGE_FEATURES = "ssh-server-openssh empty-root-password tools-debug" IMAGE_FSTYPES += "ext4" @@ -43,8 +43,6 @@ IMAGE_INSTALL:append = "\ evtest \ fb-test \ fio \ - gdb \ - gdbserver \ git \ github-act-runner \ gitlab-runner \ @@ -119,7 +117,6 @@ IMAGE_INSTALL:append = "\ sispmctl \ smemstat \ socat \ - strace \ stress-ng \ sysstat \ systemd-analyze \ From 83c3ed8f8d4b568b3a161e61073275a9c0b5c1aa Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Fri, 16 Feb 2024 00:33:57 +0100 Subject: [PATCH 4/4] meta-lxatac-software: enable 'bluetooth' in DISTRO_FEATURES bluez5 was pulled in manually but 'bluetooth' not enabled in DISTRO_FEATURES. Enable it, to also benefit from bluetooth-features of other packages and remove 'bluez5' from explicit list. Signed-off-by: Enrico Jorns --- meta-lxatac-software/conf/distro/tacos.conf | 2 +- .../recipes-core/images/lxatac-core-image-base.bb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-lxatac-software/conf/distro/tacos.conf b/meta-lxatac-software/conf/distro/tacos.conf index c606aa3b..36c9a1a9 100644 --- a/meta-lxatac-software/conf/distro/tacos.conf +++ b/meta-lxatac-software/conf/distro/tacos.conf @@ -7,7 +7,7 @@ MAINTAINER = "Linux Automation GmbH " LOCALCONF_VERSION = "2" -DISTRO_FEATURES = "argp ext2 largefile usbgadget usbhost wifi xattr nfs zeroconf multiarch systemd usrmerge" +DISTRO_FEATURES = "argp ext2 largefile usbgadget usbhost wifi bluetooth xattr nfs zeroconf multiarch systemd usrmerge" DISTRO_FEATURES += " rauc virtualization ipv6 security seccomp alsa polkit" # Select systemd as init manager diff --git a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb index a59564dc..dfae76e7 100644 --- a/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb +++ b/meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb @@ -26,7 +26,6 @@ IMAGE_INSTALL:append = "\ barebox-tools \ bcu \ blktrace \ - bluez5 \ bmap-tools \ bonnie++ \ bottom \