Age | Commit message (Collapse) | Author | Files |
|
* fixes bug 4625
|
|
Conflicts:
packages/busybox/busybox_1.11.3.bb
packages/dsplink/codec-engine_2.10.bb
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.8.bb
packages/glibc/glibc_2.2.5.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2.bb
packages/glibc/glibc_2.3.3+cvs20041128.bb
packages/glibc/glibc_2.3.3+cvs20050221.bb
packages/glibc/glibc_2.3.3+cvs20050420.bb
packages/glibc/glibc_2.3.3.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb
packages/glibc/glibc_2.3.6.bb
packages/glibc/glibc_2.4.bb
packages/glibc/glibc_2.5.bb
packages/glibc/glibc_2.6.1.bb
packages/glibc/glibc_2.7.bb
packages/kexecboot/linux-kexecboot_2.6.26.bb
packages/libsdl/libsdl-x11_1.2.11.bb
packages/linux/linux-rp_2.6.26.bb
packages/mozilla/fennec_hg.bb
packages/python/python_2.5.2.bb
packages/tasks/task-xfce-base.bb
packages/xorg-driver/xf86-video-omapfb_git.bb
packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
|
|
* why do we have conflicting e2fsprogs and e2fsprogs-libs recipes?
|
|
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.
|
|
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>
|
|
|
|
* Move mount.nfs to /sbin and create symlink for mount.nfs4
* Package mount.nfs* in nfs-utils-client for nfs client only
devices.
* Bumps PR for new packaging.
|
|
|
|
|
|
(Taken from Poky -r2578) - close #2799
|
|
|
|
kernel. (Taken from Poky - r1395)
|
|
- mountd should read /etc/exports by default but it did not
|
|
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
* NEVER (R)DEPEND on a kernel-module, since those can be built-in, use RRECOMMENDS instead
|
|
|
|
|
|
|
|
|
|
|
|
ipkg install and has a working startup script.
|
|
On a flash based server or any (user) configuration where /var is in tmpfs
or ramfs (so is not populated on boot) the script will not work because
it must create the /var/lib/nfs directory and contents. Consequently at
present the script is not in the build.
|
|
-There should be no whitespaces/chars after a \. Change the files
accordingly.
-If you start with " end with " as well
|
|
|
|
(/var/lib/nfs/...) in nfs-utils
BKrev: 42ab689dd88f7RWUAeb8F9gtyYC91Q
|
|
into builder.(none):/home/dereky/bbroot/openembedded
2005/03/27 04:08:54-10:00 (none)!dyoung
nfs-utils_1.0.6.bb:
Repaired it to working. Added some patches, hacked the install to bits.
stat-include.patch, forgotten-defines:
new files
BKrev: 424729a10SIvC-KUlG2_UpBSbhvPRQ
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|