diff options
| author | Mihai Lindner <mihai.lindner@nxp.com> | 2019-05-14 15:43:25 +0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-02 15:52:20 -0300 |
| commit | ea77742e7c456222263cc5ff2af4500cfc4ba9e7 (patch) | |
| tree | b5498db34e6b34504885429fd0927775a8f7fdaf /classes | |
| parent | d15639a0a27393aa455adae113f4692c27367e89 (diff) | |
| download | meta-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.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ | |||
| 1 | # Use this class for U-Boot 2017.03 or older. | ||
| 2 | |||
| 3 | DEPENDS_append = " dtc-145-native" | ||
| 4 | |||
| 5 | do_configure_prepend () { | ||
| 6 | sed -i -e 's/^DTC[[:space:]]*=[[:space:]]*dtc[[:space:]]*$/DTC = dtc-145/' ${S}/Makefile | ||
| 7 | } | ||
