summaryrefslogtreecommitdiff
path: root/recipes-core/multitech
diff options
context:
space:
mode:
authorSerhii Voloshynov <serhii.voloshynov@globallogic.com>2023-09-26 12:08:51 +0300
committerJohn Klug <john.klug@multitech.com>2023-09-26 11:37:19 -0500
commit56681232c2fa360e465c79a124a531274d70b2b4 (patch)
treea9aaa3079e549d485927757b23c66f9bdda8bab9 /recipes-core/multitech
parentc9cd49f1434d2c635af509a3f6709638a067624d (diff)
downloadmeta-mlinux-master.tar.gz
meta-mlinux-master.tar.bz2
meta-mlinux-master.zip
Packages that are different by machine should have different names from each otherHEAD6.3.1master
Diffstat (limited to 'recipes-core/multitech')
-rw-r--r--recipes-core/multitech/config_2.4.bb4
-rw-r--r--recipes-core/multitech/overlayfs-init-jffs2_0.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/multitech/config_2.4.bb b/recipes-core/multitech/config_2.4.bb
index 6d6956b..e3d014f 100644
--- a/recipes-core/multitech/config_2.4.bb
+++ b/recipes-core/multitech/config_2.4.bb
@@ -3,7 +3,7 @@ SECTION = "base"
LICENSE = "MIT"
RDEPENDS_${PN} += "bash"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-PACKAGE_ARCH = "all"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r3"
PACKAGES =+ "${PN}-mths"
inherit update-rc.d
@@ -79,7 +79,7 @@ pkg_postinst_${PN}-mths() {
mkdir -p $X
export X
(
-
+
set -x
if tar -tf $D${sysconfdir}/defaults.tar.gz | grep dnsmasq ; then
:
diff --git a/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb b/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb
index b44a478..2babc4a 100644
--- a/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb
+++ b/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "OverlayFS init"
HOMEPAGE = "http://www.multitech.com/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PACKAGE_ARCH = "all"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r2"
RDEPENDS_${PN} += "bash"