From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Jan Kiszka <jan.kiszka@web.de>, isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH v4] meta: Run depmod after kernel module installation
Date: Tue, 28 Aug 2018 01:08:44 +0300 [thread overview]
Message-ID: <27b2eccc-2036-ca49-d2a2-f3b9c4df5dd1@ilbers.de> (raw)
In-Reply-To: <dcf9a586-c1d3-85b9-d50e-6a4a5595c314@web.de>
On 08/19/2018 09:57 PM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Otherwise the module may not be found if the module package is installed
> on its own, i.e. without the kernel package performing the depmod run.
>
> As we now install a postinst baseline with the right mode, the chmod on
> AUTOLOAD becomes obsolete.
Applied to the 'next',
Regards,
Maxim.
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> Changes to v3:
> - allow depmod to fail (e.g. when building the image)
>
> meta/recipes-kernel/linux-module/files/debian/postinst | 2 ++
> meta/recipes-kernel/linux-module/module.inc | 1 -
> 2 files changed, 2 insertions(+), 1 deletion(-)
> create mode 100755 meta/recipes-kernel/linux-module/files/debian/postinst
>
> diff --git a/meta/recipes-kernel/linux-module/files/debian/postinst b/meta/recipes-kernel/linux-module/files/debian/postinst
> new file mode 100755
> index 0000000..35d5de0
> --- /dev/null
> +++ b/meta/recipes-kernel/linux-module/files/debian/postinst
> @@ -0,0 +1,2 @@
> +#!/bin/sh
> +depmod -a
> diff --git a/meta/recipes-kernel/linux-module/module.inc b/meta/recipes-kernel/linux-module/module.inc
> index 3075f44..76a49f3 100644
> --- a/meta/recipes-kernel/linux-module/module.inc
> +++ b/meta/recipes-kernel/linux-module/module.inc
> @@ -26,6 +26,5 @@ dpkg_runbuild_prepend() {
>
> if [ ${AUTOLOAD} = "1" ]; then
> echo "echo ${PN} >> /etc/modules" >> ${S}/debian/postinst
> - chmod +x ${S}/debian/postinst
> fi
> }
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
prev parent reply other threads:[~2018-08-27 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-19 18:57 Jan Kiszka
2018-08-27 22:08 ` Maxim Yu. Osipov [this message]
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=27b2eccc-2036-ca49-d2a2-f3b9c4df5dd1@ilbers.de \
--to=mosipov@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@web.de \
/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