All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bitbake: fix ??= operator for getVarFlags and test
@ 2025-02-12 12:16 Louis Rannou
  2025-02-12 12:16 ` [PATCH 1/2] bitbake: data_smart: fix ??= operator for getVarFlags Louis Rannou
  2025-02-12 12:16 ` [PATCH 2/2] bitbake: tests/parse: add test " Louis Rannou
  0 siblings, 2 replies; 6+ messages in thread
From: Louis Rannou @ 2025-02-12 12:16 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Louis Rannou, louis.rannou, pascal.eberhard, yoann.congal

Since commit 0329a7e3ac694737f2d2c1861f65492551360663, weak default values are
omitted while they were only incorrect before. The first patch fixes the issue,
the second adds a test for validation.

Fixes [YOCTO #15685]

Signed-off-by: Louis Rannou <louis.rannou@syslinbit.com>
---
Louis Rannou (2):
      bitbake: data_smart: fix ??= operator for getVarFlags
      bitbake: tests/parse: add test for getVarFlags

 lib/bb/data_smart.py  | 16 +++++++++++++---
 lib/bb/tests/parse.py | 16 ++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)
---
base-commit: bcf090ed631bbd523a5341baebba0765f1a847f8
change-id: 20250212-varflags-7e56f73a3966

Best regards,
-- 
Louis Rannou <louis.rannou@syslinbit.com>



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

end of thread, other threads:[~2025-02-12 17:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 12:16 [PATCH 0/2] bitbake: fix ??= operator for getVarFlags and test Louis Rannou
2025-02-12 12:16 ` [PATCH 1/2] bitbake: data_smart: fix ??= operator for getVarFlags Louis Rannou
2025-02-12 14:00   ` [bitbake-devel] " Richard Purdie
2025-02-12 14:13   ` Richard Purdie
2025-02-12 17:01     ` Louis Rannou
2025-02-12 12:16 ` [PATCH 2/2] bitbake: tests/parse: add test " Louis Rannou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.