It was long since obsolete but sometimes difficult to maintain.
Now that the common Ubuntu-like kernels are the main ones in ROSA, one
common flavour of stable-based kernels is enough.
Stable-based kernels are often inferior to Ubuntu-based ones in terms of
stability, performance and hardware support. Now they are only intended for
debugging and experiments with some new features.
Signed-off-by: Evgenii Shatokhin <eshatokhin@virtuozzo.com>
Besides the upstream update, I have disabled building of nrj-laptop
kernels here.
Now that the main kernels used in ROSA are based on the sources from
Ubuntu, the stable-based kernels like this one are mostly intended for
debugging. No need to build nrj-laptop flavour each time. Let us make
things a bit easier for other ABF users at least.
Signed-off-by: Evgenii Shatokhin <eshatokhin@virtuozzo.com>
GTK2 is very old and support for it in ROSA may break at any moment.
Perf is mostly used from command line anyway. Let us not build the GUI.
Signed-off-by: Evgenii Shatokhin <eshatokhin@virtuozzo.com>
When a newer kernel branch is published into the official repositories,
its kernel-headers, cpupower, perf anf kernel-doc packages will be used
instead. One could turn off building of the last three, but there was no
such switch for kernel-headers. Add it.
'#CONFIG_64BIT is not set' is present in the template config for i586
but it seems to be removed somehow when preparing the actual config. I
haven't investigated why and how.
For now, let us simply restore it.
Although the patch could be revisited to apply to the kernel 4.15, the
mentioned bug report states that switching to UEFI and disabling legacy
boot fixes the issue.
See https://bugs.freedesktop.org/show_bug.cgi?id=97822.
They also say that the issue is not in the driver but rather in BIOS
provided by HP and used in legacy boot.