From 1955be0f3ebcbf5c8b1a79471e414fec310d5f28 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 29 May 2023 08:47:19 +0200 Subject: [PATCH] hwdata: add append to allow native builds --- recipes-support/hwdata_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-support/hwdata_%.bbappend diff --git a/recipes-support/hwdata_%.bbappend b/recipes-support/hwdata_%.bbappend new file mode 100644 index 0000000..d6f5869 --- /dev/null +++ b/recipes-support/hwdata_%.bbappend @@ -0,0 +1 @@ +BBCLASSEXTEND += "native"