diff options
author | John Klug <john.klug@multitech.com> | 2017-05-25 12:53:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-25 12:53:28 -0500 |
commit | e48f0dc21b403b4f34e94c94cb401cbf9a5fd64e (patch) | |
tree | f5e82f428a92b629a8c34d60ee23bd991fab8f1c | |
parent | 4253d78e546a9a92f4ae72f58172aa997f79e63c (diff) | |
download | meta-multitech-e48f0dc21b403b4f34e94c94cb401cbf9a5fd64e.tar.gz meta-multitech-e48f0dc21b403b4f34e94c94cb401cbf9a5fd64e.tar.bz2 meta-multitech-e48f0dc21b403b4f34e94c94cb401cbf9a5fd64e.zip |
Make u-boot easier to configure for MTR
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 1 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.09.01.bb | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 824710f..5bf8076 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -6,6 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" INC_PR = "r0" DEPENDS = "mts-io openssl" +RDEPENDS_${PN} =+ "bash" SRCREV = "3f8c91c9cd7f9f36da061057a8445bc5809c22cc" diff --git a/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/recipes-bsp/u-boot/u-boot_2016.09.01.bb index 8d209f2..3d0f4a1 100644 --- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb +++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb @@ -4,13 +4,18 @@ DEPENDS += "dtc-native" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-2016.09.01:" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ - file://mtcdt.patch \ file://config.patch \ file://i2c.patch \ file://macb.patch \ file://printeepromcrc.patch \ file://mtpwd.patch" +SRC_URI_append_mtcdt = " \ + file://mtcdt.patch" + +SRC_URI_append_mtcap = " \ + file://mtcdt.patch" + SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4" SRC_URI[sha256sum] = "95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb" |