[meta-freescale] [PATCH][sumo] Revert "dtc: Add recipe for version 1.4.5"

Mihai Lindner mihai.lindner at nxp.com
Fri Jun 29 10:23:55 PDT 2018


This reverts commit 64fc16b33143a001a895ffaf278964efdd7f3b14.
This doesn't belong in sumo, dtc is already at version 1.4.5.

Signed-off-by: Mihai Lindner <mihai.lindner at nxp.com>
---
 recipes-bsp/u-boot/u-boot-imx_2017.03.bb    |  2 +-
 recipes-kernel/dtc/dtc-145_git.bb           | 12 ------------
 recipes-kernel/dtc/files/make_install.patch | 17 -----------------
 3 files changed, 1 insertion(+), 30 deletions(-)
 delete mode 100644 recipes-kernel/dtc/dtc-145_git.bb
 delete mode 100644 recipes-kernel/dtc/files/make_install.patch

diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index 52ebee9..7220567 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
 require recipes-bsp/u-boot/u-boot.inc
 
 PROVIDES += "u-boot"
-DEPENDS_append = "dtc-145-native"
+DEPENDS_append = "dtc-native"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb
deleted file mode 100644
index afed62f..0000000
--- a/recipes-kernel/dtc/dtc-145_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require recipes-kernel/dtc/dtc.inc
-
-LIC_FILES_CHKSUM = " \
-    file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
-    file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c \
-"
-
-SRCREV = "22a65c5331c22979d416738eb756b9541672e00d"
-
-S = "${WORKDIR}/git"
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-kernel/dtc/files/make_install.patch b/recipes-kernel/dtc/files/make_install.patch
deleted file mode 100644
index ccf17b3..0000000
--- a/recipes-kernel/dtc/files/make_install.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -168,8 +168,8 @@ install-bin: all $(SCRIPTS)
- install-lib: all
- 	@$(VECHO) INSTALL-LIB
- 	$(INSTALL) -d $(DESTDIR)$(LIBDIR)
--	$(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)
--	ln -sf $(notdir $(LIBFDT_lib)) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
-+	$(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
-+	ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/$(notdir $(LIBFDT_lib))
- 	ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/libfdt.$(SHAREDLIB_EXT)
- 	$(INSTALL) -m 644 $(LIBFDT_archive) $(DESTDIR)$(LIBDIR)
- 
-- 
2.7.4



More information about the meta-freescale mailing list