summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2018-04-09 01:02:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 09:54:57 +0100
commitc1d680326cabd10d0940827e8dfdc884f67b1e9a (patch)
tree888cf08b9920a0afad98da86fc7e87615bb60f51 /meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc
parentfb8ca4225f3e26bfc46cf6c06d55df72684c47c6 (diff)
downloadopenembedded-core-c1d680326cabd10d0940827e8dfdc884f67b1e9a.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. 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>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc
deleted file mode 100644
index d2073ea0c7..0000000000
--- a/meta/recipes-bsp/u-boot/u-boot-common_2018.01.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
-SECTION = "bootloaders"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
-PE = "1"
-
-# We use the revision in order to avoid having to fetch it from the
-# repo during parse
-SRCREV = "f3dd87e0b98999a78e500e8c6d2b063ebadf535a"
-
-SRC_URI = "git://git.denx.de/u-boot.git \
- file://MPC8315ERDB-enable-DHCP.patch \
-"
-
-S = "${WORKDIR}/git"