mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
kernel-selftest: Copy the .config from kernel build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ either install it and add it to HOSTTOOLS, or add clang-native from meta-clang t
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
mkdir -p ${S}/include/config ${S}/bits
|
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
|
if [ "${SITEINFO_BITS}" != "32" ]; then
|
||||||
for f in long-double endianness floatn struct_rwlock; do
|
for f in long-double endianness floatn struct_rwlock; do
|
||||||
cp ${RECIPE_SYSROOT}${includedir}/bits/$f-64.h ${S}/bits/$f-32.h
|
cp ${RECIPE_SYSROOT}${includedir}/bits/$f-64.h ${S}/bits/$f-32.h
|
||||||
|
|||||||
Reference in New Issue
Block a user