diff options
Diffstat (limited to 'meta')
-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 | |||