diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 9b5a917..3bd63b6 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" # No patches for other machines yet -COMPATIBLE_MACHINE = "(mele|meleg|olinuxino-a13|olinuxino-a10s|olinuxino-a10|olinuxino-a20|cubieboard|cubieboard2|cubietruck)" +COMPATIBLE_MACHINE = "(mele|meleg|olinuxino-a13|olinuxino-a10s|olinuxino-a10|olinuxino-a20|olinuxino-a20som|cubieboard|cubieboard2|cubietruck)" DEFAULT_PREFERENCE_mele= "1" DEFAULT_PREFERENCE_meleg= "1" @@ -12,6 +12,7 @@ DEFAULT_PREFERENCE_olinuxino-a13= "1" DEFAULT_PREFERENCE_olinuxino-a10s= "1" DEFAULT_PREFERENCE_olinuxino-a10= "1" DEFAULT_PREFERENCE_olinuxino-a20= "1" +DEFAULT_PREFERENCE_olinuxino-a20som= "1" DEFAULT_PREFERENCE_cubieboard="1" DEFAULT_PREFERENCE_cubieboard2="1" DEFAULT_PREFERENCE_cubietruck="1" @@ -19,8 +20,8 @@ DEFAULT_PREFERENCE_cubietruck="1" SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi" PE = "1" -PV = "v2013.10+v2014.01-rc1" -SRCREV = "d854c4de2f57107e35893c591f856f8f6d0ccc5d" +PV = "v2013.10+git${SRCPV}" +SRCREV = "36080eb05e9a1e96d58e3168631d3cc9c612a0e3" S = "${WORKDIR}/git"