Patrick Williams | ba60c1d | 2024-05-01 16:57:58 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
| 2 | |
Lean Sheng Tan | b8791b1 | 2024-05-03 16:06:21 +0200 | [diff] [blame] | 3 | # We want to remove the python support from the target package so that we do |
| 4 | # not end up with a python dependency on the flash image. |
Patrick Williams | ba60c1d | 2024-05-01 16:57:58 -0500 | [diff] [blame] | 5 | PACKAGECONFIG:remove:class-target = "python" |
Lean Sheng Tan | b8791b1 | 2024-05-03 16:06:21 +0200 | [diff] [blame] | 6 | |
| 7 | # There is an issue with the upstream `inherit_defer` ordering where a |
| 8 | # `class-target` gets applied to the inherit portion, even for a native target. |
| 9 | # See https://lore.kernel.org/openembedded-core/1bb12e6054301a5d3390991e1d1f0e013036a816.camel@linuxfoundation.org/ |
| 10 | PACKAGECONFIG:remove:class-native = "python" |