Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 2016 19:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 184176] [patch] [vimage] introduce new src.conf knob WITH_VIMAGE
Message-ID:  <bug-184176-8-n47IqXA0Bw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-184176-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-184176-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D184176

Bjoern A. Zeeb <bz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |vimage
                 CC|                            |bz@FreeBSD.org

--- Comment #6 from Bjoern A. Zeeb <bz@FreeBSD.org> ---
(a) it should be WITHOUT_VIMAGE as that is the current default and you need
other places as well to properly add much an option.

(b) it's a kernel config file option and not a build/make option; to my very
best knowledge all user space changes were designed to be able to dynamical=
ly
cope with VIMAGE (and really only libkvm comes to my mind currently)

(c) and make.conf to me seems the entirely wrong granularity for this.

(d) lastly see SRCS.* in HEAD and sys/conf/kern.opts.mk which is getting a =
lot
closer to what you are looking for (along with a kernel build tree) though
those seem to be driven from src.conf, which I hadn't realised;  we should =
find
people who understand what the design had in mind.  I would love to have th=
ese
things derived from a kernel config file really but I am staying out of that
make foo.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-184176-8-n47IqXA0Bw>