u-boot: bump version to 2018.03

Signed-off-by: Matej Postolka <xposto02@stud.fit.vutbr.cz>
This commit is contained in:
Matej Postolka 2018-04-17 12:20:04 +02:00
parent 073dbda366
commit 333dbe29d0
2 changed files with 13 additions and 13 deletions

View File

@ -1,12 +1,12 @@
diff --git a/tools/Makefile b/tools/Makefile diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile
index 5db2a54..54bd224 100644 index 01d5e0f..78c4d72 100644
--- a/tools/Makefile --- a/scripts/dtc/pylibfdt/Makefile
+++ b/tools/Makefile +++ b/scripts/dtc/pylibfdt/Makefile
@@ -134,6 +134,7 @@ tools/_libfdt.so: $(LIBFDT_SRCS) $(LIBFDT_SWIG) @@ -15,6 +15,7 @@ PYLIBFDT_srcs = $(addprefix $(LIBFDT_srcdir)/,$(LIBFDT_SRCS)) \
$(Q)unset CC; \
unset CROSS_COMPILE; \ quiet_cmd_pymod = PYMOD $@
LDFLAGS="$(HOSTLDFLAGS)" CFLAGS= VERSION="u-boot-$(UBOOTVERSION)" \ cmd_pymod = unset CC; unset CROSS_COMPILE; unset CFLAGS;\
+ CC="$(HOSTCC)" LDSHARED="$(HOSTLDSHARED)" \ + CC="$(HOSTCC)" LDSHARED="$(HOSTLDSHARED)" \
CPPFLAGS="$(_hostc_flags)" OBJDIR=tools \ LDFLAGS="$(HOSTLDFLAGS)" \
SOURCES="$(LIBFDT_SRCS) tools/libfdt.i" \ VERSION="u-boot-$(UBOOTVERSION)" \
SWIG_OPTS="-I$(srctree)/lib/libfdt -I$(srctree)/lib" \ CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \

View File

@ -21,9 +21,9 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
file://boot.cmd \ file://boot.cmd \
" "
SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890"
PV = "v2017.11+git${SRCPV}" PV = "v2018.03+git${SRCPV}"
PE = "2" PE = "2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"