How to fix the kernel RPM build problem when a patch is applied?

Josh Boyer jwboyer at gmail.com
Mon Jan 9 14:59:30 UTC 2012


On Mon, Jan 9, 2012 at 9:55 AM, Don Zickus <dzickus at redhat.com> wrote:
> The easiest thing for you to do is to take the config option that is spit
> out as an error (CONFIG_TIPC_UNICLUSTER_FRIENDLY and others in your link
> above), and add it to the bottom of config-generic with either a y/n/m
> like so:
>
> CONFIG_TIPC_UNICLUSTER_FRIENDLY=y
> or
> CONFIG_TIPC_UNICLUSTER_FRIENDLY=m
> or
> # CONFIG_TIPC_UNICLUSTER_FRIENDLY is not set
>
> That should solve your 'make non_oldconfig' problem.

Or just add it to config-local.  That gets merged last and is intended
for local builds and such.

josh


More information about the kernel mailing list