diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mt-dt-overlay.bb | 7 |
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" |