Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7 v3] refresh busybox defconfig + enable sha1sum and sha256sum
@ 2015-07-30 20:56 Andre McCurdy
  2015-07-30 20:56 ` [PATCH 1/7] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig Andre McCurdy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andre McCurdy @ 2015-07-30 20:56 UTC (permalink / raw)
  To: openembedded-core

The current oe-core busybox defconfig dates back to busybox v1.20.2,
so configure options introduced in busybox v1.21.x, v1.22.x and
v1.23.x take on default values when the oe-core defconfig is run
through 'make oldconfig'. 

The first 3 patches just refresh the oe-core defconfig file (with no
change to the resulting busybox binary).

The final 4 patches contain functional changes to the way busybox is
configured. Most changes have been discussed on the oe-core list and
this v3 patch series hopefully incorporates all feedback.

The change to enable sha1sum and sha256sum is new.

Andre McCurdy (7):
  busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig
  busybox: re-order defconfig to align with busybox 1.23.2
  busybox: refresh defconfig for busybox v1.23.2
  busybox: disable sha3sum in defconfig
  busybox: disable fatattr in defconfig
  busybox: support mount via label for btrfs and squashfs
  busybox: enable support for sha1sum and sha256sum applets

 meta/recipes-core/busybox/busybox/defconfig        | 134 +++++++++++++--------
 .../busybox/busybox/mount-via-label.cfg            |   9 ++
 meta/recipes-core/busybox/busybox/sha1sum.cfg      |   1 +
 meta/recipes-core/busybox/busybox/sha256sum.cfg    |   1 +
 meta/recipes-core/busybox/busybox_1.23.2.bb        |   3 +
 meta/recipes-core/busybox/busybox_git.bb           |   3 +
 6 files changed, 101 insertions(+), 50 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/mount-via-label.cfg
 create mode 100644 meta/recipes-core/busybox/busybox/sha1sum.cfg
 create mode 100644 meta/recipes-core/busybox/busybox/sha256sum.cfg

-- 
1.9.1



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

end of thread, other threads:[~2015-07-30 20:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 20:56 [PATCH 0/7 v3] refresh busybox defconfig + enable sha1sum and sha256sum Andre McCurdy
2015-07-30 20:56 ` [PATCH 1/7] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig Andre McCurdy
2015-07-30 20:56 ` [PATCH 2/7] busybox: re-order defconfig to align with busybox 1.23.2 Andre McCurdy
2015-07-30 20:56 ` [PATCH 3/7] busybox: refresh defconfig for busybox v1.23.2 Andre McCurdy
2015-07-30 20:56 ` [PATCH 4/7] busybox: disable sha3sum in defconfig Andre McCurdy
2015-07-30 20:56 ` [PATCH 5/7] busybox: disable fatattr " Andre McCurdy
2015-07-30 20:56 ` [PATCH 6/7] busybox: support mount via label for btrfs and squashfs Andre McCurdy
2015-07-30 20:56 ` [PATCH 7/7] busybox: enable support for sha1sum and sha256sum applets Andre McCurdy

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