# git rev-parse -q --verify 097f1200bf7ea19fb39ccf538a07a153260a7763^{commit} 097f1200bf7ea19fb39ccf538a07a153260a7763 already have revision, skipping fetch # git checkout -q -f -B kisskb 097f1200bf7ea19fb39ccf538a07a153260a7763 # git clean -qxdf # < git log -1 # commit 097f1200bf7ea19fb39ccf538a07a153260a7763 # Author: Jose Ignacio Tornos Martinez # Date: Mon Mar 11 17:22:38 2024 +0100 # # kbuild: rpm-pkg: add dtb files in kernel rpm # # Some architectures, like aarch64 ones, need a dtb file to configure the # hardware. The default dtb file can be preloaded from u-boot, but the final # and/or more complete dtb file needs to be able to be loaded later from # rootfs. # # Add the possible dtb files to the kernel rpm and mimic Fedora shipping # process, storing the dtb files in the module directory. These dtb files # will be copied to /boot directory by the install scripts, but add fallback # just in case, checking if the content in /boot directory is correct. # # Mark the files installed to /boot as %ghost to make sure they will be # removed when the package is uninstalled. # # Tested with Fedora Rawhide (x86_64 and aarch64) with dnf and rpm tools. # In addition, fallback was also tested after modifying the install scripts. # # Signed-off-by: Jose Ignacio Tornos Martinez # Tested-by: Nathan Chancellor # Signed-off-by: Masahiro Yamada # < /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 097f1200bf7ea19fb39ccf538a07a153260a7763 # make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # Added to kconfig CONFIG_SMP=y # < make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_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_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4513:warning: override: reassigning to symbol SMP # make -s -j 40 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_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_pmac32_defconfig+SMP_powerpc-gcc5 # Build took: 0:01:04.394382