diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb index 6ca5ca5..23c3dd5 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb @@ -7,7 +7,9 @@ DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2015.04/rcar-3.7.0" -SRC_URI = "${UBOOT_URL};branch=${BRANCH}" + +SRC_URI = "${UBOOT_URL};branch=${BRANCH} \ + file://0001-ARM-rmobile-Increase-console-buffer-sizes.patch" SRCREV = "6a82c94590cda5d61720798979bdf0144b9569b9" PV = "v2015.04+git${SRCPV}" |