Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH v5 0/2] Pending changes for review/discussion
@ 2013-08-23 14:48 Otavio Salvador
  2013-08-23 14:48 ` [RFC PATCH v5 1/2] base.bbclass: Add support to EXTRA_DISTRO_FEATURES Otavio Salvador
  2013-08-23 14:48 ` [RFC PATCH v5 2/2] uboot-config.bbclass: Allow choose of U-Boot config for machine Otavio Salvador
  0 siblings, 2 replies; 8+ messages in thread
From: Otavio Salvador @ 2013-08-23 14:48 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List
  Cc: Evan Kotara, Otavio Salvador, Daiane Angolini

I am resending those two patches as they are not fully
discussed/reviewed.

The EXTRA_DISTRO_FEATURES (1/2) one has a mix of people which likes it
and others who hates it. Personally I would like to get a mechanism
like this one supported and it allows for much easier use of
DISTRO_FEATURES during development phase. People argue it can be
abused and this is a real possibility and something that will happen
however this happens with everything so it does not justifies, for me,
the not inclusion of it.

On the other side the UBOOT_CONFIG (2/2) one is not complete in my
opinion. It needs someone to help to find the gabs so I can fix those
and propose a final patch.

Changes in v5:
- Resend

Changes in v4:
- Drop _prepend/_append hack and remove/add DISTRO_FEATURES (thanks to
  RP for the tip).

Changes in v3:
- Drop _prepend/_append flags from DISTRO_FEATURES to avoid the re-add

Changes in v2:
- Use data copy to fix wrong prepend/append expanding.

Otavio Salvador (2):
  base.bbclass: Add support to EXTRA_DISTRO_FEATURES
  uboot-config.bbclass: Allow choose of U-Boot config for machine

 meta/classes/base.bbclass         |  4 ++++
 meta/classes/uboot-config.bbclass | 39 +++++++++++++++++++++++++++++++++++++++
 meta/lib/oe/utils.py              | 24 ++++++++++++++++++++++++
 3 files changed, 67 insertions(+)
 create mode 100644 meta/classes/uboot-config.bbclass

-- 
1.8.4.rc1



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

end of thread, other threads:[~2013-09-03 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23 14:48 [RFC PATCH v5 0/2] Pending changes for review/discussion Otavio Salvador
2013-08-23 14:48 ` [RFC PATCH v5 1/2] base.bbclass: Add support to EXTRA_DISTRO_FEATURES Otavio Salvador
2013-08-23 14:59   ` Richard Purdie
2013-08-23 15:11     ` Otavio Salvador
2013-08-23 15:29       ` Richard Purdie
2013-08-23 15:31       ` Richard Purdie
2013-08-23 14:48 ` [RFC PATCH v5 2/2] uboot-config.bbclass: Allow choose of U-Boot config for machine Otavio Salvador
2013-09-03 19:50   ` Otavio Salvador

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