diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-04 19:13:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:37:28 +0000 |
commit | 4cb7c9a7ca3632c15414177e6e3ee399ad48ba08 (patch) | |
tree | b69eaf83119f8b92cddd9ce8ad7a99d265668937 /meta/conf | |
parent | 7c106a3bb8a427321db579b682adfb4a2bd1eddc (diff) | |
download | poky-4cb7c9a7ca3632c15414177e6e3ee399ad48ba08.tar.gz |
netbase: split up in netbase and init-ifupdown
- netbase should only include etc-rpc, etc-protocols, etc-services
and the hosts file
- the init script/configuration files should be in another package
(init-ifupdown)
[YOCTO #2486]
(From OE-Core rev: 5ce5c3d1226d4a8a4997c63acc1b1b125770d005)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3259e5c712..6e5cd0cf8d 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -22,6 +22,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
22 | shadow-securetty \ | 22 | shadow-securetty \ |
23 | opkg-config-base \ | 23 | opkg-config-base \ |
24 | netbase \ | 24 | netbase \ |
25 | init-ifupdown \ | ||
25 | connman-conf \ | 26 | connman-conf \ |
26 | formfactor \ | 27 | formfactor \ |
27 | xserver-xf86-config \ | 28 | xserver-xf86-config \ |