mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:29:58 +00:00
kernel-selftest: Copy the .config from kernel build
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e65836d919e32e471192c47d39150298e97e141b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7d5e1cb0f9
commit
1b846b4ab4
@ -83,7 +83,7 @@ either install it and add it to HOSTTOOLS, or add clang-native from meta-clang t
|
||||
fi
|
||||
fi
|
||||
mkdir -p ${S}/include/config ${S}/bits
|
||||
touch ${S}/include/config/auto.conf
|
||||
install -Dm 0644 ${STAGING_KERNEL_BUILDDIR}/.config ${S}/include/config/auto.conf
|
||||
if [ "${SITEINFO_BITS}" != "32" ]; then
|
||||
for f in long-double endianness floatn struct_rwlock; do
|
||||
cp ${RECIPE_SYSROOT}${includedir}/bits/$f-64.h ${S}/bits/$f-32.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user