mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 09:57:04 +00:00
kernel-selftest: Copy the .config from kernel build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
225ce6a14a
commit
e65836d919
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user