x-linux-ai: recipes-samples: allow builds on ccmp1x
Remove the ccmp1x machine restriction from the sample recipes, since they support both CPU and NPU variants. https://onedigi.atlassian.net/browse/DEL-10045 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
eb3d6e0355
commit
4f88e8969a
|
|
@ -26,6 +26,3 @@ RDEPENDS:${PN} += " \
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${systemd_unitdir}/demos/scripts/* \
|
${systemd_unitdir}/demos/scripts/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Make this recipe available only for the CCMP25 platform.
|
|
||||||
COMPATIBLE_MACHINE = "(ccmp25)"
|
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,3 @@ RDEPENDS:${PN} += " \
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${systemd_unitdir}/demos/scripts/* \
|
${systemd_unitdir}/demos/scripts/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Make this recipe available only for the CCMP25 platform.
|
|
||||||
COMPATIBLE_MACHINE = "(ccmp25)"
|
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,3 @@ RDEPENDS:${PN} += " \
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${systemd_unitdir}/demos/scripts/* \
|
${systemd_unitdir}/demos/scripts/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Make this recipe available only for the CCMP25 platform.
|
|
||||||
COMPATIBLE_MACHINE = "(ccmp25)"
|
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,3 @@ RDEPENDS:${PN} += " \
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${systemd_unitdir}/demos/scripts/* \
|
${systemd_unitdir}/demos/scripts/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Make this recipe available only for the CCMP25 platform.
|
|
||||||
COMPATIBLE_MACHINE = "(ccmp25)"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue