mbox series

[v4,0/3] UBoot refactor

Message ID 20211120063921.1588706-1-Vijaikumar_Kanagarajan@mentor.com
Headers show
Series UBoot refactor | expand

Message

Vijai Kumar K Nov. 19, 2021, 8:39 p.m. UTC
Changes since v3:
 - Move meta-isar changes to a separate patch(P3)

Changes since v2:
 - Add entry in RECIPE-API-CHANGELOG
 - Provide backward compatibitlity with U_BOOT_*_PACKAGE variable
 - Issue a deprecation notice to use if the old variables are used

CI Job running at
http://ci.isar-build.org:8080/job/isar_vkk_devel/99/console

Changes since v1:
 - Fix PROVIDES variable
 - Enable dev by default

CI Job running at
http://ci.isar-build.org:8080/job/isar_vkk_devel/98/console

Vijai Kumar K (3):
  u-boot: Switch to use DEB_BUILD_PROFILES
  meta/u-boot: Include libssl-dev only when building tools
  meta-isar: u-boot: Migrate to U_BOOT_BUILD_PROFILES

 RECIPE-API-CHANGELOG.md                       | 12 ++++
 .../u-boot/u-boot-de0-nano-soc_2021.10.bb     |  2 +-
 .../u-boot/files/debian/control.tmpl          | 13 +++++
 meta/recipes-bsp/u-boot/files/debian/rules    |  9 ++-
 meta/recipes-bsp/u-boot/u-boot-custom.inc     | 55 ++++++++++---------
 5 files changed, 63 insertions(+), 28 deletions(-)