summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-02-22 04:54:09 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commitb7d22abca7503b695080a38132a375192480228e (patch)
tree4c92d48df8f9829df712d3b6d72fb9cad683cd03 /recipes-bsp
parent6eafbe0811207a90d240a397ebc95d477090f224 (diff)
downloadmeta-multitech-b7d22abca7503b695080a38132a375192480228e.tar.gz
meta-multitech-b7d22abca7503b695080a38132a375192480228e.tar.bz2
meta-multitech-b7d22abca7503b695080a38132a375192480228e.zip
Change PACKAGE_ARCH, since overlays are machine dependent.
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/multitech/mt-dt-overlay.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay.bb b/recipes-bsp/multitech/mt-dt-overlay.bb
index 8b4fd0e..599cd8b 100644
--- a/recipes-bsp/multitech/mt-dt-overlay.bb
+++ b/recipes-bsp/multitech/mt-dt-overlay.bb
@@ -1,12 +1,9 @@
DESCRIPTION = "Compile MT board device tree overlays"
LICENSE = "(GPLv2+)"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-#inherit deploy
-
-# "or" more machines in the future
-COMPATIBLE_MACHINE = '(mtcdt)'
-dt_dir = "/boot/overlays"
+dt_dir = "/lib/dtoverlays"
SRC_URI = "git://git@gitlab.multitech.net/focus/mt-dt-overlay.git;protocol=ssh"