* why the files in rootfs /dev folder are regular files
@ 2006-10-18 5:56 axel lin
2006-10-18 6:00 ` Jamie Lenehan
0 siblings, 1 reply; 2+ messages in thread
From: axel lin @ 2006-10-18 5:56 UTC (permalink / raw)
To: openembedded-devel
hi list,
I'm using angstrom/mainstone config.
After build a bootstrap-image, I found that the files in
rootfs/dev folder are all regular files. Is this OE bug?
axel@kdc:/opt/oe/build$ ls tmp/rootfs/dev/ -l
total 0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 apm_bios
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 console
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 fb0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda1
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda10
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda11
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda12
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda13
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda14
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda15
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda16
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda17
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda18
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda19
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda2
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda3
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda4
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda5
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda6
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda7
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda8
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 hda9
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 kmem
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mem
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd1
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd2
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd3
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd4
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd5
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd6
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtd7
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock1
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock2
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock3
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock4
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock5
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock6
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 mtdblock7
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 null
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ram0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ram1
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ram2
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ram3
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty1
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty2
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty3
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty4
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty5
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty6
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty7
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 tty8
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ttyS0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 ttySA0
-rw-r--r-- 1 axel axel 0 Oct 18 13:38 zero
axel@kdc:/opt/oe/build$ ls
Regards,
Axel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: why the files in rootfs /dev folder are regular files
2006-10-18 5:56 why the files in rootfs /dev folder are regular files axel lin
@ 2006-10-18 6:00 ` Jamie Lenehan
0 siblings, 0 replies; 2+ messages in thread
From: Jamie Lenehan @ 2006-10-18 6:00 UTC (permalink / raw)
To: axel lin; +Cc: openembedded-devel
On Wed, Oct 18, 2006 at 01:56:04PM +0800, "axel lin" wrote:
> hi list,
> I'm using angstrom/mainstone config.
> After build a bootstrap-image, I found that the files in
> rootfs/dev folder are all regular files. Is this OE bug?
That's expected.
See the fakeroot in the reference section of the user manual:
http://www.openembedded.org/user-manual&dpage=ch07s04
--
Jamie Lenehan <lenehan@twibble.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-18 6:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 5:56 why the files in rootfs /dev folder are regular files axel lin
2006-10-18 6:00 ` Jamie Lenehan
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.