From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC 02/29] build: trim down Linux bits Date: Tue, 6 Oct 2015 17:52:16 +0100 Message-ID: <1444150336.5302.252.camel@citrix.com> References: <1444082620-3253-1-git-send-email-cardoe@cardoe.com> <1444082620-3253-3-git-send-email-cardoe@cardoe.com> <5613DDD602000078000A8872@prv-mh.provo.novell.com> <5613F097.2090402@cardoe.com> <1444148131.5302.236.camel@citrix.com> <5613FA06.50800@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5613FA06.50800@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , Jan Beulich Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-10-06 at 11:42 -0500, Doug Goldstein wrote: > On 10/6/15 11:15 AM, Ian Campbell wrote: > > On Tue, 2015-10-06 at 11:02 -0500, Doug Goldstein wrote: > > > On 10/6/15 7:42 AM, Jan Beulich wrote: > > > > > > > On 06.10.15 at 00:03, wrote: > > > > > > > > Changes like this should be explained: > > > > > > > > > Signed-off-by: Doug Goldstein > > > > > --- > > > > > xen/scripts/basic/.gitignore | 1 - > > > > > xen/scripts/basic/Makefile | 1 - > > > > > 2 files changed, 2 deletions(-) > > > > > > > > > > diff --git a/xen/scripts/basic/.gitignore > > > > > b/xen/scripts/basic/.gitignore > > > > > index 9528ec9..a776371 100644 > > > > > --- a/xen/scripts/basic/.gitignore > > > > > +++ b/xen/scripts/basic/.gitignore > > > > > @@ -1,2 +1 @@ > > > > > fixdep > > > > > -bin2c > > > > > diff --git a/xen/scripts/basic/Makefile > > > > > b/xen/scripts/basic/Makefile > > > > > index ec10d93..4fcef87 100644 > > > > > --- a/xen/scripts/basic/Makefile > > > > > +++ b/xen/scripts/basic/Makefile > > > > > @@ -9,7 +9,6 @@ > > > > > # fixdep: Used to generate dependency information > > > > > during > > > > > build process > > > > > > > > > > hostprogs-y := fixdep > > > > > -hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c > > > > > > > > Why does Linux need this but we don't? > > > > > > > > Jan > > > > > > > > > > Its for building firmware into the kernel. It converts a blob/binary > > > to > > > a C-style header which can be included into the code. One of the many > > > things in their scripts directory that we won't need for Kconfig > > > support. > > > > ISTR there was a fork of Kconfig maintained for easy inclusion into > > other > > projects. I can't find it though, the closest I got was > > https://github.com/lacombar/kconfig/ which is clearly not the answer > > (not > > touched for 5yrs). > > > > Ian. > > > > I think this is the project? > > [... snip URL nangled by our stupid spam gateway...] Yes, that's the one, I think. > For some reason I couldn't find it when I started out on this originally > and planned on replacing the first few patches with that. But looking at > it now, it appears abandoned. Yeah, it doesn't look like a good option now. Ian.