From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id 3D44452A23 for ; Fri, 30 Jan 2015 01:58:12 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t0U1wBeC027793 for ; Thu, 29 Jan 2015 19:58:11 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0U1wAWW030705 for ; Thu, 29 Jan 2015 19:58:10 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Thu, 29 Jan 2015 19:58:10 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0U1w9BP018716; Thu, 29 Jan 2015 19:58:10 -0600 Date: Thu, 29 Jan 2015 20:58:09 -0500 From: Denys Dmytriyenko To: Sam Nelson Message-ID: <20150130015809.GF21328@edge> References: <1422582942-7233-1-git-send-email-sam.nelson@ti.com> MIME-Version: 1.0 In-Reply-To: <1422582942-7233-1-git-send-email-sam.nelson@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH v2] busybox: Update default configuration of busybox X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 01:58:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Jan 29, 2015 at 08:55:42PM -0500, Sam Nelson wrote: > - Add ARP and ARPING to default configuration > > Signed-off-by: Sam Nelson > > --- > Changes from previous version of patch > - Updated PR > --- > --- > .../recipes-core/busybox/busybox/defconfig | 4 ++-- > .../recipes-core/busybox/busybox_1.22.1.bbappend | 11 ++++++++++- > 2 files changed, 12 insertions(+), 3 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig > index 69d7e5f..c3aa413 100644 > --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig > +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig > @@ -729,8 +729,8 @@ CONFIG_FEATURE_IPV6=y > # CONFIG_FEATURE_UNIX_LOCAL is not set > CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y > # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set > -# CONFIG_ARP is not set > -# CONFIG_ARPING is not set > +CONFIG_ARP=y > +CONFIG_ARPING=y > CONFIG_BRCTL=y > CONFIG_FEATURE_BRCTL_FANCY=y > CONFIG_FEATURE_BRCTL_SHOW=y > diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend > index 0f49e64..7d89239 100644 > --- a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend > +++ b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend > @@ -1,9 +1,18 @@ > # look for files in this layer first > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > -PR_append = "-arago13" > +PR_append = "-arago15" > > SRC_URI += " \ > file://inetd \ > file://inetd.conf \ > + file://hwclock.sh \ What's hwclock.sh used for? > + file://hwclock \ > " > + > +do_install_append () { > + if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then > + install -d ${D}${sysconfdir}/default > + install -m 0755 ${WORKDIR}/hwclock ${D}${sysconfdir}/default/ > + fi > +} > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago