Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
applied changes from 2c3a38874a4f6692c855ed4f099954ecf8bcd8b3
through 7ab0c406df80db3fa391ee33a803bc653763cafb
|
|
|
|
|
|
* rename packages/kexec/kexec-tools-1.101 to packages/kexec/files so that patches can be shared
* add packages/kexec/files/kexec-static.patch and packages/kexec/kexec-tools-static_1.101.bb
|
|
|
|
(based on #3430 with changes)
|
|
maintainers be warned, this needs to be changed in kernels
|
|
|
|
maintainers be warned, this needs to be changed in kernels..
|
|
|