summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMihai Lindner <mihai.lindner@nxp.com>2019-05-14 15:43:25 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-02 15:52:20 -0300
commitea77742e7c456222263cc5ff2af4500cfc4ba9e7 (patch)
treeb5498db34e6b34504885429fd0927775a8f7fdaf /classes
parentd15639a0a27393aa455adae113f4692c27367e89 (diff)
downloadmeta-freescale-ea77742e7c456222263cc5ff2af4500cfc4ba9e7.tar.gz
dtc-145: Remove class and recipe
These were used as workaround for issues with building u-boot 2017.03 and older, after dtc upgrade to 1.4.6 and newer. We can drop them after upgrading all providers of u-boot. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/dtc-145.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/dtc-145.bbclass b/classes/dtc-145.bbclass
deleted file mode 100644
index d4a30711..00000000
--- a/classes/dtc-145.bbclass
+++ /dev/null
@@ -1,7 +0,0 @@
1# Use this class for U-Boot 2017.03 or older.
2
3DEPENDS_append = " dtc-145-native"
4
5do_configure_prepend () {
6 sed -i -e 's/^DTC[[:space:]]*=[[:space:]]*dtc[[:space:]]*$/DTC = dtc-145/' ${S}/Makefile
7}