From f1eca1f90c5c3919a8a3077a57705a7015a1ba85 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 17:07:06 -0500 Subject: [PATCH] u-boot-imx: bootloader for imx targets * u-boot-imx package build descriptor for imx targets fetch source from freescale git repo. Signed-off-by: Adrian Alonso --- meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb new file mode 100644 index 00000000..f02a54e3 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb @@ -0,0 +1,14 @@ +# 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 = "r1" + +PV = "v2009.08" +SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11" +S = "${WORKDIR}/git" -- 2.40.1