- devtool modify package
- change to package folder
- do requested code modify
- git add .
- git commit -m "Modify package"
- git log //查找最近的commit
- git diff 最近的commit > code.patch
- copy code.patch to package/files
- modify bb file
SRC_URI += " \
file://code.patch \
"
沒有留言:
張貼留言