summaryrefslogtreecommitdiffstats
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2019-01-22 14:34:28 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-23 15:36:31 +0000
commit44f6b4d1411c5c132dfa15847a53f7537f9d5abe (patch)
tree1ef5271813fb535e6e4e8681afc6879d8da17302 /meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
parente6a9085c76cbaa04c38c34320821246a892de90d (diff)
downloadtalos-openbmc-44f6b4d1411c5c132dfa15847a53f7537f9d5abe.tar.gz
talos-openbmc-44f6b4d1411c5c132dfa15847a53f7537f9d5abe.zip
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 <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb')
-rw-r--r--meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb13
1 files changed, 2 insertions, 11 deletions
diff --git a/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb b/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
index cefdea803..42bc7a306 100644
--- a/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
+++ b/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
@@ -1,19 +1,10 @@
+require u-boot-common-nuvoton.inc
+
SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
-SECTION = "bootloader"
DEPENDS = "mtd-utils"
PROVIDES += "u-boot-fw-utils"
-UBRANCH = "npcm7xx"
-SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}"
-SRCREV = "196461383f7d043f18cab3bb34dded89fba4712a"
-
-PV .= "+${UBRANCH}+"
-
-S = "${WORKDIR}/git"
-
INSANE_SKIP_${PN} = "already-stripped"
EXTRA_OEMAKE_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" HOSTCC="${BUILD_CC} ${BUILD_FLAGS} ${BUILD_LDFLAGS}" CC="${CC} ${CFLAGS} ${LDFLAGS}" STRIP=true V=1'
OpenPOWER on IntegriCloud