From 68604bbe8a2174bfdbb6b77ad1ec5e072bc9e871 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 17:05:11 -0500 Subject: [PATCH] u-boot-imx: bootloader for imx targets * u-boot-imx package build descriptor for imx targets version 2009.08 Signed-off-by: Adrian Alonso --- .../recipes-bsp/uboot/u-boot-imx_2009.08.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb new file mode 100644 index 00000000..a2d51050 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb @@ -0,0 +1,27 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "bootloader for imx platforms" +require recipes-bsp/uboot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" +#DEPENDS = "elftosb-native" +PR = "r0" + +REL = "11.05.01" +SRC_URI = "http://opensource.freescale.com/pub/scm/imx/u-boot-${PV}.tar.bz2;name=source \ + http://opensource.freescale.com/pub/scm/imx/u-boot-v${PV}-imx_${REL}.tar.bz2;name=patchs" +SRC_URI[source.md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b" +SRC_URI[source.sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d" +SRC_URI[patchs.md5sum] = "951b962a64dbf51da2761b8fab8ed2de" +SRC_URI[patchs.sha256sum] = "94772a4ffc0de00740802c8acbae339051c85d5eb878bbe202c6c25d66ed255c" + +do_patch() { + # Apply distributed patchs + cd ${S} + ln -s ../patches + ./patches/patch-uboot.sh +} + +S = "${WORKDIR}/u-boot-${PV}" -- 2.40.1