aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/v-mix_git.bb
AgeCommit message (Collapse)Author
2023-01-16meta-xilinx-standalone-experimetnal: Move from using DISTRO to MACHINE featuresMark Hatle
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>
2022-12-02Fix file permissionsJohn Toomey
Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
2021-09-27various: Fix distro_feature_check warning and dependenciesMark Hatle
distro_feature_check is deprecated, and feature_check should be used now. Also remove duplicate dependencies, each of the removed dependencies is already present in the various inherited class elements. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
2021-09-27recipe-drivers: v-mix: Add recipe for compiling v-mix driverAppana Durga Kedareswara rao
This recipe compiles the v-mix driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>