summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase/hosts
Commit message (Collapse)AuthorAgeFilesLines
* netbase/base-files: move /etc/hosts from netbase to base-filesChen Qi2019-01-111-8/+0
| | | | | | | | | | | Move /etc/hosts to base-files, and also add entry to it according to hostname setting. This fixes the problem of commands like `hostname -f' failing due to lack of such entry. (From OE-Core rev: 31e6d08f20a804fccb958e19045d8f9e9806071a) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* netbase: add ipv6 host to /etc/hostsRoy Li2016-01-301-0/+6
| | | | | | | | | | | | | There is a script in netbase, debian/netbase.postinst, which create /etc/hosts, but it is not called, so ipv6 host is missing. now copy them from Ubuntu; and add localhost as alias of ::1 (From OE-Core rev: 4ae53085b173ed57acacebcd3e199abe2cb77a60) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* netbase: upgrade to 5.1Cristian Iorga2013-05-021-0/+2
| | | | | | | | | | netbase dir has generic content, hence the name change; (From OE-Core rev: 6b78673934e1f444991b2743957b362443c6a7cd) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* netbase: Upgrade to version 4.43Dongxiao Xu2010-11-221-2/+0
| | | | | | Fixed its metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+2
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>