Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
normal rootfs.
* In addition to default initramfs booting.
|
|
|
|
|
|
|
|
userspace involvment).
* Details:
# Image for kernel debugging and development testing
# Contains minimal userspace shim (no udev, etc.), but all useful
# "kernel userspace" utilities (feel free to add missing).
# Allows to login via serial and real console or SSH
|