diff options
author | Marek Vasut <marex@denx.de> | 2018-04-09 01:02:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:04 +0100 |
commit | 6cc503ed80850d6a3ec045da1a783ccda237e506 (patch) | |
tree | 179fbd32c883ffe2627c3b1a30ab1735bd9ae1fa /meta/recipes-bsp/u-boot | |
parent | c5e230aba966bac565cdc18729c7e368059828e2 (diff) | |
download | poky-6cc503ed80850d6a3ec045da1a783ccda237e506.tar.gz |
u-boot: Upgrade to 2018.03 release
This upgrades the U-Boot from 2018.01 to 2018.03 release and drops
patches accepted upstream, getting the patch count to zero.
(From OE-Core rev: c1d680326cabd10d0940827e8dfdc884f67b1e9a)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch | 19 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc (renamed from meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc) | 6 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.01.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2018.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2018.01.bb) | 0 |
5 files changed, 2 insertions, 23 deletions
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 index ecaa1796a4..0000000000 --- a/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | Enabled dhcp client functionality for Yocto reference | ||
2 | hardware MPC8315E-RDB. | ||
3 | |||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> | ||
7 | |||
8 | Index: git/configs/MPC8315ERDB_defconfig | ||
9 | =================================================================== | ||
10 | --- git.orig/configs/MPC8315ERDB_defconfig | ||
11 | +++ git/configs/MPC8315ERDB_defconfig | ||
12 | @@ -12,6 +12,7 @@ CONFIG_CMD_PCI=y | ||
13 | CONFIG_CMD_SATA=y | ||
14 | CONFIG_CMD_USB=y | ||
15 | # CONFIG_CMD_SETEXPR is not set | ||
16 | +CONFIG_CMD_DHCP=y | ||
17 | CONFIG_CMD_MII=y | ||
18 | CONFIG_CMD_PING=y | ||
19 | CONFIG_CMD_DATE=y | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc index d2073ea0c7..8ffae365a9 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc | |||
@@ -7,10 +7,8 @@ PE = "1" | |||
7 | 7 | ||
8 | # We use the revision in order to avoid having to fetch it from the | 8 | # We use the revision in order to avoid having to fetch it from the |
9 | # repo during parse | 9 | # repo during parse |
10 | SRCREV = "f3dd87e0b98999a78e500e8c6d2b063ebadf535a" | 10 | SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" |
11 | 11 | ||
12 | SRC_URI = "git://git.denx.de/u-boot.git \ | 12 | SRC_URI = "git://git.denx.de/u-boot.git" |
13 | file://MPC8315ERDB-enable-DHCP.patch \ | ||
14 | " | ||
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb index 02887a138a..02887a138a 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb index 1c008be96e..1c008be96e 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2018.01.bb b/meta/recipes-bsp/u-boot/u-boot_2018.03.bb index 37c21dcaa3..37c21dcaa3 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2018.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2018.03.bb | |||