summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-16 09:58:44 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-16 09:58:44 +0200
commiteed6b351b299408a71aaa4115608b311271535f4 (patch)
treea2021ca4f02d6612146828f987875aadd0ef4043 /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parent99ce37e4a9c1cbfe534528584c67577d07c825ae (diff)
downloadmeta-ti-eed6b351b299408a71aaa4115608b311271535f4.tar.gz
u-boot: switch beagleboard and beaglebone to RO rootfs at boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.10rc.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index a5338308..314446a4 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -4,7 +4,7 @@ require u-boot.inc
4COMPATIBLE_MACHINE = "beaglebone" 4COMPATIBLE_MACHINE = "beaglebone"
5DEFAULT_PREFERENCE_beaglebone = "99" 5DEFAULT_PREFERENCE_beaglebone = "99"
6PV = "2011.09+git" 6PV = "2011.09+git"
7PR = "r6" 7PR = "r7"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
@@ -14,6 +14,7 @@ UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
14SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \ 14SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \
15 file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \ 15 file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \
16 file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \ 16 file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \
17 file://2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch \
17 " 18 "
18 19
19SRCREV = "456880b203bc44c025c374c98fa327b804a9cf64" 20SRCREV = "456880b203bc44c025c374c98fa327b804a9cf64"