diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-15 08:28:25 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-16 07:26:08 -0800 |
| commit | 753ef3ac21624ad350c1ce520a1b69f8690909ce (patch) | |
| tree | eb4296e1a9fac3a2d32cfbd2f9deb2ed10bc89d5 /meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb | |
| parent | 7a5d3cf043024f47b7ffd28f75838236c1a58462 (diff) | |
| download | meta-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/usb-example_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb index e9fddd0b..0d4e113a 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/usb-example_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | inherit esw_examples features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "usb" | 3 | REQUIRED_MACHINE_FEATURES = "usb" |
| 4 | 4 | ||
| 5 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usb/examples/" | 5 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usb/examples/" |
