From 753ef3ac21624ad350c1ce520a1b69f8690909ce Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sun, 15 Jan 2023 08:28:25 -0800 Subject: meta-xilinx-standalone-experimetnal: Move from using DISTRO to MACHINE features Using DISTRO_FEATURES will affect task hashes for non-target recipes. This triggers some signficant unnecessary rebuilds. Since these options all point back to a given device-tree (related) setting they really are machine, not distribution specific anyway. So the change should also better align to the purpose of the settings. Additionally, change dt-processor.sh to generate MACHINE_FEATURES instead of DISTRO_FEATURES. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb index 79156cf5..5b4b1614 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb @@ -1,6 +1,6 @@ inherit features_check -REQUIRED_DISTRO_FEATURES = "qspipsu" +REQUIRED_MACHINE_FEATURES = "qspipsu" inherit esw python3native -- cgit v1.2.3-54-g00ecf