* [PATCH 0/2] Re-enable ipv4 features in busybox
@ 2011-07-07 11:10 Paul Eggleton
2011-07-07 11:10 ` [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES Paul Eggleton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 11:10 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1:
tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/busybox-ipv4
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/busybox-ipv4
Paul Eggleton (2):
default-distrovars.inc: add ipv4 to DISTRO_FEATURES
busybox: bump PR to ensure ipv4 is enabled
meta/conf/distro/include/default-distrovars.inc | 2 +-
meta/recipes-core/busybox/busybox_1.18.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES
2011-07-07 11:10 [PATCH 0/2] Re-enable ipv4 features in busybox Paul Eggleton
@ 2011-07-07 11:10 ` Paul Eggleton
2011-07-07 11:10 ` [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled Paul Eggleton
2011-07-07 12:36 ` [PATCH 0/2] Re-enable ipv4 features in busybox Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 11:10 UTC (permalink / raw)
To: openembedded-core
Since the change in busybox configuration to match OE (OE core rev
b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in
DISTRO_FEATURES to get standard IPv4 functionality in busybox.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/conf/distro/include/default-distrovars.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 2f36f59..fe8ed22 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -10,7 +10,7 @@ LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
ENABLE_BINARY_LOCALE_GENERATION ?= "1"
LOCALE_UTF8_ONLY ?= "0"
-DISTRO_FEATURES_LIBC ?= "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
+DISTRO_FEATURES_LIBC ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \
libc-getlogin libc-idn libc-inet libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code \
libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled
2011-07-07 11:10 [PATCH 0/2] Re-enable ipv4 features in busybox Paul Eggleton
2011-07-07 11:10 ` [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES Paul Eggleton
@ 2011-07-07 11:10 ` Paul Eggleton
2011-07-07 12:36 ` [PATCH 0/2] Re-enable ipv4 features in busybox Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-07-07 11:10 UTC (permalink / raw)
To: openembedded-core
Now that ipv4 has been added to the default DISTRO_FEATURES we need to
bump PR as busybox will need to be rebuilt.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-core/busybox/busybox_1.18.4.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb
index cb41ac6..5883cc6 100644
--- a/meta/recipes-core/busybox/busybox_1.18.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.18.4.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://udhcpscript.patch \
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Re-enable ipv4 features in busybox
2011-07-07 11:10 [PATCH 0/2] Re-enable ipv4 features in busybox Paul Eggleton
2011-07-07 11:10 ` [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES Paul Eggleton
2011-07-07 11:10 ` [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled Paul Eggleton
@ 2011-07-07 12:36 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-07-07 12:36 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thu, 2011-07-07 at 12:10 +0100, Paul Eggleton wrote:
> The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1:
>
> tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib paule/busybox-ipv4
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/busybox-ipv4
>
> Paul Eggleton (2):
> default-distrovars.inc: add ipv4 to DISTRO_FEATURES
> busybox: bump PR to ensure ipv4 is enabled
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-07 12:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 11:10 [PATCH 0/2] Re-enable ipv4 features in busybox Paul Eggleton
2011-07-07 11:10 ` [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES Paul Eggleton
2011-07-07 11:10 ` [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled Paul Eggleton
2011-07-07 12:36 ` [PATCH 0/2] Re-enable ipv4 features in busybox Richard Purdie
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.