From ea77742e7c456222263cc5ff2af4500cfc4ba9e7 Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Tue, 14 May 2019 15:43:25 +0300 Subject: 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 --- classes/dtc-145.bbclass | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 classes/dtc-145.bbclass (limited to 'classes/dtc-145.bbclass') diff --git a/classes/dtc-145.bbclass b/classes/dtc-145.bbclass deleted file mode 100644 index d4a307111..000000000 --- a/classes/dtc-145.bbclass +++ /dev/null @@ -1,7 +0,0 @@ -# Use this class for U-Boot 2017.03 or older. - -DEPENDS_append = " dtc-145-native" - -do_configure_prepend () { - sed -i -e 's/^DTC[[:space:]]*=[[:space:]]*dtc[[:space:]]*$/DTC = dtc-145/' ${S}/Makefile -} -- cgit v1.2.3-54-g00ecf