Ticket #580 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

several modules are missing from rootfs

Reported by: bmidgley@… Owned by: mickey@…
Priority: high Milestone:
Component: OE bitbake recipes / build system Version: unspecified
Severity: normal Keywords:
Cc: buglog@… Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

audio modules are missing
vfat & fat are missing

of course they can be found in the modules*.tgz but these are core things that
should be in the default rootfs.

Change History

comment:1 Changed 6 years ago by bmidgley@…

here's the partial list I've come up with

./kernel/sound/soc/codecs/snd-soc-uda1380.ko
./kernel/sound/soc/codecs/snd-soc-wm8753.ko
./kernel/sound/soc/s3c24xx/snd-soc-neo1973-wm8753.ko
./kernel/sound/soc/s3c24xx/snd-soc-s3c24xx-i2s.ko
./kernel/sound/soc/s3c24xx/snd-soc-s3c24xx.ko
./kernel/sound/soc/s3c24xx/snd-soc-smdk2440.ko
./kernel/fs/fat/fat.ko
./kernel/fs/vfat/vfat.ko
./kernel/fs/msdos/msdos.ko
./kernel/fs/nls/nls_base.ko

comment:2 Changed 6 years ago by bmidgley@…

also...

./kernel/fs/nls/nls_iso8859_1
./kernel/fs/nls/nls_cp437

comment:3 Changed 6 years ago by stefan@…

  • Component changed from kernel to OE bitbake recipes / build system

It's something fishy in the buildsystem as the modules build fine, but do not
enter the final rootfs image.

comment:4 Changed 6 years ago by laforge@…

  • Status changed from new to assigned

yes, those are two different issues. we always [should] build all modules,
which then go into their own respective ipk files and into the modules.tar.gz.

However, which modules end up in the rootfs image is determined by
oe/conf/machine/fic-gta01.conf (see MACHINE_EXTRA_RRECOMMENDS).

I'm testing a proposed change in my local tree now, will commit once build is
known to succeed.

comment:5 Changed 6 years ago by mickey@…

  • blocked set to 581

comment:6 Changed 6 years ago by mickey@…

  • Status changed from assigned to closed
  • Resolution set to fixed

The modules are now in rootfs thanks to Harald's patch. Setting this to fixed
until further notice.

comment:7 Changed 6 years ago by laforge@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

well, I can't find them on buildhost 'tmp/rootfs/lib/modules/2.6.21.3-moko10/',
even though the fic-gta01.conf changes are applied.

What did I do wrong? Mickey, can you please investigate?

comment:8 Changed 6 years ago by laforge@…

  • Status changed from reopened to new
  • Owner changed from laforge@… to mickey@…

comment:9 Changed 6 years ago by mickey@…

  • Status changed from new to closed
  • Resolution set to fixed

They are there now. It needed rebuilding the kernel, task-base, and openmoko-
devel-image.

Note: See TracTickets for help on using tickets.