# git rev-parse -q --verify c60d5c035fda24c31e1d76993cc5a662ee639f3e^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify c60d5c035fda24c31e1d76993cc5a662ee639f3e^{commit} c60d5c035fda24c31e1d76993cc5a662ee639f3e # git checkout -q -f -B kisskb c60d5c035fda24c31e1d76993cc5a662ee639f3e # git clean -qxdf # < git log -1 # commit c60d5c035fda24c31e1d76993cc5a662ee639f3e # Author: Masahiro Yamada # Date: Wed Dec 20 03:19:56 2023 +0900 # # kbuild: deb-pkg: hard-code Build-Depends # # The condition to require libelf-dev:native is stale because objtool is # now enabled by CONFIG_OBJTOOL instead of CONFIG_UNWINDER_ORC. Not only # objtool but also resolve_btfids requires libelf-dev:native; therefore, # CONFIG_DEBUG_INFO_BTF should be checked as well. # # Similarly, CONFIG_SYSTEM_TRUSTED_KEYRING is not the only case that # requires libssl-dev:native. # # Perhaps, the following code would provide better coverage, but it is # hard to maintain (and may still be imperfect). # # if is_enabled CONFIG_OBJTOOL || # is_enabled CONFIG_DEBUG_INFO_BTF; then # build_depends="${build_depends}, libelf-dev:native" # fi # # if is_enabled CONFIG_SYSTEM_TRUSTED_KEYRING || # is_enabled CONFIG_SYSTEM_REVOCATION_LIST || # is_enabled CONFIG_MODULE_SIG_FORMAT; then # build_depends="${build_depends}, libssl-dev:native" # fi # # Let's hard-code the build dependency. # # Signed-off-by: Masahiro Yamada # Reviewed-by: Nicolas Schier # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 c60d5c035fda24c31e1d76993cc5a662ee639f3e # make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/kbuild_defconfig_m68k-gcc8 # Build took: 0:01:46.081993