[Buildroot] [PATCH 0/5 v3] core/pkg-kconfig: handle generated kconfig defconfigs (branch yem/kconfig-gen-defconfig)

Yann E. MORIN yann.morin.1998 at free.fr
Wed Dec 9 21:48:30 UTC 2015


Hello All!

This series is an attempt to support defconfig that are generated with
make rules.

The Linux kernel now has at least one defconfig that is not an actual
file, but a Makefile rule:

    ea4d1a8: powerpc/configs: Replace pseries_le_defconfig with a
             Makefile target using merge_config

Which means that we can no longer just copy defconfig files.

The series was discussed on IRC a while ago, and it was decided I would
just adopt it, clean it and resubmit. Thanks go to Sam for the initial
submission. Thanks! :-)


Changes v2 -> v3 (Yann):
  - make all core changes in the same patch
  - update the manual
  - misc cleanups
  - misc typoes and rephrasing


Regards,
Yann E. MORIN.


The following changes since commit f856c1f7542cc7544ccea42d29922f118b9d40e2:

  edid-decode: new package (2015-12-09 14:15:14 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/kconfig-gen-defconfig

for you to fetch changes up to 1245b91af13288bec9e07cdacc65131342b48788:

  boot/barebox: Handle generated defconfigs (2015-12-09 20:17:36 +0100)

----------------------------------------------------------------
Sam bobroff (4):
      core/pkg-kconfig: handle generated defconfigs
      package/linux: Handle generated defconfigs
      boot/at91bootstrap3: Handled generated defconfigs
      boot/barebox: Handle generated defconfigs

Yann E. MORIN (1):
      docs/manual: document the new kconfig-package variable

 boot/at91bootstrap3/at91bootstrap3.mk   |  9 ++++-----
 boot/barebox/barebox.mk                 | 10 ++++------
 docs/manual/adding-packages-kconfig.txt | 10 ++++++++++
 linux/linux.mk                          | 10 ++++------
 package/pkg-kconfig.mk                  | 20 ++++++++++++++++----
 5 files changed, 38 insertions(+), 21 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list