diff options
author | Jeff Hatch <jhatch@multitech.com> | 2021-12-23 08:41:04 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2021-12-23 08:41:04 -0600 |
commit | 0e1269c9c5f91cc5c6edac0ec3bffe5d606b5b48 (patch) | |
tree | b4e9faa8c6184b7c6d8d9d999593dce8392db798 /recipes-bsp/multitech/mts-io.inc | |
parent | d22540a6ad2d89d8383dbe79448e003c5bd901ad (diff) | |
parent | d7a9a9dd6c1c8531a6e5d2ae32dc865f078e90a5 (diff) | |
download | meta-multitech-0e1269c9c5f91cc5c6edac0ec3bffe5d606b5b48.tar.gz meta-multitech-0e1269c9c5f91cc5c6edac0ec3bffe5d606b5b48.tar.bz2 meta-multitech-0e1269c9c5f91cc5c6edac0ec3bffe5d606b5b48.zip |
Merge branch 'ap/MTX-4274' into 6
This merge brings in new hardware support for the mtrv1 and conduit pars
shortage updates
Diffstat (limited to 'recipes-bsp/multitech/mts-io.inc')
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc index a00f9aa..10d4527 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19 file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " do_fetch[depends] += "virtual/kernel:do_shared_workdir" -INC_PR = "r2" +INC_PR = "r6" SRCREV = "${PV}" PR = "${INC_PR}.0" @@ -85,6 +85,7 @@ fakeroot do_install () { # install headers for kernel modules install -d ${D}${includedir}/mts-kernel-headers/linux install -m 0644 ${S}/io-module/mts_io.h ${D}${includedir}/mts-kernel-headers/linux + install -m 0644 ${S}/io-module/mts_io_module.h ${D}${includedir}/mts-kernel-headers/linux install -m 0644 ${S}/io-module/mts_eeprom.h ${D}${includedir}/mts-kernel-headers/linux install -m 0644 ${S}/io-module/at91gpio.h ${D}${includedir}/mts-kernel-headers/linux @@ -94,6 +95,7 @@ fakeroot do_install () { # install -d ${D}${includedir}/linux install -m 0644 ${S}/io-module/mts_io.h ${D}${includedir}/linux + install -m 0644 ${S}/io-module/mts_io_module.h ${D}${includedir}/linux install -m 0644 ${S}/io-module/mts_eeprom.h ${D}${includedir}/linux install -m 0644 ${S}/io-module/at91gpio.h ${D}${includedir}/linux |