diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2016.03.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.03.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.03.bb b/recipes-bsp/u-boot/u-boot_2016.03.bb index 836b0ce..1f58b50 100644 --- a/recipes-bsp/u-boot/u-boot_2016.03.bb +++ b/recipes-bsp/u-boot/u-boot_2016.03.bb @@ -8,3 +8,8 @@ DEPENDS += "dtc-native" SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" PV = "v2016.03+git${SRCPV}" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-2016.03:" +SRC_URI += "file://mtcdt.patch" +SRC_URI += "file://spl.patch" +SRC_URI += "file://i2c.patch" |