summaryrefslogtreecommitdiff
path: root/meta-amd/recipes-amd
AgeCommit message (Collapse)AuthorFilesLines
2021-09-10meta-amd: fix compilation errors with latest YoctoKonstantin Aladyshev2-14/+14
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-06-30meta-amd: Switch web UI app to 'webui-vue'Konstantin Aladyshev1-1/+1
'phosphor-webui' is no longer developed. It was built on AngularJS and AngularJS goes End of Life June 30, 2021. 'webui-vue' is a modern replacement for the web UI app. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I2b907784a06feeaa48c1336c9eab72828706d9ea
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 Aladyshev4-0/+430
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
2021-04-21meta-amd: Enable dbus-sensors applicationKonstantin Aladyshev1-0/+1
Enable dbus-sensors application. It will be used in conjunction with the Entity-manager application to provide all the necessary sensor monitoring services. Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ia358e630cd4518ca6ec1722fa383b6786b835e82
2020-09-09meta-amd: subtree update:0ec4f9ff17..496d83825eBrad Bishop1-0/+45
Supreeth Venkatesh (22): meta-amd: Add recipe for power control. meta-amd: Override watchdog recipe. meta-amd: Override fans and sel-logger recipes. meta-amd: Define OpenBMC AMD package group applications. meta-amd: Add Linux kernel recipe for EthanolX. meta-amd: EthanolX platform configuration meta-amd: Enable bmcweb and phosphor-webui meta-amd: Enable LED Group Management for Ethanolx meta-amd: Enable OOB BMC firmware update meta-amd: Enable SOL host console meta-amd: Modify device tree to enable thermal sensors for EthanolX meta-amd: Enable hwmon to monitor thermal sensors and fan meta-amd: Enable ipmi fru and sensor configuration meta-amd: Add ipmi config, host and fru .bbappend files meta-amd: Add entity-manager and ipmitool modules meta-amd:linux: Added I2c0 and I2c1 which cater to AMD's APML Interface meta-amd: Remove device tree patch meta-amd: Add device tree patch meta-amd: Add chassis control application meta-amd: Add phosphor host logger application meta-amd: Add fan tach sensor for fan 0 and fan 1 meta-amd: Remove bmcweb bbappend file Change-Id: I53d6f4be203eefce1475d588b55fdf785b2b2024 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>