From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: saul.wold@intel.com
Subject: [PATCH V2 0/2] dhcp-client: fix invoke dhclient-script failed on Read-only file system
Date: Tue, 3 Dec 2013 21:46:57 +0800 [thread overview]
Message-ID: <cover.1386078157.git.hongxu.jia@windriver.com> (raw)
Change in V2:
* we should *never* check IMAGE_FEATURES in individual recipes.
Two reasons:
1) It may cause unnecessary rebuilds.
2) IMAGE_FEATURES may be set in <image>.bb instead of local.conf.
* The make_resolv_conf function in that script doesn't take into
consideration the situation in which /etc/resolv.conf is a symlink
to /var/run/resolv.conf.
The following changes since commit a17ffbdbb7d142a94ef842a32b749b18e2e7f0a1:
bitbake: hob: fix rotating progress icon animation (2013-12-02 17:51:35 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/fix-dhcpclient
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-dhcpclient
Hongxu Jia (2):
dhclient-script: let resolv.conf and resolv.conf.dhclient on the same
direcotry
dhclient-script: override make_resolv_conf for read-only fs
meta/recipes-connectivity/dhcp/dhcp.inc | 7 +-
...ript-let-resolv.conf-and-resolv.conf.dhcl.patch | 74 ++++++++++++++++++++++
.../dhcp/files/readonly-dhclient-enter-hooks | 31 +++++++++
3 files changed, 111 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-connectivity/dhcp/dhcp/dhclient-script-let-resolv.conf-and-resolv.conf.dhcl.patch
create mode 100644 meta/recipes-connectivity/dhcp/files/readonly-dhclient-enter-hooks
--
1.8.1.2
next reply other threads:[~2013-12-03 13:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-03 13:46 Hongxu Jia [this message]
2013-12-03 13:46 ` [PATCH 1/2] dhclient-script: let resolv.conf and resolv.conf.dhclient on the same direcotry Hongxu Jia
2013-12-03 22:09 ` Phil Blundell
2013-12-04 2:00 ` Hongxu Jia
2013-12-10 4:41 ` Saul Wold
2013-12-10 10:25 ` Hongxu Jia
2013-12-03 13:46 ` [PATCH 2/2] dhclient-script: override make_resolv_conf for read-only fs Hongxu Jia
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.1386078157.git.hongxu.jia@windriver.com \
--to=hongxu.jia@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=saul.wold@intel.com \
/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 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.