mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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
|
||||
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…
Reference in New Issue
Block a user