From: Srinuvasan A <
srinuv...@siemens.com>
DPKG_ARCH = "all" is now the default in isar for dpkg-raw recipes.
Signed-off-by: Srinuvasan A <
srinuv...@siemens.com>
---
.../module-signer-example/
module-signer-example.bb | 2 --
meta/classes-recipe/dracut-module.bbclass | 2 --
meta/recipes-support/enable-fsck/
enable-fsck_0.2.bb | 2 --
.../isar-ddi-definitions/
isar-ddi-definitions_0.1.bb | 1 -
meta/recipes-support/sshd-regen-keys/
sshd-regen-keys_0.5.bb | 2 --
5 files changed, 9 deletions(-)
diff --git a/meta-isar/recipes-devtools/module-signer-example/
module-signer-example.bb b/meta-isar/recipes-devtools/module-signer-example/
module-signer-example.bb
index 58a84d01..271b481e 100644
--- a/meta-isar/recipes-devtools/module-signer-example/
module-signer-example.bb
+++ b/meta-isar/recipes-devtools/module-signer-example/
module-signer-example.bb
@@ -7,8 +7,6 @@
inherit dpkg-raw
-DPKG_ARCH = "all"
-
PROVIDES = "module-signer"
DEBIAN_PROVIDES = "module-signer"
diff --git a/meta/classes-recipe/dracut-module.bbclass b/meta/classes-recipe/dracut-module.bbclass
index e2ed52ac..8bc2846e 100644
--- a/meta/classes-recipe/dracut-module.bbclass
+++ b/meta/classes-recipe/dracut-module.bbclass
@@ -11,8 +11,6 @@ inherit dpkg-raw
FILESPATH:append = ":${LAYERDIR_core}/recipes-initramfs/dracut-module/files"
-DPKG_ARCH = "all"
-
DRACUT_MODULE_SETUP = "module-setup.sh"
SRC_URI:append = "file://${DRACUT_MODULE_SETUP}.tmpl"
diff --git a/meta/recipes-support/enable-fsck/
enable-fsck_0.2.bb b/meta/recipes-support/enable-fsck/
enable-fsck_0.2.bb
index 2d0ec950..b5c42d8f 100644
--- a/meta/recipes-support/enable-fsck/
enable-fsck_0.2.bb
+++ b/meta/recipes-support/enable-fsck/
enable-fsck_0.2.bb
@@ -16,8 +16,6 @@ SRC_URI = " \
file://enable-fsck.sh \
file://postinst"
-DPKG_ARCH = "all"
-
do_install() {
install -d -m 755 ${D}/usr/share/enable-fsck
install -m 755 ${WORKDIR}/enable-fsck.sh ${D}/usr/share/enable-fsck/
diff --git a/meta/recipes-support/isar-ddi-definitions/
isar-ddi-definitions_0.1.bb b/meta/recipes-support/isar-ddi-definitions/
isar-ddi-definitions_0.1.bb
index e7ee516a..7982f238 100644
--- a/meta/recipes-support/isar-ddi-definitions/
isar-ddi-definitions_0.1.bb
+++ b/meta/recipes-support/isar-ddi-definitions/
isar-ddi-definitions_0.1.bb
@@ -6,7 +6,6 @@
inherit dpkg-raw
DESCRIPTION = "Definitions to generate Discoverable Disk Image"
-DPKG_ARCH = "all"
DEBIAN_DEPENDS = "systemd, systemd-repart, cryptsetup, openssl, erofs-utils"
diff --git a/meta/recipes-support/sshd-regen-keys/
sshd-regen-keys_0.5.bb b/meta/recipes-support/sshd-regen-keys/
sshd-regen-keys_0.5.bb
index 55d67f6e..1184df7c 100644
--- a/meta/recipes-support/sshd-regen-keys/
sshd-regen-keys_0.5.bb
+++ b/meta/recipes-support/sshd-regen-keys/
sshd-regen-keys_0.5.bb
@@ -5,7 +5,5 @@ DESCRIPTION = "Systemd service to regenerate sshd keys"
MAINTAINER = "isar-users <
isar-...@googlegroups.com>"
DEBIAN_DEPENDS = "openssh-server, systemd"
-DPKG_ARCH = "all"
-
SRC_URI = "file://postinst \
file://sshd-regen-keys.service"
--
2.34.1