[Buildroot] makedev questions

Peter Korsgaard jacmet at uclibc.org
Tue Apr 20 11:19:30 UTC 2010


>>>>> "William" == William Wagner <will_wagner at carallon.com> writes:

 William> Hello,
 William> Just trying to get everything working again following recent changes
 William> in git. After the makedev change I have a couple of questions.

 William> Should the default value for BR2_PACKAGE_MAKEDEVS not be y?
 William> Without it you get a rootfs without any device nodes. Or am I
 William> missing something?

No, BR2_PACKAGE_MAKEDEVS is for compiling makedevs to run on the target
(unlikely to be interesting).

Don't you have build/host-makedevs built? It seems to work here.

 William> Also am I right to think that TARGET_DEVICE_TABLE has been removed?

Yes, it was removed in 64ec20e6c0 - Replaced by BR2_ROOTFS_DEVICE_TABLE.

 William> There still appears to be a reference to it at
 William> package\busybox\initramfs.mk(106): echo "$(HOST_DIR)/usr/bin/makedevs
 William> -d 
 William> $(TARGET_DEVICE_TABLE) $(BUILD_DIR)/initramfs"; \

That file isn't used anywhere - I've removed it now.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list