From 49c3e5ea1e2ba461fdc98970425fac7c3896c57a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 15 May 2018 16:19:36 -0400 Subject: [COMMUNITY] U-Boot: Backport increase to CBSIZE/etc Starting with v2017.09 of upstream U-Boot the console buffer and maxargs have been greatly increased. This is important for passing in longer kernel command lines to the kernel as is done in CI. Change-Id: I996aa7cec7a92b7d6d329a55edd24e85dbd81203 Bug-AGL: SPEC-1434 Signed-off-by: Tom Rini --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb') 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 b627149..16898a4 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 @@ -10,7 +10,8 @@ BRANCH = "v2015.04/rcar-3.6.2" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" -SRC_URI = "${UBOOT_URL};branch=${BRANCH}" +SRC_URI = "${UBOOT_URL};branch=${BRANCH} \ + file://0001-ARM-rmobile-Increase-console-buffer-sizes.patch" SRCREV = "fb858758470b6ca8e829c9ad455ecac3dbb9774c" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg