summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-15 08:28:25 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-16 07:26:08 -0800
commit753ef3ac21624ad350c1ce520a1b69f8690909ce (patch)
treeeb4296e1a9fac3a2d32cfbd2f9deb2ed10bc89d5 /meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb
parent7a5d3cf043024f47b7ffd28f75838236c1a58462 (diff)
downloadmeta-xilinx-753ef3ac21624ad350c1ce520a1b69f8690909ce.tar.gz
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 <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb
index 83913f31..79ef55f2 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb
@@ -1,6 +1,6 @@
1inherit features_check 1inherit features_check
2 2
3REQUIRED_DISTRO_FEATURES = "v-demosaic" 3REQUIRED_MACHINE_FEATURES = "v-demosaic"
4 4
5inherit esw python3native 5inherit esw python3native
6 6