summaryrefslogtreecommitdiff
path: root/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-09-10meta-amd: fix compilation errors with latest YoctoKonstantin Aladyshev1-2/+2
Make the following changes to fix compilation errors: - add honister to the LAYERSERIES_COMPAT variable, - increase CONF_VERSION to 2, - use new bitbake override syntax Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I971f0f0f7110e0350994ced151ca429444885056
2021-05-05meta-amd: Fix trailing slash warning in 'amd-fpga' recipeKonstantin Aladyshev1-1/+1
The current 'amd-fpga' recipe leads to constant warning messages in a bitbake build: """ WARNING: Recipe amd-fpga sets S variable with trailing slash, remove it. WARNING: Recipe amd-fpga sets B variable with trailing slash, remove it. """ Remove the trailing slash from the recipe to get rid of the messages. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Icb262d38f21cd0a08ddc1af01db7db01ddbc97e4
2021-04-21meta-amd: FPGA Register Dump Utility ScriptKonstantin Aladyshev1-0/+18
Usage: fpgardu.sh Uses i2c bus 2 to access FPGA registers and display the data Signed-off-by: Paul Erb <paul.erb@amd.com> Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I2608eb48fa4cb3ef2d8837bc22a8efe3dc339d37