]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/commitdiff
u-boot-beagleboard: modify beagleboard specific version to use new namespace feature
authorDenys Dmytriyenko <denys@ti.com>
Mon, 18 Mar 2013 22:02:47 +0000 (18:02 -0400)
committerDenys Dmytriyenko <denys@ti.com>
Tue, 19 Mar 2013 01:31:32 +0000 (21:31 -0400)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
recipes-bsp/u-boot/u-boot-beagleboard_2011.09.bb [moved from recipes-bsp/u-boot/u-boot_2011.09.bb with 89% similarity]

similarity index 89%
rename from recipes-bsp/u-boot/u-boot_2011.09.bb
rename to recipes-bsp/u-boot/u-boot-beagleboard_2011.09.bb
index edacb6cca433ac2ac9b51fd8dbb43d67a307f7d1..519df1692c0c5714093e01d0b38838bb95a7365b 100644 (file)
@@ -1,11 +1,8 @@
-require u-boot.inc
+require u-boot-ti.inc
 
 PR = "r7"
 
 
 PR = "r7"
 
-# SPL build
-UBOOT_BINARY = "u-boot.img"
-UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
-UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
+SPL_BINARY = "MLO"
 
 # No patches for other machines yet
 COMPATIBLE_MACHINE = "(beagleboard)"
 
 # No patches for other machines yet
 COMPATIBLE_MACHINE = "(beagleboard)"
@@ -37,7 +34,3 @@ SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
           "
 
 SRCREV = "fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3"
           "
 
 SRCREV = "fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-S = "${WORKDIR}/git"