kernel-selftest: Copy the .config from kernel build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-10-10 11:04:21 -07:00
parent 225ce6a14a
commit e65836d919

View File

@ -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