Bug 1537 - dev entries not created anymore
Summary: dev entries not created anymore
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P3 blocker
Target Milestone: 2010.05
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 16:30 UTC by Luca Ceresoli
Modified: 2010-04-18 20:35 UTC (History)
1 user (show)

See Also:
Host: Linux i686
Target: Linux ARM and i686
Build: Linux i686


Attachments
default i686 non-cross config to reproduce the bug (16.75 KB, application/octet-stream)
2010-04-13 16:30 UTC, Luca Ceresoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Ceresoli 2010-04-13 16:30:44 UTC
Created attachment 1501 [details]
default i686 non-cross config to reproduce the bug

After a regular `git pull` I found buildroot is not generating device entries in output/target/dev/ anymore. The resulting images are then obviously broken.

The visible effect is that fs/common.mk finds TARGET_DEVICE_TABLE empty,
thus is does not call makedevs.

This seems to be happening since commit:
0585241 Move all filesystem generation code to fs/

Verified with Linux-i686 as a development host, two targets:
 - Linux ARM, custom config,
 - Linux i686, default config (make menuconfig, exit, save; it's attached anyway),
   on git commit 9554403ad0b81f29dd4ee1404de755aa5b72cac5.
Comment 1 Peter Korsgaard 2010-04-18 20:35:00 UTC
Fixed in git by Thomas with the introduction of the BR2_ROOTFS_DEVICE_TABLE kconfig setting.