From 44f6b4d1411c5c132dfa15847a53f7537f9d5abe Mon Sep 17 00:00:00 2001 From: Benjamin Fair Date: Tue, 22 Jan 2019 14:34:28 -0800 Subject: u-boot-nuvoton: split common vars into an include file Move the common variables from u-boot-nuvoton and u-boot-fw-utils-nuvoton into a shared include file. This matches Aspeed's U-Boot and makes it easier to update the SRCREV. (From meta-nuvoton rev: f2ffed2c9345f79f11aab0b78f03f8350bce0476) Change-Id: I44407ff06d25f6ad6ae00f97b53c7db4fd60064c Signed-off-by: Benjamin Fair Signed-off-by: Brad Bishop --- meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc (limited to 'meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc') diff --git a/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc new file mode 100644 index 000000000..301dd7352 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc @@ -0,0 +1,14 @@ +HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot" +SECTION = "bootloaders" +DEPENDS += "flex-native bison-native" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" + +UBRANCH = "npcm7xx" +SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}" +SRCREV = "196461383f7d043f18cab3bb34dded89fba4712a" + +S = "${WORKDIR}/git" + +PV .= "+${UBRANCH}+" -- cgit v1.2.1