Change machine name ! allwinner-a10 doesn't exists anymore.

Add 2 new machines : olinuxino-a13 for olimex A13 borads
                     mele for Mele a1000/a20000 products
This commit is contained in:
Nicolas Aguirre
2013-01-16 22:43:26 +01:00
parent be92a15128
commit 84758b7f78
8 changed files with 260 additions and 289 deletions

View File

@ -3,15 +3,15 @@ require recipes-bsp/u-boot/u-boot.inc
LICENSE = "GPL"
# No patches for other machines yet
COMPATIBLE_MACHINE = "allwinner-a10"
COMPATIBLE_MACHINE = "(mele|olinuxino-a13)"
DEFAULT_PREFERENCE_allwinner-a10 = "1"
DEFAULT_PREFERENCE_mele= "1"
DEFAULT_PREFERENCE_olinuxino-a13= "1"
SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi \
"
SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi"
SRCREV = "b255c5fbe07afd488160ca67c1290955553a25e8"
PR = "r3"
SRCREV = "20efdee8e1e1807af7621e2dad0c23ba0b2186e7"
PR = "r4"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"