I'm porting a layer to kirkstone
which as an outdated patch which cannot be applied anymore (to u-boot
). Can devtool
be used to fix that patch? The problem is that per default devtool modify
applies the patches and therefore fails to load the workspace.
The patch refresh is indeed the best method if devtool modify
can apply the patches with an offset. When devtool modify
fails to apply the patches, one way to update the patches is:
SRC_URI
devtool modify <recipe>
as usualdevtool finish <recipe> <destination>
Of course, if a patch does not apply because it was integrated upstream, the right solution is to just remove it from SRC_URI
.