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 --- .../recipes-drivers/axipmon-example_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/axipmon-example_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/axipmon-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/axipmon-example_git.bb index 4c949e99..4aa716e7 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/axipmon-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/axipmon-example_git.bb @@ -1,5 +1,5 @@ inherit esw_examples features_check -REQUIRED_DISTRO_FEATURES = "axipmon" +REQUIRED_MACHINE_FEATURES = "axipmon" ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/axipmon/examples/" -- cgit v1.2.3-54-g00ecf