* [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
@ 2018-08-15 6:47 Steve Pavao
2018-08-15 15:54 ` Khem Raj
2018-08-15 19:08 ` Max Krummenacher
0 siblings, 2 replies; 8+ messages in thread
From: Steve Pavao @ 2018-08-15 6:47 UTC (permalink / raw)
To: yocto
There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s hard to believe it’s true, but that’s what I'm seeing.
The problem does NOT occur for the rpi-hwup-image bitbake, which is actually deprecated in poky 2.5/sumo.
Before you retire the rpi-hwup-image bitbake target, will you please make sure that the kernel modules from the core-image-minimal build make it into the .manifest and therefore into the sdimg?
Please let me know where to log this issue, so I can send you the .manifest diffs, some ls command output showing the large size difference between the core-image-minimal and rpi-hwup-image sdimg files for identical builds, and perhaps some file listings to show that one of the builds contains kernel modules (rpi-hwup-image) and the other does not (core-image-minimal).
Steve Pavao
Korg R&D
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 6:47 [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules Steve Pavao
@ 2018-08-15 15:54 ` Khem Raj
2018-08-15 20:25 ` Steve Pavao
2018-08-15 19:08 ` Max Krummenacher
1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2018-08-15 15:54 UTC (permalink / raw)
To: Steve Pavao; +Cc: Yocto Project
On Tue, Aug 14, 2018 at 11:48 PM Steve Pavao <stevep@korgrd.com> wrote:
>
> There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
>
> No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s hard to believe it’s true, but that’s what I'm seeing.
>
> The problem does NOT occur for the rpi-hwup-image bitbake, which is actually deprecated in poky 2.5/sumo.
>
> Before you retire the rpi-hwup-image bitbake target, will you please make sure that the kernel modules from the core-image-minimal build make it into the .manifest and therefore into the sdimg?
>
> Please let me know where to log this issue, so I can send you the .manifest diffs, some ls command output showing the large size difference between the core-image-minimal and rpi-hwup-image sdimg files for identical builds, and perhaps some file listings to show that one of the builds contains kernel modules (rpi-hwup-image) and the other does not (core-image-minimal).
>
please build core-image-base and see if that helps
> Steve Pavao
> Korg R&D
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 15:54 ` Khem Raj
@ 2018-08-15 20:25 ` Steve Pavao
2018-08-15 20:27 ` Khem Raj
0 siblings, 1 reply; 8+ messages in thread
From: Steve Pavao @ 2018-08-15 20:25 UTC (permalink / raw)
To: Khem Raj; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]
Hello,
> On Aug 15, 2018, at 11:54 AM, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Tue, Aug 14, 2018 at 11:48 PM Steve Pavao <stevep@korgrd.com <mailto:stevep@korgrd.com>> wrote:
>>
>> There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
>>
>> No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s hard to believe it’s true, but that’s what I'm seeing.
>
> please build core-image-base and see if that helps
Khem - that does help. It also provides some other packages that aren’t in the deprecated rpi-hwup-image, but that doesn’t seem to hurt.
Max - thanks for the explanation about adding that package to the image as a possible solution. In this case, I’m trying to avoid multiple manual steps and just use a single bitbake target to acheive the build I need, though.
Andre - I have since read about core-image-minimal since receiving the warning message that "rpi-hwup-image is deprecated - use core-image-minimal instead” and having problems due to the missing modules. You are technically correct. I would like to state my opinion though that to unconditionally warn the user to use core-image-minimal instead of rpi-hwup-image (which definitely packages kernel modules if they are there) is not often the best advice to give.
Thanks to you all for the useful replies.
Steve Pavao
Korg R&D
[-- Attachment #2: Type: text/html, Size: 4933 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 20:25 ` Steve Pavao
@ 2018-08-15 20:27 ` Khem Raj
2018-08-15 20:42 ` Steve Pavao
0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2018-08-15 20:27 UTC (permalink / raw)
To: Steve Pavao; +Cc: Yocto Project
On Wed, Aug 15, 2018 at 1:25 PM Steve Pavao <stevep@korgrd.com> wrote:
>
> Hello,
>
> On Aug 15, 2018, at 11:54 AM, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Tue, Aug 14, 2018 at 11:48 PM Steve Pavao <stevep@korgrd.com> wrote:
>
>
> There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
>
> No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s hard to believe it’s true, but that’s what I'm seeing.
>
>
> please build core-image-base and see if that helps
>
>
> Khem - that does help. It also provides some other packages that aren’t in the deprecated rpi-hwup-image, but that doesn’t seem to hurt.
>
good.
> Max - thanks for the explanation about adding that package to the image as a possible solution. In this case, I’m trying to avoid multiple manual steps and just use a single bitbake target to acheive the build I need, though.
>
> Andre - I have since read about core-image-minimal since receiving the warning message that "rpi-hwup-image is deprecated - use core-image-minimal instead” and having problems due to the missing modules. You are technically correct. I would like to state my opinion though that to unconditionally warn the user to use core-image-minimal instead of rpi-hwup-image (which definitely packages kernel modules if they are there) is not often the best advice to give.
This should be fixed in meta-raspberrypi, care to submit a patch
to use core-image-base instead ?
>
> Thanks to you all for the useful replies.
>
> Steve Pavao
> Korg R&D
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 20:27 ` Khem Raj
@ 2018-08-15 20:42 ` Steve Pavao
2018-08-15 21:50 ` Khem Raj
0 siblings, 1 reply; 8+ messages in thread
From: Steve Pavao @ 2018-08-15 20:42 UTC (permalink / raw)
To: Khem Raj; +Cc: Yocto Project
Hello,
> On Aug 15, 2018, at 4:27 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Wed, Aug 15, 2018 at 1:25 PM Steve Pavao <stevep@korgrd.com> wrote:
>> I would like to state my opinion though that to unconditionally warn the user to use core-image-minimal instead of rpi-hwup-image (which definitely packages kernel modules if they are there) is not often the best advice to give.
>
> This should be fixed in meta-raspberrypi, care to submit a patch
> to use core-image-base instead ?
Sure, I’ll submit a patch. Should it unconditionally recommend core-image-base, or should it still recommend core-image-minimal if the kernel modules list is empty? (Could that condition possibly happen if the user cleared it in local.conf?)
Steve Pavao
Korg R&D
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 20:42 ` Steve Pavao
@ 2018-08-15 21:50 ` Khem Raj
0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2018-08-15 21:50 UTC (permalink / raw)
To: Steve Pavao; +Cc: Yocto Project
On Wed, Aug 15, 2018 at 1:42 PM Steve Pavao <stevep@korgrd.com> wrote:
>
> Hello,
>
> > On Aug 15, 2018, at 4:27 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >
> > On Wed, Aug 15, 2018 at 1:25 PM Steve Pavao <stevep@korgrd.com> wrote:
>
> >> I would like to state my opinion though that to unconditionally warn the user to use core-image-minimal instead of rpi-hwup-image (which definitely packages kernel modules if they are there) is not often the best advice to give.
> >
> > This should be fixed in meta-raspberrypi, care to submit a patch
> > to use core-image-base instead ?
>
> Sure, I’ll submit a patch. Should it unconditionally recommend core-image-base, or should it still recommend core-image-minimal if the kernel modules list is empty? (Could that condition possibly happen if the user cleared it in local.conf?)
>
fact that we added modules to original image. its better to recommend
core-image-base
> Steve Pavao
> Korg R&D
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 6:47 [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules Steve Pavao
2018-08-15 15:54 ` Khem Raj
@ 2018-08-15 19:08 ` Max Krummenacher
2018-08-15 20:14 ` Andre McCurdy
1 sibling, 1 reply; 8+ messages in thread
From: Max Krummenacher @ 2018-08-15 19:08 UTC (permalink / raw)
To: Steve Pavao, yocto
Hi
Am Mittwoch, den 15.08.2018, 02:47 -0400 schrieb Steve Pavao:
> There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head
> of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
>
> No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s
> hard to believe it’s true, but that’s what I'm seeing.
>
> The problem does NOT occur for the rpi-hwup-image bitbake, which is actually deprecated in poky
> 2.5/sumo.
>
> Before you retire the rpi-hwup-image bitbake target, will you please make sure that the kernel
> modules from the core-image-minimal build make it into the .manifest and therefore into the sdimg?
>
> Please let me know where to log this issue, so I can send you the .manifest diffs, some ls command
> output showing the large size difference between the core-image-minimal and rpi-hwup-image sdimg
> files for identical builds, and perhaps some file listings to show that one of the builds contains
> kernel modules (rpi-hwup-image) and the other does not (core-image-minimal).
>
> Steve Pavao
> Korg R&D
>
Note that the 'kernel-modules' package is one of the packages built by a kernel recipe.
It is a meta package which RDEPENDS on all kernel module packages built by your kernel
configuration. So adding that package to your image should do the trick.
Max
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules
2018-08-15 19:08 ` Max Krummenacher
@ 2018-08-15 20:14 ` Andre McCurdy
0 siblings, 0 replies; 8+ messages in thread
From: Andre McCurdy @ 2018-08-15 20:14 UTC (permalink / raw)
To: Max Krummenacher; +Cc: Yocto discussion list, Steve Pavao
On Wed, Aug 15, 2018 at 12:08 PM, Max Krummenacher <max.oss.09@gmail.com> wrote:
> Hi
>
> Am Mittwoch, den 15.08.2018, 02:47 -0400 schrieb Steve Pavao:
>> There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head
>> of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target.
>>
>> No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s
>> hard to believe it’s true, but that’s what I'm seeing.
>>
>> The problem does NOT occur for the rpi-hwup-image bitbake, which is actually deprecated in poky
>> 2.5/sumo.
>>
>> Before you retire the rpi-hwup-image bitbake target, will you please make sure that the kernel
>> modules from the core-image-minimal build make it into the .manifest and therefore into the sdimg?
>>
>> Please let me know where to log this issue, so I can send you the .manifest diffs, some ls command
>> output showing the large size difference between the core-image-minimal and rpi-hwup-image sdimg
>> files for identical builds, and perhaps some file listings to show that one of the builds contains
>> kernel modules (rpi-hwup-image) and the other does not (core-image-minimal).
>>
>> Steve Pavao
>> Korg R&D
>>
>
> Note that the 'kernel-modules' package is one of the packages built by a kernel recipe.
> It is a meta package which RDEPENDS on all kernel module packages built by your kernel
> configuration. So adding that package to your image should do the trick.
To understand what's happening it's worth also reading the SUMMARY for
core-image-minimal:
SUMMARY = "A small image just capable of allowing a device to boot"
and comparing to core-image-base:
SUMMARY = "A console-only image that fully supports the target
device hardware"
ie the fact that core-image-minimal doesn't contain any kernel modules
is a feature, not a bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-08-15 21:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-15 6:47 [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules Steve Pavao
2018-08-15 15:54 ` Khem Raj
2018-08-15 20:25 ` Steve Pavao
2018-08-15 20:27 ` Khem Raj
2018-08-15 20:42 ` Steve Pavao
2018-08-15 21:50 ` Khem Raj
2018-08-15 19:08 ` Max Krummenacher
2018-08-15 20:14 ` Andre McCurdy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.