[meta-ti] [PATCH 2/3] u-boot 2011.12: Add fw_env.config for beagleboard
Koen Kooi
koen at dominion.thruhere.net
Mon Feb 13 10:01:37 PST 2012
Op 13 feb. 2012, om 08:51 heeft Tom Rini het volgende geschreven:
> beagleboard provides a correct fw_env.config file so add to the SRC_URI
> and RRECOMMENDS on u-boot-fw-utils.
>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
> recipes-bsp/u-boot/u-boot_2011.12.bb | 8 +++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
> index 3610837..4024e64 100644
> --- a/recipes-bsp/u-boot/u-boot_2011.12.bb
> +++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
> @@ -6,7 +6,7 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
> UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
>
> PV = "2011.12"
> -PR = "r4"
> +PR = "r5"
>
> # No patches for other machines yet
> COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"
> @@ -15,6 +15,11 @@ COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|oma
> CACHEFIX = "file://2011.12/0008-Revert-armv7-disable-L2-cache-in-cleanup_before_linu.patch"
> CACHEFIX_omap4 = ""
>
> +# File is board-specific, only copy when it will be correct.
> +FWENV_beagleboard = "file://fw_env.config"
> +FWENV = ""
> +RRECOMMENDS_beagleboard = "u-boot-fw-utils"
RECOMMENDS_${PN}_foo and move it below do_install
> +
> SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
> file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \
> file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \
> @@ -26,6 +31,7 @@ SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
> ${CACHEFIX} \
> file://2011.12/0009-Beagleboard-Correct-memory-size-on-rev-C4.patch \
> file://2011.12/0010-OMAP3-Correct-get_sdr_cs_offset-mask.patch \
> + ${FWENV} \
> "
>
>
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list