# 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 # 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-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 c60d5c035fda24c31e1d76993cc5a662ee639f3e # make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_ppc64le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig Using /kisskb/src/arch/powerpc/configs/ppc64_defconfig as base Merging /kisskb/src/arch/powerpc/configs/le.config # # merged configuration written to .config (needs make) # # < make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_ppc64le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_ppc64le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_ppc64le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/kbuild_ppc64le_defconfig_powerpc-gcc5 # Build took: 0:01:53.192310