blob: 1ec223b620bbcaa466feed0c22b1b254d953229d [file] [log] [blame]
Patrick Williamsba60c1d2024-05-01 16:57:58 -05001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
Lean Sheng Tanb8791b12024-05-03 16:06:21 +02003# 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 Williamsba60c1d2024-05-01 16:57:58 -05005PACKAGECONFIG:remove:class-target = "python"
Lean Sheng Tanb8791b12024-05-03 16:06:21 +02006
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/
10PACKAGECONFIG:remove:class-native = "python"