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>
|
|
|
|
|
|
BKrev: 426bf926Q3247SQecFLnPjxj70vicg
|
|
rename spitz-pivotinit to pivotinit since it has broader usage. next step for spitz support is to teach OE to emit a jffs2 rootfs _and_ a ext2 hdimage
BKrev: 42525fa3gHetkamPHVuT7YDS8O_MtQ
|