diff options
author | John Klug <john.klug@multitech.com> | 2020-10-26 15:16:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-26 15:16:48 -0500 |
commit | 509344a9cfd68c832ce6a1d8df0478482f15cf57 (patch) | |
tree | cf15685a0ffb38c6a6b8c553d22d917b8c0e9517 /recipes-bsp/multitech | |
parent | 91981d6f6a5fe1043c43655b2b511133fbb31e1c (diff) | |
download | meta-multitech-509344a9cfd68c832ce6a1d8df0478482f15cf57.tar.gz meta-multitech-509344a9cfd68c832ce6a1d8df0478482f15cf57.tar.bz2 meta-multitech-509344a9cfd68c832ce6a1d8df0478482f15cf57.zip |
Add mtcpmhs to list of machines with MTCDT3b
Diffstat (limited to 'recipes-bsp/multitech')
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 76eaaa0..fc8de5d 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -4,7 +4,7 @@ SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -INC_PR = "r5" +INC_PR = "r6" DEPENDS = "mts-io openssl" RDEPENDS_${PN} =+ "bash" @@ -17,6 +17,7 @@ DEPENDS_append_mtcdt3hs = " mtcdt3b" TARGET_CFLAGS_append_mtcdt3 = " -D MTCDT3B" TARGET_CFLAGS_append_mtcdt3hs = " -D MTCDT3B" +TARGET_CFLAGS_append_mtcpmhs = " -D MTCDT3B" SRCREV = "${PV}" |