]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: Upgrade to 2018.03 release
authorMarek Vasut <marex@denx.de>
Sun, 8 Apr 2018 23:02:23 +0000 (01:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:00:10 +0000 (10:00 +0100)
This upgrades the U-Boot from 2018.01 to 2018.03 release and drops
patches accepted upstream, getting the patch count to zero.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch [deleted file]
meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc [moved from meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc with 68% similarity]
meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb [moved from meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.01.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb [moved from meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot_2018.03.bb [moved from meta/recipes-bsp/u-boot/u-boot_2018.01.bb with 100% similarity]

diff --git a/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch b/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
deleted file mode 100644 (file)
index ecaa179..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Enabled dhcp client functionality for Yocto reference
-hardware MPC8315E-RDB.
-
-Upstream-Status: Pending
-
-Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
-
-Index: git/configs/MPC8315ERDB_defconfig
-===================================================================
---- git.orig/configs/MPC8315ERDB_defconfig
-+++ git/configs/MPC8315ERDB_defconfig
-@@ -12,6 +12,7 @@ CONFIG_CMD_PCI=y
- CONFIG_CMD_SATA=y
- CONFIG_CMD_USB=y
- # CONFIG_CMD_SETEXPR is not set
-+CONFIG_CMD_DHCP=y
- CONFIG_CMD_MII=y
- CONFIG_CMD_PING=y
- CONFIG_CMD_DATE=y
similarity index 68%
rename from meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc
index d2073ea0c7615f6b8c1716d4309e0ab459248d3f..8ffae365a9ad237435b1b64e4085dc5f5629ff1d 100644 (file)
@@ -7,10 +7,8 @@ PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "f3dd87e0b98999a78e500e8c6d2b063ebadf535a"
+SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890"
 
-SRC_URI = "git://git.denx.de/u-boot.git \
-    file://MPC8315ERDB-enable-DHCP.patch \
-"
+SRC_URI = "git://git.denx.de/u-boot.git"
 
 S = "${WORKDIR}/git"