public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v3 0/3] add support for debian build profiles
@ 2022-01-04 13:01 Felix Moessbauer
  2022-01-04 13:01 ` [PATCH v3 1/3] add support for debian build profiles and options Felix Moessbauer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Felix Moessbauer @ 2022-01-04 13:01 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, vijaikumar.kanagarajan, Felix Moessbauer

Changes since v2:

- only provide DEB_BUILD_PROFILES variable (no _CROSS variable)
- add "cross" directly to env variable when cross-compiling
- add DEB_BUILD_OPTIONS bitbake variable
  (profiles like "nocheck" must also add "nocheck" to DEB_BUILD_OPTIONS)
- update API changelog
- use DEB_BUILD_OPTIONS in hello.bb example

Changes since v1:

- fix erronous code removal reported by Vijai
- only use value of DEB_BUILD_PROFILES_CROSS when cross-compiling (no combination of values)
- improve API changelog docs
- rebased onto next
- use DEB_BUILD_PROFILES infrastructure in linux-custom.inc

Felix Moessbauer (3):
  add support for debian build profiles and options
  refactor linux-custom.inc to use ISAR's DEB_BUILD_PROFILES support
  Use DEB_BUILD_OPTIONS bb variable in hello.bb example

 RECIPE-API-CHANGELOG.md                          |  9 +++++++++
 meta-isar/recipes-app/hello/hello.bb             |  8 ++------
 meta/classes/dpkg-base.bbclass                   | 16 ++++++++++++++++
 meta/classes/dpkg.bbclass                        |  4 +++-
 .../recipes-bsp/libubootenv/libubootenv_0.3-3.bb |  5 +----
 meta/recipes-kernel/linux/linux-custom.inc       | 13 ++++++++-----
 6 files changed, 39 insertions(+), 16 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-10  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 13:01 [PATCH v3 0/3] add support for debian build profiles Felix Moessbauer
2022-01-04 13:01 ` [PATCH v3 1/3] add support for debian build profiles and options Felix Moessbauer
2022-01-10  7:59   ` vijai kumar
2022-01-04 13:01 ` [PATCH v3 2/3] refactor linux-custom.inc to use ISAR's DEB_BUILD_PROFILES support Felix Moessbauer
2022-01-04 13:01 ` [PATCH v3 3/3] Use DEB_BUILD_OPTIONS bb variable in hello.bb example Felix Moessbauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox