# Populate the rootfs with enough nodes for LAB to operate. dir /dev 0755 0 0 nod /dev/console 0600 0 0 c 5 1 nod /dev/mem 0600 0 0 c 1 1 nod /dev/kmem 0600 0 0 c 1 2 nod /dev/fb0 0600 0 0 c 29 0 nod /dev/ttyS0 0600 0 0 c 4 64 nod /dev/mtdblock0 0600 0 0 b 31 0 nod /dev/mtdblock1 0600 0 0 b 31 1 nod /dev/mtdblock2 0600 0 0 b 31 2 nod /dev/mtdblock3 0600 0 0 b 31 3 nod /dev/mmcblk0 0600 0 0 b 254 0 nod /dev/mmcblk0p1 0600 0 0 b 254 1 nod /dev/mmcblk0p2 0600 0 0 b 254 2 nod /dev/mmcblk0p3 0600 0 0 b 254 3 nod /dev/mmcblk0p4 0600 0 0 b 254 4 nod /dev/mmcblk0p5 0600 0 0 b 254 5 nod /dev/mmcblk0p6 0600 0 0 b 254 6 nod /dev/mmcblk0p7 0600 0 0 b 254 7 nod /dev/hda 0600 0 0 b 3 0 nod /dev/hda1 0600 0 0 b 3 1 nod /dev/hda2 0600 0 0 b 3 2 nod /dev/hda3 0600 0 0 b 3 3 nod /dev/hda4 0600 0 0 b 3 4 nod /dev/hda5 0600 0 0 b 3 5 nod /dev/hda6 0600 0 0 b 3 6 nod /dev/hda7 0600 0 0 b 3 7 dir /root 0700 0 0 dir /proc 755 0 0 dir /sys 755 0 0 dir /mnt 755 0 0 ked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
zziplib: fix build 2009-02-08T11:49:29+00:00 Koen Kooi koen@openembedded.org 2009-02-08T11:49:29+00:00 938421a71ef3f11bdfeac4c17ab3fc4d17a5d049

bb files: Revert the introduction of FILE_PR 2008-10-18T16:02:07+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 c0b6dd9b41279ff00c5a90e49108945a0fee9cdd This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR 2008-10-15T19:41:43+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 aa03004ace2fabb135a6208ef8c2d2b312aa7b0b Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi <koen@openembedded.org>
mtn2git: remove .mtn2git_empty files in non-empty directories 2008-10-15T13:27:49+00:00 Jan Luebbe jluebbe@debian.org 2008-10-15T13:26:10+00:00 869ba9e1fb2237b75560feed13545a35f3c3569d

zziplib: Added patch to disable non-compiling test. 2008-02-20T11:17:39+00:00 Robert Schuster thebohemian@gmx.net 2008-02-20T11:17:39+00:00 eca355c292e689473615f5b74419bbba7288fa4d

zziplib: Unification and new versions. 2008-02-19T23:53:49+00:00 Robert Schuster thebohemian@gmx.net 2008-02-19T23:53:49+00:00 20d42693b736d4986cbf898c9ef1b392a65f3f85 - added zziplib.inc file - added native and non-native recipe for latest stable (0.12) series - added native and non-native recipe for latest development (0.13) series
 - added zziplib.inc file
 - added native and non-native recipe for latest stable (0.12) series
 - added native and non-native recipe for latest development (0.13) series
import clean BK tree at cset 1.3670 2005-06-30T08:19:37+00:00 Koen Kooi koen@openembedded.org 2005-06-30T08:19:37+00:00 c8e5702127e507e82e6f68a4b8c546803accea9d