summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb7
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb7
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc7
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb8
4 files changed, 10 insertions, 19 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
index 2dd34eaed..251e04494 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
@@ -1,14 +1,9 @@
SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
SECTION = "bootloader"
DEPENDS = "mtd-utils"
-SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
-UBRANCH = "v2016.07-aspeed-openbmc"
-SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
-
-PV = "v2016.07+git${SRCPV}"
+require u-boot.inc
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
index 715eaf406..7f4043524 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
@@ -1,15 +1,10 @@
SUMMARY = "U-Boot bootloader image creation tool"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
SECTION = "bootloader"
DEPENDS = "openssl"
-SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
-UBRANCH = "v2016.07-aspeed-openbmc"
-SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
-
-PV = "v2016.07+git${SRCPV}"
+require u-boot.inc
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc b/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc
new file mode 100644
index 000000000..4c5e302a1
--- /dev/null
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc
@@ -0,0 +1,7 @@
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
+
+SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
+UBRANCH = "v2016.07-aspeed-openbmc"
+SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
+
+PV = "v2016.07+git${SRCPV}"
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
index 5213a4f6a..884758af8 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
@@ -1,10 +1,4 @@
require recipes-bsp/u-boot/u-boot.inc
+require u-boot.inc
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
DEPENDS += "dtc-native"
-
-SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
-UBRANCH = "v2016.07-aspeed-openbmc"
-SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
-
-PV = "v2016.07+git${SRCPV}"
OpenPOWER on IntegriCloud