diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index ce5777fbe9..4ff751d9f0 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
| @@ -148,6 +148,10 @@ do_install() { | |||
| 148 | # for v6.1+ (otherwise we are missing multiple default targets) | 148 | # for v6.1+ (otherwise we are missing multiple default targets) |
| 149 | cp -a --parents Kbuild $kerneldir/build 2>/dev/null || : | 149 | cp -a --parents Kbuild $kerneldir/build 2>/dev/null || : |
| 150 | 150 | ||
| 151 | # For v6.6+ the debian packing is moved out to seperate rules file | ||
| 152 | # Remove as we else would ned to RDEPEND on make | ||
| 153 | rm $kerneldir/build/scripts/package/debian/rules 2>/dev/null || : | ||
| 154 | |||
| 151 | # if our build dir had objtool, it will also be rebuilt on target, so | 155 | # if our build dir had objtool, it will also be rebuilt on target, so |
| 152 | # we copy what is required for that build | 156 | # we copy what is required for that build |
| 153 | if [ -f ${B}/tools/objtool/objtool ]; then | 157 | if [ -f ${B}/tools/objtool/objtool ]; then |
