summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2026-07-24 10:16:57 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2026-07-24 10:16:57 -0700
commit922e30234a1efaba464f4dd3674fa771352e4c6d (patch)
tree7e2db4a66efb96f97d1605bfbc0922456dae9ddc
parent91a83d2d4a2d53b7fd91d2bc0bae4a2ebb81e5e9 (diff)
downloadmeta-freescale-922e30234a1efaba464f4dd3674fa771352e4c6d.tar.gz
iproute2: Drop override for i.MX
The additional header files appear to be only for QorIQ, with the ceetm recipe the only consumer, so drop the override for i.MX. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-connectivity/iproute2/iproute2_%.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-connectivity/iproute2/iproute2_%.bbappend b/recipes-connectivity/iproute2/iproute2_%.bbappend
index 655635b52..965a7fa4a 100644
--- a/recipes-connectivity/iproute2/iproute2_%.bbappend
+++ b/recipes-connectivity/iproute2/iproute2_%.bbappend
@@ -1,13 +1,3 @@
1do_install:append:imx-generic-bsp () {
2
3 # Add tc folder headers
4 install -d ${D}${includedir}/tc
5 install -m 0644 ${B}/tc/*.h ${D}${includedir}/tc
6
7 # Add include folder headers at /usr/include/include
8 cp -R --no-preserve=ownership ${B}/include ${D}${includedir}
9}
10
11do_install:append:qoriq-generic-bsp () { 1do_install:append:qoriq-generic-bsp () {
12 2
13 # Add tc folder headers 3 # Add tc folder headers