summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone-experimental: Rename _git to _2024.1Mark Hatle2023-10-311-13/+0
| | | | | | | | The xlnx-embeddedsw class chooses the correct source based on the PV. Update the PV, as the code is now integrated. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimetnal: Move from using DISTRO to MACHINE featuresMark Hatle2023-01-161-1/+1
| | | | | | | | | | | | | | 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>
* Fix file permissionsJohn Toomey2022-12-021-0/+0
| | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Fix distro_feature_check warning and dependenciesMark Hatle2021-09-271-2/+2
| | | | | | | | | 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>
* recipe-drivers: v-scenechange: Add recipe for compiling v-scenechange driverAppana Durga Kedareswara rao2021-09-271-0/+13
This recipe compiles the v-scenechange driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>