summaryrefslogtreecommitdiff
path: root/scripts/lib/checklayer/__init__.py
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-30 09:45:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:31 +0100
commita37979a19ee16dc1e01243175fce24683f6ced83 (patch)
tree9983e7e4ed0529a82d550148db840bfec8ab1c99 /scripts/lib/checklayer/__init__.py
parentd1e09cb2521ccb9d02ced2d61abb4034cb04836d (diff)
downloadopenembedded-core-a37979a19ee16dc1e01243175fce24683f6ced83.tar.gz
openembedded-core-a37979a19ee16dc1e01243175fce24683f6ced83.tar.bz2
openembedded-core-a37979a19ee16dc1e01243175fce24683f6ced83.zip
kernel-devsrc: fix arm/arm64 target module build
module.lds is required for arch/arm* to build modules out of tree, but isn't required for scripts/prepare, so it was missed in the initial devsrc rework: root@qemuarm64:/tmp# make -C /usr/src/kernel M=/tmp modules make: Entering directory '/lib/modules/4.18.3-yocto-standard/build' CC [M] /tmp/hellomod.o Building modules, stage 2. MODPOST 1 modules CC /tmp/hellomod.mod.o LD [M] /tmp/hellomod.ko make: Leaving directory '/lib/modules/4.18.3-yocto-standard/build' root@qemuarm64:/tmp# insmod hellomod.ko [ 675.743628] hellomod: loading out-of-tree module taints kernel. [ 675.794959] Hello world! Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/checklayer/__init__.py')
0 files changed, 0 insertions, 0 deletions