From e37033130d439c1e37d8faa3d74b065d23ff70a9 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 12 Mar 2024 10:42:39 -0500 Subject: recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific Most firmware does not run on the host and is therefor not architecture specific, at least as far as the package manager is concerned. Although the firmware might not be useful on some machines, the package itself is not machine specific. Remove PACKAGE_ARCH. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb') diff --git a/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb b/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb index e58f2d58..ee3a94dc 100644 --- a/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb @@ -10,8 +10,6 @@ PR = "${INC_PR}.0" COMPATIBLE_MACHINE = "dra7xx" -PACKAGE_ARCH = "${MACHINE_ARCH}" - ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin" TARGET = "goodix_9271_cfg.bin" -- cgit v1.2.3-54-g00ecf