summaryrefslogtreecommitdiffstats
path: root/meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07.bb
blob: 1aa69ddc899f722ff2eb36816720db5e21d02113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require u-boot.inc

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
                    file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"

# We use the revision in order to avoid having to fetch it from the repo during parse
SRCREV = "323b3ac003095ce137c134125a20b18180ed4c95"

PV = "v2013.07"

SRC_URI = "git://github.com/raptor-engineering/ast2050-uboot.git;protocol=https;branch=master \
           file://fw_env.config \
          "

S = "${WORKDIR}/git"

PACKAGE_ARCH = "${MACHINE_ARCH}"
OpenPOWER on IntegriCloud