From 289686527348aa7977c268e2285b3953b62b07f7 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Sun, 18 Feb 2024 00:28:15 +0100 Subject: [PATCH 1/4] meta-lxatac-bsp: lxatac-lldpd-config: change to 'allarch' This is just a config file that does not even depend on the machine used. Thus use allarch instead of hard-coded PACKAGE_ARCH. Signed-off-by: Enrico Jorns --- .../recipes-core/lxatac-lldpd-config/lxatac-lldpd-config.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-lxatac-bsp/recipes-core/lxatac-lldpd-config/lxatac-lldpd-config.bb b/meta-lxatac-bsp/recipes-core/lxatac-lldpd-config/lxatac-lldpd-config.bb index 5016dba3..52f6722a 100644 --- a/meta-lxatac-bsp/recipes-core/lxatac-lldpd-config/lxatac-lldpd-config.bb +++ b/meta-lxatac-bsp/recipes-core/lxatac-lldpd-config/lxatac-lldpd-config.bb @@ -1,7 +1,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -PACKAGE_ARCH = "lxatac" +inherit allarch SRC_URI = " \ file://01-switch.conf \ From f6f70a63a6752b0c3c63588c6faf552a3abc63fd Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Sun, 18 Feb 2024 00:43:56 +0100 Subject: [PATCH 2/4] meta-lxatac-bsp: systemd-conf-lxatac: change to 'allarch' This installs just a config file that does not even depend on the machine used. Thus use allarch instead of hard-coded PACKAGE_ARCH. Signed-off-by: Enrico Jorns --- meta-lxatac-bsp/recipes-core/systemd/systemd-conf-lxatac.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-lxatac-bsp/recipes-core/systemd/systemd-conf-lxatac.bb b/meta-lxatac-bsp/recipes-core/systemd/systemd-conf-lxatac.bb index f31cfe6f..2d6f48a6 100644 --- a/meta-lxatac-bsp/recipes-core/systemd/systemd-conf-lxatac.bb +++ b/meta-lxatac-bsp/recipes-core/systemd/systemd-conf-lxatac.bb @@ -1,9 +1,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -PACKAGE_ARCH = "lxatac" - -inherit systemd +inherit systemd allarch SRC_URI += " \ file://01-watchdog.conf \ From 75b017fdee1e17944d5605760f2f9a33cfe6b4fd Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Sun, 18 Feb 2024 00:33:42 +0100 Subject: [PATCH 3/4] meta-lxatac-bsp: lxatac-persistent-journal change to 'allarch' This just installs config files, no need to make the package tune-specific. Signed-off-by: Enrico Jorns --- .../lxatac-persistent-journal/lxatac-persistent-journal.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-lxatac-bsp/recipes-core/lxatac-persistent-journal/lxatac-persistent-journal.bb b/meta-lxatac-bsp/recipes-core/lxatac-persistent-journal/lxatac-persistent-journal.bb index 30730eb8..8d277d2c 100644 --- a/meta-lxatac-bsp/recipes-core/lxatac-persistent-journal/lxatac-persistent-journal.bb +++ b/meta-lxatac-bsp/recipes-core/lxatac-persistent-journal/lxatac-persistent-journal.bb @@ -7,6 +7,8 @@ SRC_URI = " \ S = "${WORKDIR}" +inherit allarch + do_install () { install -d ${D}${systemd_system_unitdir}/ install -m 0644 -t ${D}${systemd_system_unitdir}/ ${S}/var-log-journal.mount From b53c1b0a1b72c71db585bb0be88ce936d02ff994 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Sun, 18 Feb 2024 00:36:15 +0100 Subject: [PATCH 4/4] meta-lxatac-bsp: lxatac-persistent-sysstat: change to 'allarch' This just installs config files, no need to make the package tune-specific. Signed-off-by: Enrico Jorns --- .../lxatac-persistent-sysstat/lxatac-persistent-sysstat.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-lxatac-bsp/recipes-core/lxatac-persistent-sysstat/lxatac-persistent-sysstat.bb b/meta-lxatac-bsp/recipes-core/lxatac-persistent-sysstat/lxatac-persistent-sysstat.bb index 3bb8ec92..6b7c7136 100644 --- a/meta-lxatac-bsp/recipes-core/lxatac-persistent-sysstat/lxatac-persistent-sysstat.bb +++ b/meta-lxatac-bsp/recipes-core/lxatac-persistent-sysstat/lxatac-persistent-sysstat.bb @@ -8,6 +8,8 @@ SRC_URI = " \ S = "${WORKDIR}" +inherit allarch + do_install () { install -d ${D}${systemd_system_unitdir}/ install -m 0644 -t ${D}${systemd_system_unitdir}/ ${S}/var-log-sa.mount