]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-qoriq: remove superfluous .inc
authorJens Rehsack <sno@netbsd.org>
Mon, 25 May 2020 13:36:00 +0000 (15:36 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 May 2020 18:18:26 +0000 (15:18 -0300)
With the removal of u-boot-qoriq-fw-utils in

    commit d15639a0a27393aa455adae113f4692c27367e89
    Author: Otavio Salvador <otavio@ossystems.com.br>
    Date:   Thu Apr 2 11:19:34 2020 -0300

u-boot-qoriq-fw-utils: Drop recipe as libubootenv works as replacement

u-boot-qoriq-common_2019.10.inc has lost any raison d'ĂȘtre. Move the
content of to u-boot-qoriq-common_2019.10.inc intou-boot-qoriq_2019.10.bb
for easier maintenance.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
recipes-bsp/u-boot/u-boot-qoriq-common_2019.10.inc [deleted file]
recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb

diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.10.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2019.10.inc
deleted file mode 100644 (file)
index bc2eaa4..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-
-inherit fsl-u-boot-localversion
-
-LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
-LIC_FILES_CHKSUM = " \
-    file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-    file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
-    file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
-    file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
-    file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
-"
-
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \
-    file://0001-patman-Drop-binary-parameter.patch \
-    file://0001-patman-Update-command.Run-to-handle-failure-better.patch \
-    file://0001-patman-Adjust-command-to-return-strings-instead-of-b.patch \
-    file://0001-pylibfdt-Convert-to-Python-3.patch \
-    file://0001-binman-Convert-a-few-tests-to-Python-3.patch \
-    file://0001-binman-Move-to-use-Python-3.patch \
-    file://0001-buildman-Convert-to-Python-3.patch \
-"
-SRCREV= "3cd9bc39934825200822855574fc91d8276e6584"
-
-S = "${WORKDIR}/git"
-B = "${WORKDIR}/build"
-PV_append = "+fslgit"
-LOCALVERSION = "+fsl"
index 8d79e17aaf50c39aa3543221534cced49170653a..e0d71ebb0fe54a27c63faad6d51d47399eafcc36 100644 (file)
@@ -1,9 +1,35 @@
 require recipes-bsp/u-boot/u-boot.inc
-require u-boot-qoriq-common_${PV}.inc
 
 DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards"
 PROVIDES += "u-boot"
 
+inherit fsl-u-boot-localversion
+
+LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
+LIC_FILES_CHKSUM = " \
+    file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+    file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
+    file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
+    file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
+    file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
+"
+
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \
+    file://0001-patman-Drop-binary-parameter.patch \
+    file://0001-patman-Update-command.Run-to-handle-failure-better.patch \
+    file://0001-patman-Adjust-command-to-return-strings-instead-of-b.patch \
+    file://0001-pylibfdt-Convert-to-Python-3.patch \
+    file://0001-binman-Convert-a-few-tests-to-Python-3.patch \
+    file://0001-binman-Move-to-use-Python-3.patch \
+    file://0001-buildman-Convert-to-Python-3.patch \
+"
+SRCREV= "3cd9bc39934825200822855574fc91d8276e6584"
+
+S = "${WORKDIR}/git"
+B = "${WORKDIR}/build"
+PV_append = "+fslgit"
+LOCALVERSION = "+fsl"
+
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native"
 DEPENDS_append_qoriq-arm64 = " dtc-native"