From: Bas Mevissen <abuse@basmevissen.nl>
To: Openembedded Core <openembedded-core@lists.openembedded.org>
Subject: Summary of kernel-devsrc package issues (Sumo)
Date: Mon, 04 Jun 2018 11:04:58 +0200 [thread overview]
Message-ID: <be75fca2a4a635993bfaf89073fc0bd3@basmevissen.nl> (raw)
Hi all,
I ran into several issues with kernel-devsrc when building Poky Sumu
with the meta-freescale layer for an Freescale i.mx6sx ARM board. In
this mail(thread) I would like to collect them all and discuss the
possible options to resolve them.
* Install dependency issues (both during image creation and manual
install on the board):
The kernel-devsrc spec file defines a number of auto-generated run-time
dependencies. These include
(1) /bin/awk
(2) /usr/bin/python
(1) is due to scripts/ver_linux being an awk script using /bin/awk in
its shebang in various (vendor) kernels, even recent ones. Instead of
fixing all those kernel sources, I would suggest:
1a) adding a link to /bin/awk in the awk or the kernel-devsrc package
1b) automatically fix the kernel source included in the kernel-devsrc
package
1c) having a more helpful error message?
(2) is normally fine, but on my build, there is only /usr/bin/python3. A
manually created symlink fixed the issue. I'm wondering what a more
permanent solution would be:
2a) Fix all Python script in the installed kernel source like 1b)? (the
python3-native package does create such a symlink, but not the target
one!)
2b) See whether there is a package that already creates that symlink and
make kernel-devsrc depend on it?
* External module build issue:
When building an external module (rtl8812au driver) on the board using
kernel-devsrc, I ran into the following issues:
(3) No symlink from /lib/modules/`uname -r`/build to the kernel source.
Solution:
3a) Add this symlink (and optionally "source") to kernel-devsrc,
comparable to Fedora kernel-headers package
(4) The scripts where not build, resulting in build error. Solution:
4b) Pre-build scripts ("make scripts") in kernel-devsrc. Should be ok,
as the package is already arch dependent.
(remarkably, there is mention of both in the kernel-devsrc.bb file, but
I think the current solutions are wrong as the package is not
ready-to-use currently)
* Multiple kernel support:
When developing, multiple kernel versions might be installed. Current
version of the package installs in /usr/src/kernel without the kver in
the patch.
(5) So you can have only 1 set of kernel sources installed. Proposal:
(5a) Install in /usr/src/kernels/`uname r` following the way Fedora does
it.
* Huge size of package
(6) The package contains an awful lot of files and is huge. Not all of
them are needed to compile external kernel modules
6a) Remove the sources and only provide what is needed to build external
kernel modules (like fedora)
6b) Create the package suggested at 6a) (or add it to kernel-dev) and
keep the devsrc as the full-source alternative.
Your thoughts? I'm more than happy to fix the issues and provide
patches. However, I need input on what direction to go on the issues I
ran into until now.
Thanks,
Bas.
next reply other threads:[~2018-06-04 9:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-04 9:04 Bas Mevissen [this message]
2018-06-04 11:32 ` Summary of kernel-devsrc package issues (Sumo) Alexander Kanavin
2018-06-04 13:23 ` Bas Mevissen
2018-06-04 12:32 ` Bruce Ashfield
2018-06-04 13:35 ` Bas Mevissen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=be75fca2a4a635993bfaf89073fc0bd3@basmevissen.nl \
--to=abuse@basmevissen.nl \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox