Skip to content

Minor release openstlinux-5.15-yocto-kirkstone-mp1-v22.07.27

Latest
Compare
Choose a tag to compare
@BernardPuel BernardPuel released this 26 Aug 13:10
· 32 commits to kirkstone since this release

openstlinux-5.15-yocto-kirkstone-mp1-v22.07.27


Arturo Buzarra (1):
GCNANO-USERLAND: fix PACKAGECONFIG names to fill RPROVIDES libs

Christophe Priouzeau (3):
CONF:WIC: align WIC file content with devicetree name
CONF: correct examples to used according to devicetree package
CLASS: FLASHLAYOUT: correct bad exit of loop

Ricardo Salveti (2):
libdrm: set PACKAGECONFIG based on stm32mpcommon
mesa: drop dri from PACKAGECONFIG

Romuald JEANNE (3):
GCNANO-USERLAND: add symlinks to shared libs in /usr/lib for SDK usage
TF-A-STM32MP: update Makefile.sdk to use specific build folder per soc
TF-A-STM32MP: cleanup obsolete files

classes/flashlayout-stm32mp.bbclass | 2 +-
conf/machine/stm32mp15-disco.conf | 13 +++++++------
conf/machine/stm32mp15-eval.conf | 11 ++++++-----
recipes-bsp/trusted-firmware-a/tf-a-stm32mp-archiver.inc | 76 +++++++++++++++++++++++++++++++++++++++++++---------------------------------
recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch | 25 -------------------------
recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend | 3 ---
recipes-graphics/drm/libdrm_2.4.110.bbappend | 2 +-
recipes-graphics/gcnano-userland/gcnano-userland.inc | 41 +++++++++++++++++++++++++++++++++++++++--
recipes-graphics/mesa/mesa_%.bbappend | 2 +-
wic/{sdcard-stm32mp157c-dk2-optee-1GB.wks.in => sdcard-stm32mp157f-dk2-optee-1GB.wks.in} | 8 ++++----
wic/{sdcard-stm32mp157c-dk2-optee-vendorfs-1GB.wks.in => sdcard-stm32mp157f-dk2-optee-vendorfs-1GB.wks.in} | 8 ++++----
wic/{sdcard-stm32mp157c-dk2-trusted-1GB.wks.in => sdcard-stm32mp157f-dk2-trusted-1GB.wks.in} | 8 ++++----
wic/{sdcard-stm32mp157c-ev1-trusted-vendorfs-1GB.wks.in => sdcard-stm32mp157f-dk2-trusted-vendorfs-1GB.wks.in} | 8 ++++----
wic/{sdcard-stm32mp157c-ev1-trusted-1GB.wks.in => sdcard-stm32mp157f-ev1-trusted-1GB.wks.in} | 8 ++++----
wic/{sdcard-stm32mp157c-dk2-trusted-vendorfs-1GB.wks.in => sdcard-stm32mp157f-ev1-trusted-vendorfs-1GB.wks.in} | 8 ++++----
15 files changed, 122 insertions(+), 101 deletions(-)
delete mode 100644 recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch
delete mode 100644 recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend
rename wic/{sdcard-stm32mp157c-dk2-optee-1GB.wks.in => sdcard-stm32mp157f-dk2-optee-1GB.wks.in} (91%)
rename wic/{sdcard-stm32mp157c-dk2-optee-vendorfs-1GB.wks.in => sdcard-stm32mp157f-dk2-optee-vendorfs-1GB.wks.in} (91%)
rename wic/{sdcard-stm32mp157c-dk2-trusted-1GB.wks.in => sdcard-stm32mp157f-dk2-trusted-1GB.wks.in} (91%)
rename wic/{sdcard-stm32mp157c-ev1-trusted-vendorfs-1GB.wks.in => sdcard-stm32mp157f-dk2-trusted-vendorfs-1GB.wks.in} (91%)
rename wic/{sdcard-stm32mp157c-ev1-trusted-1GB.wks.in => sdcard-stm32mp157f-ev1-trusted-1GB.wks.in} (91%)
rename wic/{sdcard-stm32mp157c-dk2-trusted-vendorfs-1GB.wks.in => sdcard-stm32mp157f-ev1-trusted-vendorfs-1GB.wks.in} (91%)