summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-08-01 15:13:40 +0200
committerMing Liu <ming.liu@toradex.com>2022-08-06 18:57:57 +0200
commit43cceb62bf249023e3ed43e04202472571047203 (patch)
tree99aa4ccb39f4f2e4e1c052cfca52d72e3acc52e6
parentc43b3a28e9f9c515ec3f084310ce8d12d39a1d36 (diff)
meta: drop deprecated machine references
We dont support VF machines, let's drop its references. Related-to: ELB-4471 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2020.07.bb4
-rw-r--r--recipes-kernel/perf/perf.bbappend2
2 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
index b4a87a5..c608982 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
@@ -47,10 +47,6 @@ do_compile:append:colibri-imx7 () {
nand_padding
}
-do_compile:append:colibri-vf () {
- nand_padding
-}
-
do_deploy:append:colibri-imx6 () {
deploy_uboot_with_spl
}
diff --git a/recipes-kernel/perf/perf.bbappend b/recipes-kernel/perf/perf.bbappend
deleted file mode 100644
index ff0174d..0000000
--- a/recipes-kernel/perf/perf.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# perf with a 4.4 kernel no longer compiles
-COMPATIBLE_MACHINE:use-nxp-bsp:colibri-vf = "(^$)"