mbox series

[v3,0/2] U-boot refactor

Message ID 20211117073515.773106-1-Vijaikumar_Kanagarajan@mentor.com
Headers show
Series U-boot refactor | expand

Message

Vijai Kumar K Nov. 16, 2021, 9:35 p.m. UTC
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 (2):
  u-boot: Switch to use DEB_BUILD_PROFILES
  meta/u-boot: Include libssl-dev only when building tools

 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(-)