Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] core: add kconfigsymbols to packages (branch yem/check-target-packages)
Date: Wed, 30 Dec 2015 00:10:35 +0100	[thread overview]
Message-ID: <cover.1451430505.git.yann.morin.1998@free.fr> (raw)

Hello All!

Since we check that packages in _DEPENDENCIES are enabled at the Kconfig
level, it means all the target packages need to have a Kconfig symbol.

This is currently not the case for quite a few of them:
  - linux-headers
  - netbsd-queue
  - virtual packages
  - a few more...

This series fixes the most critical ones (the three identified in the
list above); others will be fixed in later patches when the autobulders
find them.


Regards,
Yann E. MORIN.


The following changes since commit 5203541aa62c1d77d1e85662961bd7ab313813bc:

  package/xtables-addons: require kernel modules from Kconfig (2015-12-29 23:53:04 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/check-target-packages

for you to fetch changes up to 7048b92dbba0ba35f610d7863f0c599eca3e3399:

  core/pkg-virtual: do not check they are neabled (2015-12-30 00:07:09 +0100)

----------------------------------------------------------------
Yann E. MORIN (3):
      package/c-libraries: need linux-headers
      package/netbsd-queue: add Kconfig symbol like for all target packages
      core/pkg-virtual: do not check they are neabled

 package/glibc/Config.in                 | 4 ++--
 package/linux-headers/Config.in         | 2 ++
 package/musl/Config.in                  | 3 ++-
 package/netbsd-queue/Config.in          | 2 ++
 package/pkg-generic.mk                  | 5 ++++-
 package/pkg-virtual.mk                  | 2 ++
 package/uclibc/Config.in                | 2 +-
 toolchain/toolchain-buildroot/Config.in | 1 +
 8 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 package/linux-headers/Config.in
 create mode 100644 package/netbsd-queue/Config.in

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

             reply	other threads:[~2015-12-29 23:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 23:10 Yann E. MORIN [this message]
2015-12-29 23:10 ` [Buildroot] [PATCH 1/3] package/c-libraries: need linux-headers Yann E. MORIN
2015-12-30  9:10   ` Thomas Petazzoni
2015-12-29 23:10 ` [Buildroot] [PATCH 2/3] package/netbsd-queue: add Kconfig symbol like for all target packages Yann E. MORIN
2015-12-30  9:10   ` Thomas Petazzoni
2015-12-29 23:10 ` [Buildroot] [PATCH 3/3] core/pkg-virtual: do not check they are neabled Yann E. MORIN
2015-12-30  9:12   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1451430505.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox