Firefly开源社区

标题: RK3588主板,编译kernel时报错,已经按照wiki更新了SDK [打印本页]

作者: lxk584213344    时间: 2024-1-29 10:40
标题: RK3588主板,编译kernel时报错,已经按照wiki更新了SDK
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_kernel failed!
ERROR: exit code 2 from line 732:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS




内核编译过程中报错。。。缺少asm/types.h,麻烦帮帮忙。

tchip_askquestions

log.rar

793 Bytes, 下载次数: 0, 下载积分: 灯泡 -1 , 经验 -1


作者: lxk584213344    时间: 2024-1-29 10:44
自己顶一下,麻烦遇到的给看看啊

作者: 王11    时间: 2024-4-8 16:42
同问,Makefile的LINUXINCLUDE宏中少加入了-I$(objtree)/arch/$(SRCARCH)/include/generated/uapi路径无效
作者: 板蓝根    时间: 2024-5-27 09:57
用我们的编译脚本编译的吗?./build.sh extboot ?

mk 选择的是哪一个
作者: lxk584213344    时间: 2024-5-27 10:11
板蓝根 发表于 2024-5-27 09:57
用我们的编译脚本编译的吗?./build.sh extboot ?

mk 选择的是哪一个

https://wiki.t-firefly.com/zh_CN ... i-buildroot-gu-jian  按照这个的build root教程来的,sdk也更新最新了,./build.sh就报这个错误了
作者: lxk584213344    时间: 2024-5-27 10:17
lxk584213344 发表于 2024-5-27 10:11
https://wiki.t-firefly.com/zh_CN/ROC-RK3588-PC/linux_compile.html#bian-yi-buildroot-gu-jian  按照 ...

./build.sh roc-rk3588-pc-buildroot.mk  用的这个配置文件
作者: 板蓝根    时间: 2024-5-27 13:46
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

并且提供 cd kernel; git status 的打印
作者: lxk584213344    时间: 2024-5-28 09:15
板蓝根 发表于 2024-5-27 13:46
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh roc-rk3588-pc-buildroot.mk
processing option: roc-rk3588-pc-buildroot.mk
switching to board: /opt/rk3588/device/rockchip/rk3588/roc-rk3588-pc-buildroot.mk
/opt/rk3588
/opt/rk3588
lxk@ubuntu:/opt/rk3588$ ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
mkdir: cannot create directory ‘.tmp_34696’: Permission denied
mkdir: cannot create directory ‘.tmp_34698’: Permission denied
mkdir: cannot create directory ‘.tmp_34700’: Permission denied
mkdir: cannot create directory ‘.tmp_34702’: Permission denied
mkdir: cannot create directory ‘.tmp_34704’: Permission denied
mkdir: cannot create directory ‘.tmp_34706’: Permission denied
^Cmake[2]: *** wait: No child processes.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes.  Stop.
Makefile:630: recipe for target 'rockchip_linux_defconfig' failed
make[1]: *** [rockchip_linux_defconfig] Error 2
Makefile:350: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Interrupt

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/rk3588_linux.config
Value of CONFIG_BCMDHD_PCIE is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_BCMDHD_PCIE is not set
New value: CONFIG_BCMDHD_PCIE=y

Value of CONFIG_MALI_CSF_SUPPORT is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_MALI_CSF_SUPPORT is not set
New value: CONFIG_MALI_CSF_SUPPORT=y

#
# merged configuration written to .config (needs make)
#
.config:7201:warning: override: BCMDHD_PCIE changes choice state
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/firefly-linux.config
Value of CONFIG_GPIO_PCA953X is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_GPIO_PCA953X is not set
New value: CONFIG_GPIO_PCA953X=y

Value of CONFIG_VIDEO_XC7160 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_XC7160 is not set
New value: CONFIG_VIDEO_XC7160=y

Value of CONFIG_TOUCHSCREEN_HX83102 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_HX83102 is not set
New value: CONFIG_TOUCHSCREEN_HX83102=y

Value of CONFIG_CAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CAN is not set
New value: CONFIG_CAN=y

Value of CONFIG_OVERLAY_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_OVERLAY_FS is not set
New value: CONFIG_OVERLAY_FS=y

Value of CONFIG_SND_SOC_FIREFLY_MULTICODECS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_FIREFLY_MULTICODECS is not set
New value: CONFIG_SND_SOC_FIREFLY_MULTICODECS=y

Value of CONFIG_USB_USBNET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_USBNET is not set
New value: CONFIG_USB_USBNET=y

Value of CONFIG_USB_RTL8150 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8150=y
New value: CONFIG_USB_RTL8150=m

Value of CONFIG_USB_RTL8152 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8152=y
New value: CONFIG_USB_RTL8152=m

Value of CONFIG_LOCALVERSION_AUTO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_LOCALVERSION_AUTO=y
New value: # CONFIG_LOCALVERSION_AUTO is not set

Value of CONFIG_SCSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI=y
New value: CONFIG_SCSI=y CONFIG_SCSI=m

Value of CONFIG_ATA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_ATA=y
New value: CONFIG_ATA=m

Value of CONFIG_SATA_AHCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI=y
New value: CONFIG_SATA_AHCI=m

Value of CONFIG_SATA_AHCI_PLATFORM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI_PLATFORM=y
New value: CONFIG_SATA_AHCI_PLATFORM=m

Value of CONFIG_SQUASHFS_XATTR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SQUASHFS_XATTR is not set
New value: CONFIG_SQUASHFS_XATTR=y

Value of CONFIG_USB_CONFIGFS_RNDIS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_CONFIGFS_RNDIS is not set
New value: CONFIG_USB_CONFIGFS_RNDIS=y

Value of CONFIG_POSIX_MQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_POSIX_MQUEUE is not set
New value: CONFIG_POSIX_MQUEUE=y

Value of CONFIG_CGROUP_PIDS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PIDS is not set
New value: CONFIG_CGROUP_PIDS=y

Value of CONFIG_MEMCG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MEMCG is not set
New value: CONFIG_MEMCG=y

Value of CONFIG_CGROUP_PERF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PERF is not set
New value: CONFIG_CGROUP_PERF=y

Value of CONFIG_RT_GROUP_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RT_GROUP_SCHED is not set
New value: CONFIG_RT_GROUP_SCHED=y

Value of CONFIG_BLK_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_CGROUP is not set
New value: CONFIG_BLK_CGROUP=y

Value of CONFIG_INET_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_INET_ESP is not set
New value: CONFIG_INET_ESP=y

Value of CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m

Value of CONFIG_NETFILTER_XT_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MARK is not set
New value: CONFIG_NETFILTER_XT_MARK=y CONFIG_NETFILTER_XT_MARK=m

Value of CONFIG_IP_VS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_VS is not set
New value: CONFIG_IP_VS=y CONFIG_IP_VS=m

Value of CONFIG_BRIDGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BRIDGE is not set
New value: CONFIG_BRIDGE=y

Value of CONFIG_CGROUP_NET_PRIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_NET_PRIO is not set
New value: CONFIG_CGROUP_NET_PRIO=y

Value of CONFIG_BLK_DEV_DM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_DEV_DM is not set
New value: CONFIG_BLK_DEV_DM=y

Value of CONFIG_DUMMY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DUMMY is not set
New value: CONFIG_DUMMY=y

Value of CONFIG_MACVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MACVLAN is not set
New value: CONFIG_MACVLAN=y

Value of CONFIG_IPVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IPVLAN is not set
New value: CONFIG_IPVLAN=y

Value of CONFIG_VXLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VXLAN is not set
New value: CONFIG_VXLAN=y CONFIG_VXLAN=m

Value of CONFIG_VETH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VETH is not set
New value: CONFIG_VETH=y CONFIG_VETH=m

Value of CONFIG_USB_SERIAL_CH341 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_SERIAL_CH341 is not set
New value: CONFIG_USB_SERIAL_CH341=y

Value of CONFIG_BTRFS_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BTRFS_FS is not set
New value: CONFIG_BTRFS_FS=y

Value of CONFIG_NF_CONNTRACK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_CONNTRACK is not set
New value: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=m

Value of CONFIG_IP_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_IPTABLES=y
New value: CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_IPTABLES=m

Value of CONFIG_IP_NF_FILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_FILTER is not set
New value: CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_FILTER=m

Value of CONFIG_NF_TABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TABLES is not set
New value: CONFIG_NF_TABLES=y CONFIG_NF_TABLES=m

Value of CONFIG_IP_NF_MANGLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_MANGLE=y
New value: CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_MANGLE=m

Value of CONFIG_NET_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NET_SCHED is not set
New value: CONFIG_NET_SCHED=y

Value of CONFIG_SECURITY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SECURITY is not set
New value: CONFIG_SECURITY=y

Value of CONFIG_VLAN_8021Q is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VLAN_8021Q is not set
New value: CONFIG_VLAN_8021Q=y

Value of CONFIG_NETFILTER_XT_MATCH_COMMENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_COMMENT=m

Value of CONFIG_HUGETLBFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HUGETLBFS is not set
New value: CONFIG_HUGETLBFS=y

Value of CONFIG_PSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSI is not set
New value: CONFIG_PSI=y

Value of CONFIG_ANDROID_BINDER_IPC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ANDROID_BINDER_IPC is not set
New value: CONFIG_ANDROID_BINDER_IPC=y

Value of CONFIG_ASHMEM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ASHMEM is not set
New value: CONFIG_ASHMEM=y

Value of CONFIG_VIDEO_GC2093 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2093 is not set
New value: CONFIG_VIDEO_GC2093=y

Value of CONFIG_VIDEO_GC2053 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2053 is not set
New value: CONFIG_VIDEO_GC2053=y

Value of CONFIG_VIDEO_FP5510 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_FP5510 is not set
New value: CONFIG_VIDEO_FP5510=y

Value of CONFIG_VIDEO_S5K3L6XX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_S5K3L6XX is not set
New value: CONFIG_VIDEO_S5K3L6XX=y

Value of CONFIG_CMA_INACTIVE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CMA_INACTIVE is not set
New value: CONFIG_CMA_INACTIVE=y

Value of CONFIG_SENSORS_PWM_FAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_PWM_FAN is not set
New value: CONFIG_SENSORS_PWM_FAN=y

Value of CONFIG_BT_RFCOMM_TTY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RFCOMM_TTY is not set
New value: CONFIG_BT_RFCOMM_TTY=y

Value of CONFIG_BT_BNEP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_BNEP is not set
New value: CONFIG_BT_BNEP=y

Value of CONFIG_BT_RTKBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RTKBTUSB is not set
New value: CONFIG_BT_RTKBTUSB=y CONFIG_BT_RTKBTUSB=m

Value of CONFIG_RTL8821CU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8821CU is not set
New value: CONFIG_RTL8821CU=m

Value of CONFIG_BT_HCIBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BT_HCIBTUSB=y
New value: CONFIG_BT_HCIBTUSB=m

Value of CONFIG_FRAMEBUFFER_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FRAMEBUFFER_CONSOLE is not set
New value: CONFIG_FRAMEBUFFER_CONSOLE=y

Value of CONFIG_BLK_DEV_SD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SD=y
New value: CONFIG_BLK_DEV_SD=m

Value of CONFIG_BLK_DEV_SR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SR=y
New value: CONFIG_BLK_DEV_SR=m

Value of CONFIG_SCSI_SPI_ATTRS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI_SPI_ATTRS=y
New value: CONFIG_SCSI_SPI_ATTRS=m

Value of CONFIG_USB_STORAGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_STORAGE=y
New value: CONFIG_USB_STORAGE=m

Value of CONFIG_USB_UAS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_UAS=y
New value: CONFIG_USB_UAS=m

Value of CONFIG_IP_PNP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_PNP is not set
New value: CONFIG_IP_PNP=y

Value of CONFIG_NFSD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NFSD is not set
New value: CONFIG_NFSD=y

Value of CONFIG_PC9202_WATCHDOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PC9202_WATCHDOG is not set
New value: CONFIG_PC9202_WATCHDOG=y

Value of CONFIG_WIREGUARD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_WIREGUARD is not set
New value: CONFIG_WIREGUARD=y

Value of CONFIG_PSTORE_LZO_COMPRESS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSTORE_LZO_COMPRESS is not set
New value: CONFIG_PSTORE_LZO_COMPRESS=m

Value of CONFIG_SPI_WK2XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SPI_WK2XXX is not set
New value: CONFIG_SPI_WK2XXX=y

Value of CONFIG_AQTION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_AQTION is not set
New value: CONFIG_AQTION=m

Value of CONFIG_TOUCHSCREEN_GT9XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_GT9XXX is not set
New value: CONFIG_TOUCHSCREEN_GT9XXX=y

Value of CONFIG_PARAVIRT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT is not set
New value: CONFIG_PARAVIRT=y

Value of CONFIG_PARAVIRT_TIME_ACCOUNTING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
New value: CONFIG_PARAVIRT_TIME_ACCOUNTING=y

Value of CONFIG_VIRTUALIZATION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTUALIZATION is not set
New value: CONFIG_VIRTUALIZATION=y

Value of CONFIG_KSM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_KSM is not set
New value: CONFIG_KSM=y

Value of CONFIG_VIRTIO_BLK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BLK is not set
New value: CONFIG_VIRTIO_BLK=y

Value of CONFIG_SCSI_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SCSI_VIRTIO is not set
New value: CONFIG_SCSI_VIRTIO=y

Value of CONFIG_VIRTIO_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_NET is not set
New value: CONFIG_VIRTIO_NET=y

Value of CONFIG_VIRT_WIFI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_WIFI is not set
New value: CONFIG_VIRT_WIFI=m

Value of CONFIG_VIRTIO_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_CONSOLE is not set
New value: CONFIG_VIRTIO_CONSOLE=y

Value of CONFIG_HW_RANDOM_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HW_RANDOM_VIRTIO is not set
New value: CONFIG_HW_RANDOM_VIRTIO=y

Value of CONFIG_DRM_VKMS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VKMS is not set
New value: CONFIG_DRM_VKMS=m

Value of CONFIG_DRM_QXL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_QXL is not set
New value: CONFIG_DRM_QXL=m

Value of CONFIG_DRM_VIRTIO_GPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VIRTIO_GPU is not set
New value: CONFIG_DRM_VIRTIO_GPU=y

Value of CONFIG_DRM_CIRRUS_QEMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_CIRRUS_QEMU is not set
New value: CONFIG_DRM_CIRRUS_QEMU=m

Value of CONFIG_FB_VIRTUAL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FB_VIRTUAL is not set
New value: CONFIG_FB_VIRTUAL=y

Value of CONFIG_VIRT_DRIVERS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_DRIVERS is not set
New value: CONFIG_VIRT_DRIVERS=y

Value of CONFIG_VIRTIO_PCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_PCI is not set
New value: CONFIG_VIRTIO_PCI=y

Value of CONFIG_VIRTIO_BALLOON is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BALLOON is not set
New value: CONFIG_VIRTIO_BALLOON=y

Value of CONFIG_VIRTIO_INPUT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_INPUT is not set
New value: CONFIG_VIRTIO_INPUT=y

Value of CONFIG_VIRTIO_MMIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_MMIO is not set
New value: CONFIG_VIRTIO_MMIO=y

Value of CONFIG_VIRTIO_DMA_SHARED_BUFFER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_DMA_SHARED_BUFFER is not set
New value: CONFIG_VIRTIO_DMA_SHARED_BUFFER=y

Value of CONFIG_VDPA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VDPA is not set
New value: CONFIG_VDPA=y

Value of CONFIG_VHOST_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_NET is not set
New value: CONFIG_VHOST_NET=m

Value of CONFIG_VHOST_CROSS_ENDIAN_LEGACY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
New value: CONFIG_VHOST_CROSS_ENDIAN_LEGACY=y

Value of CONFIG_IOMMU_DEFAULT_PASSTHROUGH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
New value: CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y

Value of CONFIG_VIRTIO_IOMMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_IOMMU is not set
New value: CONFIG_VIRTIO_IOMMU=y

Value of CONFIG_VIRTIO_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_FS is not set
New value: CONFIG_VIRTIO_FS=y

Value of CONFIG_CRYPTO_DEV_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_DEV_VIRTIO is not set
New value: CONFIG_CRYPTO_DEV_VIRTIO=y

Value of CONFIG_NF_REJECT_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV4 is not set
New value: CONFIG_NF_REJECT_IPV4=y CONFIG_NF_REJECT_IPV4=m

Value of CONFIG_NF_REJECT_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV6 is not set
New value: CONFIG_NF_REJECT_IPV6=y CONFIG_NF_REJECT_IPV6=m

Value of CONFIG_IP6_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP6_NF_IPTABLES is not set
New value: CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_IPTABLES=m

Value of CONFIG_TUN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TUN is not set
New value: CONFIG_TUN=y

Value of CONFIG_CIFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CIFS is not set
New value: CONFIG_CIFS=y

Value of CONFIG_CRYPTO_MD4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_MD4 is not set
New value: CONFIG_CRYPTO_MD4=y

Value of CONFIG_BPF_SYSCALL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BPF_SYSCALL is not set
New value: CONFIG_BPF_SYSCALL=y

Value of CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is not set
New value: CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY=y

Value of CONFIG_SENSORS_NTC_THERMISTOR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_NTC_THERMISTOR is not set
New value: CONFIG_SENSORS_NTC_THERMISTOR=y

Value of CONFIG_DS18B20 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DS18B20 is not set
New value: CONFIG_DS18B20=y

Value of CONFIG_NETFILTER_XT_MATCH_MAC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MAC is not set
New value: CONFIG_NETFILTER_XT_MATCH_MAC=y CONFIG_NETFILTER_XT_MATCH_MAC=m

Value of CONFIG_DEBUG_SPINLOCK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DEBUG_SPINLOCK is not set
New value: CONFIG_DEBUG_SPINLOCK=y

Value of CONFIG_LEDS_CLASS_FLASH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_LEDS_CLASS_FLASH is not set
New value: CONFIG_LEDS_CLASS_FLASH=y

Value of CONFIG_UIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_UIO is not set
New value: CONFIG_UIO=m

Value of CONFIG_MXGBE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBE is not set
New value: CONFIG_MXGBE=m

Value of CONFIG_MXGBEVF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBEVF is not set
New value: CONFIG_MXGBEVF=m

Value of CONFIG_PCI_IOV is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PCI_IOV is not set
New value: CONFIG_PCI_IOV=y

Value of CONFIG_NETFILTER_NETLINK_ACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_ACCT is not set
New value: CONFIG_NETFILTER_NETLINK_ACCT=m

Value of CONFIG_NETFILTER_NETLINK_QUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_QUEUE is not set
New value: CONFIG_NETFILTER_NETLINK_QUEUE=m

Value of CONFIG_NETFILTER_NETLINK_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_LOG is not set
New value: CONFIG_NETFILTER_NETLINK_LOG=m

Value of CONFIG_NETFILTER_NETLINK_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_OSF is not set
New value: CONFIG_NETFILTER_NETLINK_OSF=m

Value of CONFIG_NETFILTER_XTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_NETFILTER_XTABLES=y
New value: CONFIG_NETFILTER_XTABLES=m

Value of CONFIG_NETFILTER_XT_TARGET_CHECKSUM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
New value: CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m

Value of CONFIG_NETFILTER_XT_TARGET_CLASSIFY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
New value: CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m

Value of CONFIG_NETFILTER_XT_TARGET_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
New value: CONFIG_NETFILTER_XT_TARGET_DSCP=m

Value of CONFIG_NETFILTER_XT_TARGET_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HL is not set
New value: CONFIG_NETFILTER_XT_TARGET_HL=m

Value of CONFIG_NETFILTER_XT_TARGET_HMARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_HMARK=m

Value of CONFIG_NETFILTER_XT_TARGET_IDLETIMER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
New value: CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m

Value of CONFIG_NETFILTER_XT_TARGET_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_LOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_LOG=m

Value of CONFIG_NETFILTER_XT_TARGET_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_MARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_MARK=m

Value of CONFIG_NETFILTER_XT_TARGET_NFLOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFLOG=m

Value of CONFIG_NETFILTER_XT_TARGET_NFQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m

Value of CONFIG_NETFILTER_XT_TARGET_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
New value: CONFIG_NETFILTER_XT_TARGET_RATEEST=m

Value of CONFIG_NETFILTER_XT_TARGET_TEE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TEE is not set
New value: CONFIG_NETFILTER_XT_TARGET_TEE=m

Value of CONFIG_NETFILTER_XT_TARGET_TPROXY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
New value: CONFIG_NETFILTER_XT_TARGET_TPROXY=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPMSS=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

Value of CONFIG_NETFILTER_XT_MATCH_BPF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_BPF is not set
New value: CONFIG_NETFILTER_XT_MATCH_BPF=m

Value of CONFIG_NETFILTER_XT_MATCH_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_CGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_CPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CPU is not set
New value: CONFIG_NETFILTER_XT_MATCH_CPU=m

Value of CONFIG_NETFILTER_XT_MATCH_DCCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DCCP=m

Value of CONFIG_NETFILTER_XT_MATCH_DEVGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DSCP=m

Value of CONFIG_NETFILTER_XT_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ECN is not set
New value: CONFIG_NETFILTER_XT_MATCH_ECN=m

Value of CONFIG_NETFILTER_XT_MATCH_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ESP is not set
New value: CONFIG_NETFILTER_XT_MATCH_ESP=m

Value of CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HL is not set
New value: CONFIG_NETFILTER_XT_MATCH_HL=m

Value of CONFIG_NETFILTER_XT_MATCH_IPCOMP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPCOMP=m

Value of CONFIG_NETFILTER_XT_MATCH_IPRANGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPRANGE=m

Value of CONFIG_NETFILTER_XT_MATCH_L2TP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
New value: CONFIG_NETFILTER_XT_MATCH_L2TP=m

Value of CONFIG_NETFILTER_XT_MATCH_LENGTH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
New value: CONFIG_NETFILTER_XT_MATCH_LENGTH=m

Value of CONFIG_NETFILTER_XT_MATCH_LIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_LIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MARK is not set
New value: CONFIG_NETFILTER_XT_MATCH_MARK=m

Value of CONFIG_NETFILTER_XT_MATCH_MULTIPORT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
New value: CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m

Value of CONFIG_NETFILTER_XT_MATCH_NFACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
New value: CONFIG_NETFILTER_XT_MATCH_NFACCT=m

Value of CONFIG_NETFILTER_XT_MATCH_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OSF is not set
New value: CONFIG_NETFILTER_XT_MATCH_OSF=m

Value of CONFIG_NETFILTER_XT_MATCH_OWNER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
New value: CONFIG_NETFILTER_XT_MATCH_OWNER=m

Value of CONFIG_NETFILTER_XT_MATCH_POLICY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
New value: CONFIG_NETFILTER_XT_MATCH_POLICY=m

Value of CONFIG_NETFILTER_XT_MATCH_PKTTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m

Value of CONFIG_NETFILTER_XT_MATCH_QUOTA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
New value: CONFIG_NETFILTER_XT_MATCH_QUOTA=m

Value of CONFIG_NETFILTER_XT_MATCH_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
New value: CONFIG_NETFILTER_XT_MATCH_RATEEST=m

Value of CONFIG_NETFILTER_XT_MATCH_REALM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_REALM is not set
New value: CONFIG_NETFILTER_XT_MATCH_REALM=m

Value of CONFIG_NETFILTER_XT_MATCH_RECENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_RECENT=m

Value of CONFIG_NETFILTER_XT_MATCH_SCTP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
New value: CONFIG_NETFILTER_XT_MATCH_SCTP=m

Value of CONFIG_NETFILTER_XT_MATCH_SOCKET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
New value: CONFIG_NETFILTER_XT_MATCH_SOCKET=m

Value of CONFIG_NETFILTER_XT_MATCH_STATISTIC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
New value: CONFIG_NETFILTER_XT_MATCH_STATISTIC=m

Value of CONFIG_NETFILTER_XT_MATCH_STRING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STRING is not set
New value: CONFIG_NETFILTER_XT_MATCH_STRING=m

Value of CONFIG_NETFILTER_XT_MATCH_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_MATCH_TCPMSS=m

Value of CONFIG_NETFILTER_XT_MATCH_TIME is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TIME is not set
New value: CONFIG_NETFILTER_XT_MATCH_TIME=m

Value of CONFIG_NETFILTER_XT_MATCH_U32 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_U32 is not set
New value: CONFIG_NETFILTER_XT_MATCH_U32=m

Value of CONFIG_NF_SOCKET_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV4 is not set
New value: CONFIG_NF_SOCKET_IPV4=m

Value of CONFIG_NF_TPROXY_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV4 is not set
New value: CONFIG_NF_TPROXY_IPV4=m

Value of CONFIG_NF_DUP_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV4 is not set
New value: CONFIG_NF_DUP_IPV4=m

Value of CONFIG_NF_LOG_ARP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_ARP is not set
New value: CONFIG_NF_LOG_ARP=m

Value of CONFIG_NF_LOG_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV4 is not set
New value: CONFIG_NF_LOG_IPV4=m

Value of CONFIG_IP_NF_MATCH_AH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_AH is not set
New value: CONFIG_IP_NF_MATCH_AH=m

Value of CONFIG_IP_NF_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_ECN is not set
New value: CONFIG_IP_NF_MATCH_ECN=m

Value of CONFIG_IP_NF_MATCH_RPFILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_RPFILTER is not set
New value: CONFIG_IP_NF_MATCH_RPFILTER=m

Value of CONFIG_IP_NF_MATCH_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_TTL is not set
New value: CONFIG_IP_NF_MATCH_TTL=m

Value of CONFIG_IP_NF_TARGET_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_ECN is not set
New value: CONFIG_IP_NF_TARGET_ECN=m

Value of CONFIG_IP_NF_TARGET_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_TTL is not set
New value: CONFIG_IP_NF_TARGET_TTL=m

Value of CONFIG_IP_NF_RAW is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_RAW is not set
New value: CONFIG_IP_NF_RAW=m

Value of CONFIG_IP_NF_ARPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_ARPTABLES is not set
New value: CONFIG_IP_NF_ARPTABLES=m

Value of CONFIG_NF_SOCKET_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV6 is not set
New value: CONFIG_NF_SOCKET_IPV6=m

Value of CONFIG_NF_TPROXY_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV6 is not set
New value: CONFIG_NF_TPROXY_IPV6=m

Value of CONFIG_NF_DUP_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV6 is not set
New value: CONFIG_NF_DUP_IPV6=m

Value of CONFIG_NF_LOG_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV6 is not set
New value: CONFIG_NF_LOG_IPV6=m

Value of CONFIG_R8125 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_R8125 is not set
New value: CONFIG_R8125=m

Value of CONFIG_RTL8822CE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8822CE is not set
New value: CONFIG_RTL8822CE=m

Value of CONFIG_RTL8852BE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8852BE is not set
New value: CONFIG_RTL8852BE=m

Value of CONFIG_SND_SOC_BT_SCO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_BT_SCO is not set
New value: CONFIG_SND_SOC_BT_SCO=m

#
# merged configuration written to .config (needs make)
#
.config:7144:warning: override: reassigning to symbol BT_RTKBTUSB
.config:7148:warning: override: reassigning to symbol IP_VS
.config:7149:warning: override: reassigning to symbol VXLAN
.config:7152:warning: override: reassigning to symbol SCSI
.config:7189:warning: override: reassigning to symbol VETH
.config:7293:warning: override: reassigning to symbol NF_CONNTRACK
.config:7309:warning: override: reassigning to symbol NF_CONNTRACK_FTP
.config:7318:warning: override: reassigning to symbol NF_CONNTRACK_TFTP
.config:7332:warning: override: reassigning to symbol NF_TABLES
.config:7333:warning: override: reassigning to symbol NF_TABLES_INET
.config:7334:warning: override: reassigning to symbol NF_TABLES_NETDEV
.config:7335:warning: override: reassigning to symbol NFT_NUMGEN
.config:7336:warning: override: reassigning to symbol NFT_CT
.config:7337:warning: override: reassigning to symbol NFT_FLOW_OFFLOAD
.config:7338:warning: override: reassigning to symbol NFT_CONNLIMIT
.config:7339:warning: override: reassigning to symbol NFT_LOG
.config:7340:warning: override: reassigning to symbol NFT_LIMIT
.config:7341:warning: override: reassigning to symbol NFT_MASQ
.config:7342:warning: override: reassigning to symbol NFT_REDIR
.config:7343:warning: override: reassigning to symbol NFT_NAT
.config:7344:warning: override: reassigning to symbol NFT_TUNNEL
.config:7345:warning: override: reassigning to symbol NFT_OBJREF
.config:7347:warning: override: reassigning to symbol NFT_QUOTA
.config:7348:warning: override: reassigning to symbol NFT_REJECT
.config:7350:warning: override: reassigning to symbol NFT_COMPAT
.config:7351:warning: override: reassigning to symbol NFT_HASH
.config:7355:warning: override: reassigning to symbol NFT_SOCKET
.config:7356:warning: override: reassigning to symbol NFT_OSF
.config:7357:warning: override: reassigning to symbol NFT_TPROXY
.config:7360:warning: override: reassigning to symbol NFT_DUP_NETDEV
.config:7361:warning: override: reassigning to symbol NFT_FWD_NETDEV
.config:7364:warning: override: reassigning to symbol NF_FLOW_TABLE_INET
.config:7365:warning: override: reassigning to symbol NF_FLOW_TABLE
.config:7372:warning: override: reassigning to symbol NETFILTER_XT_MARK
.config:7410:warning: override: reassigning to symbol NETFILTER_XT_MATCH_ADDRTYPE
.config:7414:warning: override: reassigning to symbol NETFILTER_XT_MATCH_COMMENT
.config:7419:warning: override: reassigning to symbol NETFILTER_XT_MATCH_CONNTRACK
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_extboot failed!
ERROR: exit code 2 from line 785:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$ ls -lt
total 11612
drwxr-xr-x  31 root root    4096 Jan 24 20:27 include
drwxr-xr-x  13 root root    4096 Jan 24 00:35 security
drwxr-xr-x  17 root root    4096 Jan 24 00:35 scripts
-rw-r--r--   1 root root 9204387 Jan 24 00:35 ramdisk.img
drwxr-xr-x  72 root root    4096 Jan 24 00:35 net
drwxr-xr-x   5 root root    4096 Jan 24 00:35 mm
drwxr-xr-x  21 root root   12288 Jan 24 00:35 lib
drwxr-xr-x  20 root root    4096 Jan 24 00:35 kernel
drwxr-xr-x   2 root root    4096 Jan 24 00:35 ipc
drwxr-xr-x   2 root root    4096 Jan 24 00:35 io_uring
drwxr-xr-x   2 root root    4096 Jan 24 00:35 init
drwxr-xr-x  80 root root    4096 Jan 24 00:35 fs
drwxr-xr-x   4 root root    4096 Jan 24 00:35 crypto
drwxr-xr-x   3 root root    4096 Jan 24 00:35 block
-rw-r--r--   1 root root    1325 Jan 24 00:35 build.config.gki.aarch64
-rw-r--r--   1 root root     478 Jan 24 00:35 build.config.rockchip
drwxr-xr-x   2 root root    4096 Jan 24 00:35 certs
drwxr-xr-x   2 root root    4096 Jan 24 00:35 android
-rw-r--r--   1 root root   68971 Jan 24 00:35 Makefile
-rw-r--r--   1 root root  577791 Jan 24 00:35 MAINTAINERS
drwxr-xr-x  82 root root    4096 Jan 24 00:35 Documentation
drwxr-xr-x 144 root root    4096 Jan 24 00:35 drivers
drwxr-xr-x   4 root root    4096 Jan 23 17:24 virt
drwxr-xr-x   3 root root    4096 Jan 23 17:24 usr
drwxr-xr-x  37 root root    4096 Jan 23 17:24 tools
drwxr-xr-x  26 root root    4096 Jan 23 17:24 sound
drwxr-xr-x  33 root root    4096 Jan 23 17:24 samples
-rwxr-xr-x   1 root root 1000056 Jan 23 17:24 logo_stations.bmp
-rw-r--r--   1 root root  415798 Jan 23 17:24 logo_stationm.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo_kernel.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo.bmp
-rw-r--r--   1 root root    1410 Jan 23 17:23 boot.its
-rw-r--r--   1 root root     296 Jan 23 17:23 build.config.aarch64
-rw-r--r--   1 root root     429 Jan 23 17:23 build.config.allmodconfig
-rw-r--r--   1 root root     152 Jan 23 17:23 build.config.allmodconfig.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.allmodconfig.arm
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.allmodconfig.x86_64
-rw-r--r--   1 root root    1214 Jan 23 17:23 build.config.amlogic
-rw-r--r--   1 root root     198 Jan 23 17:23 build.config.arm
-rw-r--r--   1 root root     378 Jan 23 17:23 build.config.common
-rw-r--r--   1 root root     795 Jan 23 17:23 build.config.db845c
-rw-r--r--   1 root root      63 Jan 23 17:23 build.config.gki
-rw-r--r--   1 root root     638 Jan 23 17:23 build.config.gki.aarch64.fips140
-rw-r--r--   1 root root     230 Jan 23 17:23 build.config.gki.aarch64.fips140_eval_testing
-rw-r--r--   1 root root     106 Jan 23 17:23 build.config.gki-debug.aarch64
-rw-r--r--   1 root root     105 Jan 23 17:23 build.config.gki-debug.x86_64
-rw-r--r--   1 root root     664 Jan 23 17:23 build.config.gki_kasan
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.x86_64
-rw-r--r--   1 root root     629 Jan 23 17:23 build.config.gki_kprobes
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.gki_kprobes.aarch64
-rw-r--r--   1 root root     150 Jan 23 17:23 build.config.gki_kprobes.x86_64
-rw-r--r--   1 root root     142 Jan 23 17:23 build.config.gki.x86_64
-rw-r--r--   1 root root     740 Jan 23 17:23 build.config.hikey960
-rw-r--r--   1 root root     544 Jan 23 17:23 build.config.khwasan
-rw-r--r--   1 root root     274 Jan 23 17:23 build.config.x86_64
drwxr-xr-x  26 root root    4096 Jan 23 17:23 arch
-rw-r--r--   1 root root     438 Jan 23 17:23 OWNERS
-rw-r--r--   1 root root     727 Jan 23 17:23 README
-rw-r--r--   1 root root    6402 Jan 23 17:23 README.md
-rw-r--r--   1 root root    1327 Jan 23 17:23 Kbuild
-rw-r--r--   1 root root     555 Jan 23 17:23 Kconfig
drwxr-xr-x   6 root root    4096 Jan 23 17:23 LICENSES
-rw-r--r--   1 root root  100478 Jan 23 17:23 CREDITS
-rw-r--r--   1 root root     496 Jan 23 17:23 COPYING
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ cd ..
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ git status
fatal: not a git repository (or any of the parent directories): .git
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ git status
fatal: detected dubious ownership in repository at '/opt/rk3588/kernel'
To add an exception for this directory, call:

        git config --global --add safe.directory /opt/rk3588/kernel
lxk@ubuntu:/opt/rk3588/kernel$



作者: lxk584213344    时间: 2024-5-28 09:41
板蓝根 发表于 2024-5-27 13:46
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh roc-rk3588-pc-buildroot.mk
processing option: roc-rk3588-pc-buildroot.mk
switching to board: /opt/rk3588/device/rockchip/rk3588/roc-rk3588-pc-buildroot.mk
/opt/rk3588
/opt/rk3588
lxk@ubuntu:/opt/rk3588$ ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
mkdir: cannot create directory ‘.tmp_34696’: Permission denied
mkdir: cannot create directory ‘.tmp_34698’: Permission denied
mkdir: cannot create directory ‘.tmp_34700’: Permission denied
mkdir: cannot create directory ‘.tmp_34702’: Permission denied
mkdir: cannot create directory ‘.tmp_34704’: Permission denied
mkdir: cannot create directory ‘.tmp_34706’: Permission denied
^Cmake[2]: *** wait: No child processes.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes.  Stop.
Makefile:630: recipe for target 'rockchip_linux_defconfig' failed
make[1]: *** [rockchip_linux_defconfig] Error 2
Makefile:350: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Interrupt

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/rk3588_linux.config
Value of CONFIG_BCMDHD_PCIE is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_BCMDHD_PCIE is not set
New value: CONFIG_BCMDHD_PCIE=y

Value of CONFIG_MALI_CSF_SUPPORT is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_MALI_CSF_SUPPORT is not set
New value: CONFIG_MALI_CSF_SUPPORT=y

#
# merged configuration written to .config (needs make)
#
.config:7201:warning: override: BCMDHD_PCIE changes choice state
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/firefly-linux.config
Value of CONFIG_GPIO_PCA953X is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_GPIO_PCA953X is not set
New value: CONFIG_GPIO_PCA953X=y

Value of CONFIG_VIDEO_XC7160 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_XC7160 is not set
New value: CONFIG_VIDEO_XC7160=y

Value of CONFIG_TOUCHSCREEN_HX83102 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_HX83102 is not set
New value: CONFIG_TOUCHSCREEN_HX83102=y

Value of CONFIG_CAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CAN is not set
New value: CONFIG_CAN=y

Value of CONFIG_OVERLAY_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_OVERLAY_FS is not set
New value: CONFIG_OVERLAY_FS=y

Value of CONFIG_SND_SOC_FIREFLY_MULTICODECS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_FIREFLY_MULTICODECS is not set
New value: CONFIG_SND_SOC_FIREFLY_MULTICODECS=y

Value of CONFIG_USB_USBNET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_USBNET is not set
New value: CONFIG_USB_USBNET=y

Value of CONFIG_USB_RTL8150 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8150=y
New value: CONFIG_USB_RTL8150=m

Value of CONFIG_USB_RTL8152 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8152=y
New value: CONFIG_USB_RTL8152=m

Value of CONFIG_LOCALVERSION_AUTO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_LOCALVERSION_AUTO=y
New value: # CONFIG_LOCALVERSION_AUTO is not set

Value of CONFIG_SCSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI=y
New value: CONFIG_SCSI=y CONFIG_SCSI=m

Value of CONFIG_ATA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_ATA=y
New value: CONFIG_ATA=m

Value of CONFIG_SATA_AHCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI=y
New value: CONFIG_SATA_AHCI=m

Value of CONFIG_SATA_AHCI_PLATFORM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI_PLATFORM=y
New value: CONFIG_SATA_AHCI_PLATFORM=m

Value of CONFIG_SQUASHFS_XATTR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SQUASHFS_XATTR is not set
New value: CONFIG_SQUASHFS_XATTR=y

Value of CONFIG_USB_CONFIGFS_RNDIS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_CONFIGFS_RNDIS is not set
New value: CONFIG_USB_CONFIGFS_RNDIS=y

Value of CONFIG_POSIX_MQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_POSIX_MQUEUE is not set
New value: CONFIG_POSIX_MQUEUE=y

Value of CONFIG_CGROUP_PIDS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PIDS is not set
New value: CONFIG_CGROUP_PIDS=y

Value of CONFIG_MEMCG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MEMCG is not set
New value: CONFIG_MEMCG=y

Value of CONFIG_CGROUP_PERF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PERF is not set
New value: CONFIG_CGROUP_PERF=y

Value of CONFIG_RT_GROUP_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RT_GROUP_SCHED is not set
New value: CONFIG_RT_GROUP_SCHED=y

Value of CONFIG_BLK_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_CGROUP is not set
New value: CONFIG_BLK_CGROUP=y

Value of CONFIG_INET_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_INET_ESP is not set
New value: CONFIG_INET_ESP=y

Value of CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m

Value of CONFIG_NETFILTER_XT_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MARK is not set
New value: CONFIG_NETFILTER_XT_MARK=y CONFIG_NETFILTER_XT_MARK=m

Value of CONFIG_IP_VS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_VS is not set
New value: CONFIG_IP_VS=y CONFIG_IP_VS=m

Value of CONFIG_BRIDGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BRIDGE is not set
New value: CONFIG_BRIDGE=y

Value of CONFIG_CGROUP_NET_PRIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_NET_PRIO is not set
New value: CONFIG_CGROUP_NET_PRIO=y

Value of CONFIG_BLK_DEV_DM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_DEV_DM is not set
New value: CONFIG_BLK_DEV_DM=y

Value of CONFIG_DUMMY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DUMMY is not set
New value: CONFIG_DUMMY=y

Value of CONFIG_MACVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MACVLAN is not set
New value: CONFIG_MACVLAN=y

Value of CONFIG_IPVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IPVLAN is not set
New value: CONFIG_IPVLAN=y

Value of CONFIG_VXLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VXLAN is not set
New value: CONFIG_VXLAN=y CONFIG_VXLAN=m

Value of CONFIG_VETH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VETH is not set
New value: CONFIG_VETH=y CONFIG_VETH=m

Value of CONFIG_USB_SERIAL_CH341 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_SERIAL_CH341 is not set
New value: CONFIG_USB_SERIAL_CH341=y

Value of CONFIG_BTRFS_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BTRFS_FS is not set
New value: CONFIG_BTRFS_FS=y

Value of CONFIG_NF_CONNTRACK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_CONNTRACK is not set
New value: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=m

Value of CONFIG_IP_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_IPTABLES=y
New value: CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_IPTABLES=m

Value of CONFIG_IP_NF_FILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_FILTER is not set
New value: CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_FILTER=m

Value of CONFIG_NF_TABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TABLES is not set
New value: CONFIG_NF_TABLES=y CONFIG_NF_TABLES=m

Value of CONFIG_IP_NF_MANGLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_MANGLE=y
New value: CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_MANGLE=m

Value of CONFIG_NET_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NET_SCHED is not set
New value: CONFIG_NET_SCHED=y

Value of CONFIG_SECURITY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SECURITY is not set
New value: CONFIG_SECURITY=y

Value of CONFIG_VLAN_8021Q is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VLAN_8021Q is not set
New value: CONFIG_VLAN_8021Q=y

Value of CONFIG_NETFILTER_XT_MATCH_COMMENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_COMMENT=m

Value of CONFIG_HUGETLBFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HUGETLBFS is not set
New value: CONFIG_HUGETLBFS=y

Value of CONFIG_PSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSI is not set
New value: CONFIG_PSI=y

Value of CONFIG_ANDROID_BINDER_IPC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ANDROID_BINDER_IPC is not set
New value: CONFIG_ANDROID_BINDER_IPC=y

Value of CONFIG_ASHMEM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ASHMEM is not set
New value: CONFIG_ASHMEM=y

Value of CONFIG_VIDEO_GC2093 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2093 is not set
New value: CONFIG_VIDEO_GC2093=y

Value of CONFIG_VIDEO_GC2053 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2053 is not set
New value: CONFIG_VIDEO_GC2053=y

Value of CONFIG_VIDEO_FP5510 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_FP5510 is not set
New value: CONFIG_VIDEO_FP5510=y

Value of CONFIG_VIDEO_S5K3L6XX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_S5K3L6XX is not set
New value: CONFIG_VIDEO_S5K3L6XX=y

Value of CONFIG_CMA_INACTIVE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CMA_INACTIVE is not set
New value: CONFIG_CMA_INACTIVE=y

Value of CONFIG_SENSORS_PWM_FAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_PWM_FAN is not set
New value: CONFIG_SENSORS_PWM_FAN=y

Value of CONFIG_BT_RFCOMM_TTY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RFCOMM_TTY is not set
New value: CONFIG_BT_RFCOMM_TTY=y

Value of CONFIG_BT_BNEP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_BNEP is not set
New value: CONFIG_BT_BNEP=y

Value of CONFIG_BT_RTKBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RTKBTUSB is not set
New value: CONFIG_BT_RTKBTUSB=y CONFIG_BT_RTKBTUSB=m

Value of CONFIG_RTL8821CU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8821CU is not set
New value: CONFIG_RTL8821CU=m

Value of CONFIG_BT_HCIBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BT_HCIBTUSB=y
New value: CONFIG_BT_HCIBTUSB=m

Value of CONFIG_FRAMEBUFFER_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FRAMEBUFFER_CONSOLE is not set
New value: CONFIG_FRAMEBUFFER_CONSOLE=y

Value of CONFIG_BLK_DEV_SD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SD=y
New value: CONFIG_BLK_DEV_SD=m

Value of CONFIG_BLK_DEV_SR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SR=y
New value: CONFIG_BLK_DEV_SR=m

Value of CONFIG_SCSI_SPI_ATTRS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI_SPI_ATTRS=y
New value: CONFIG_SCSI_SPI_ATTRS=m

Value of CONFIG_USB_STORAGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_STORAGE=y
New value: CONFIG_USB_STORAGE=m

Value of CONFIG_USB_UAS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_UAS=y
New value: CONFIG_USB_UAS=m

Value of CONFIG_IP_PNP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_PNP is not set
New value: CONFIG_IP_PNP=y

Value of CONFIG_NFSD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NFSD is not set
New value: CONFIG_NFSD=y

Value of CONFIG_PC9202_WATCHDOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PC9202_WATCHDOG is not set
New value: CONFIG_PC9202_WATCHDOG=y

Value of CONFIG_WIREGUARD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_WIREGUARD is not set
New value: CONFIG_WIREGUARD=y

Value of CONFIG_PSTORE_LZO_COMPRESS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSTORE_LZO_COMPRESS is not set
New value: CONFIG_PSTORE_LZO_COMPRESS=m

Value of CONFIG_SPI_WK2XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SPI_WK2XXX is not set
New value: CONFIG_SPI_WK2XXX=y

Value of CONFIG_AQTION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_AQTION is not set
New value: CONFIG_AQTION=m

Value of CONFIG_TOUCHSCREEN_GT9XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_GT9XXX is not set
New value: CONFIG_TOUCHSCREEN_GT9XXX=y

Value of CONFIG_PARAVIRT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT is not set
New value: CONFIG_PARAVIRT=y

Value of CONFIG_PARAVIRT_TIME_ACCOUNTING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
New value: CONFIG_PARAVIRT_TIME_ACCOUNTING=y

Value of CONFIG_VIRTUALIZATION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTUALIZATION is not set
New value: CONFIG_VIRTUALIZATION=y

Value of CONFIG_KSM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_KSM is not set
New value: CONFIG_KSM=y

Value of CONFIG_VIRTIO_BLK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BLK is not set
New value: CONFIG_VIRTIO_BLK=y

Value of CONFIG_SCSI_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SCSI_VIRTIO is not set
New value: CONFIG_SCSI_VIRTIO=y

Value of CONFIG_VIRTIO_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_NET is not set
New value: CONFIG_VIRTIO_NET=y

Value of CONFIG_VIRT_WIFI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_WIFI is not set
New value: CONFIG_VIRT_WIFI=m

Value of CONFIG_VIRTIO_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_CONSOLE is not set
New value: CONFIG_VIRTIO_CONSOLE=y

Value of CONFIG_HW_RANDOM_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HW_RANDOM_VIRTIO is not set
New value: CONFIG_HW_RANDOM_VIRTIO=y

Value of CONFIG_DRM_VKMS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VKMS is not set
New value: CONFIG_DRM_VKMS=m

Value of CONFIG_DRM_QXL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_QXL is not set
New value: CONFIG_DRM_QXL=m

Value of CONFIG_DRM_VIRTIO_GPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VIRTIO_GPU is not set
New value: CONFIG_DRM_VIRTIO_GPU=y

Value of CONFIG_DRM_CIRRUS_QEMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_CIRRUS_QEMU is not set
New value: CONFIG_DRM_CIRRUS_QEMU=m

Value of CONFIG_FB_VIRTUAL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FB_VIRTUAL is not set
New value: CONFIG_FB_VIRTUAL=y

Value of CONFIG_VIRT_DRIVERS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_DRIVERS is not set
New value: CONFIG_VIRT_DRIVERS=y

Value of CONFIG_VIRTIO_PCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_PCI is not set
New value: CONFIG_VIRTIO_PCI=y

Value of CONFIG_VIRTIO_BALLOON is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BALLOON is not set
New value: CONFIG_VIRTIO_BALLOON=y

Value of CONFIG_VIRTIO_INPUT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_INPUT is not set
New value: CONFIG_VIRTIO_INPUT=y

Value of CONFIG_VIRTIO_MMIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_MMIO is not set
New value: CONFIG_VIRTIO_MMIO=y

Value of CONFIG_VIRTIO_DMA_SHARED_BUFFER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_DMA_SHARED_BUFFER is not set
New value: CONFIG_VIRTIO_DMA_SHARED_BUFFER=y

Value of CONFIG_VDPA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VDPA is not set
New value: CONFIG_VDPA=y

Value of CONFIG_VHOST_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_NET is not set
New value: CONFIG_VHOST_NET=m

Value of CONFIG_VHOST_CROSS_ENDIAN_LEGACY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
New value: CONFIG_VHOST_CROSS_ENDIAN_LEGACY=y

Value of CONFIG_IOMMU_DEFAULT_PASSTHROUGH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
New value: CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y

Value of CONFIG_VIRTIO_IOMMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_IOMMU is not set
New value: CONFIG_VIRTIO_IOMMU=y

Value of CONFIG_VIRTIO_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_FS is not set
New value: CONFIG_VIRTIO_FS=y

Value of CONFIG_CRYPTO_DEV_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_DEV_VIRTIO is not set
New value: CONFIG_CRYPTO_DEV_VIRTIO=y

Value of CONFIG_NF_REJECT_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV4 is not set
New value: CONFIG_NF_REJECT_IPV4=y CONFIG_NF_REJECT_IPV4=m

Value of CONFIG_NF_REJECT_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV6 is not set
New value: CONFIG_NF_REJECT_IPV6=y CONFIG_NF_REJECT_IPV6=m

Value of CONFIG_IP6_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP6_NF_IPTABLES is not set
New value: CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_IPTABLES=m

Value of CONFIG_TUN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TUN is not set
New value: CONFIG_TUN=y

Value of CONFIG_CIFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CIFS is not set
New value: CONFIG_CIFS=y

Value of CONFIG_CRYPTO_MD4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_MD4 is not set
New value: CONFIG_CRYPTO_MD4=y

Value of CONFIG_BPF_SYSCALL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BPF_SYSCALL is not set
New value: CONFIG_BPF_SYSCALL=y

Value of CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is not set
New value: CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY=y

Value of CONFIG_SENSORS_NTC_THERMISTOR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_NTC_THERMISTOR is not set
New value: CONFIG_SENSORS_NTC_THERMISTOR=y

Value of CONFIG_DS18B20 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DS18B20 is not set
New value: CONFIG_DS18B20=y

Value of CONFIG_NETFILTER_XT_MATCH_MAC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MAC is not set
New value: CONFIG_NETFILTER_XT_MATCH_MAC=y CONFIG_NETFILTER_XT_MATCH_MAC=m

Value of CONFIG_DEBUG_SPINLOCK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DEBUG_SPINLOCK is not set
New value: CONFIG_DEBUG_SPINLOCK=y

Value of CONFIG_LEDS_CLASS_FLASH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_LEDS_CLASS_FLASH is not set
New value: CONFIG_LEDS_CLASS_FLASH=y

Value of CONFIG_UIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_UIO is not set
New value: CONFIG_UIO=m

Value of CONFIG_MXGBE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBE is not set
New value: CONFIG_MXGBE=m

Value of CONFIG_MXGBEVF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBEVF is not set
New value: CONFIG_MXGBEVF=m

Value of CONFIG_PCI_IOV is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PCI_IOV is not set
New value: CONFIG_PCI_IOV=y

Value of CONFIG_NETFILTER_NETLINK_ACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_ACCT is not set
New value: CONFIG_NETFILTER_NETLINK_ACCT=m

Value of CONFIG_NETFILTER_NETLINK_QUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_QUEUE is not set
New value: CONFIG_NETFILTER_NETLINK_QUEUE=m

Value of CONFIG_NETFILTER_NETLINK_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_LOG is not set
New value: CONFIG_NETFILTER_NETLINK_LOG=m

Value of CONFIG_NETFILTER_NETLINK_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_OSF is not set
New value: CONFIG_NETFILTER_NETLINK_OSF=m

Value of CONFIG_NETFILTER_XTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_NETFILTER_XTABLES=y
New value: CONFIG_NETFILTER_XTABLES=m

Value of CONFIG_NETFILTER_XT_TARGET_CHECKSUM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
New value: CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m

Value of CONFIG_NETFILTER_XT_TARGET_CLASSIFY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
New value: CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m

Value of CONFIG_NETFILTER_XT_TARGET_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
New value: CONFIG_NETFILTER_XT_TARGET_DSCP=m

Value of CONFIG_NETFILTER_XT_TARGET_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HL is not set
New value: CONFIG_NETFILTER_XT_TARGET_HL=m

Value of CONFIG_NETFILTER_XT_TARGET_HMARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_HMARK=m

Value of CONFIG_NETFILTER_XT_TARGET_IDLETIMER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
New value: CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m

Value of CONFIG_NETFILTER_XT_TARGET_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_LOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_LOG=m

Value of CONFIG_NETFILTER_XT_TARGET_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_MARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_MARK=m

Value of CONFIG_NETFILTER_XT_TARGET_NFLOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFLOG=m

Value of CONFIG_NETFILTER_XT_TARGET_NFQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m

Value of CONFIG_NETFILTER_XT_TARGET_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
New value: CONFIG_NETFILTER_XT_TARGET_RATEEST=m

Value of CONFIG_NETFILTER_XT_TARGET_TEE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TEE is not set
New value: CONFIG_NETFILTER_XT_TARGET_TEE=m

Value of CONFIG_NETFILTER_XT_TARGET_TPROXY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
New value: CONFIG_NETFILTER_XT_TARGET_TPROXY=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPMSS=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

Value of CONFIG_NETFILTER_XT_MATCH_BPF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_BPF is not set
New value: CONFIG_NETFILTER_XT_MATCH_BPF=m

Value of CONFIG_NETFILTER_XT_MATCH_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_CGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_CPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CPU is not set
New value: CONFIG_NETFILTER_XT_MATCH_CPU=m

Value of CONFIG_NETFILTER_XT_MATCH_DCCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DCCP=m

Value of CONFIG_NETFILTER_XT_MATCH_DEVGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DSCP=m

Value of CONFIG_NETFILTER_XT_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ECN is not set
New value: CONFIG_NETFILTER_XT_MATCH_ECN=m

Value of CONFIG_NETFILTER_XT_MATCH_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ESP is not set
New value: CONFIG_NETFILTER_XT_MATCH_ESP=m

Value of CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HL is not set
New value: CONFIG_NETFILTER_XT_MATCH_HL=m

Value of CONFIG_NETFILTER_XT_MATCH_IPCOMP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPCOMP=m

Value of CONFIG_NETFILTER_XT_MATCH_IPRANGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPRANGE=m

Value of CONFIG_NETFILTER_XT_MATCH_L2TP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
New value: CONFIG_NETFILTER_XT_MATCH_L2TP=m

Value of CONFIG_NETFILTER_XT_MATCH_LENGTH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
New value: CONFIG_NETFILTER_XT_MATCH_LENGTH=m

Value of CONFIG_NETFILTER_XT_MATCH_LIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_LIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MARK is not set
New value: CONFIG_NETFILTER_XT_MATCH_MARK=m

Value of CONFIG_NETFILTER_XT_MATCH_MULTIPORT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
New value: CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m

Value of CONFIG_NETFILTER_XT_MATCH_NFACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
New value: CONFIG_NETFILTER_XT_MATCH_NFACCT=m

Value of CONFIG_NETFILTER_XT_MATCH_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OSF is not set
New value: CONFIG_NETFILTER_XT_MATCH_OSF=m

Value of CONFIG_NETFILTER_XT_MATCH_OWNER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
New value: CONFIG_NETFILTER_XT_MATCH_OWNER=m

Value of CONFIG_NETFILTER_XT_MATCH_POLICY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
New value: CONFIG_NETFILTER_XT_MATCH_POLICY=m

Value of CONFIG_NETFILTER_XT_MATCH_PKTTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m

Value of CONFIG_NETFILTER_XT_MATCH_QUOTA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
New value: CONFIG_NETFILTER_XT_MATCH_QUOTA=m

Value of CONFIG_NETFILTER_XT_MATCH_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
New value: CONFIG_NETFILTER_XT_MATCH_RATEEST=m

Value of CONFIG_NETFILTER_XT_MATCH_REALM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_REALM is not set
New value: CONFIG_NETFILTER_XT_MATCH_REALM=m

Value of CONFIG_NETFILTER_XT_MATCH_RECENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_RECENT=m

Value of CONFIG_NETFILTER_XT_MATCH_SCTP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
New value: CONFIG_NETFILTER_XT_MATCH_SCTP=m

Value of CONFIG_NETFILTER_XT_MATCH_SOCKET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
New value: CONFIG_NETFILTER_XT_MATCH_SOCKET=m

Value of CONFIG_NETFILTER_XT_MATCH_STATISTIC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
New value: CONFIG_NETFILTER_XT_MATCH_STATISTIC=m

Value of CONFIG_NETFILTER_XT_MATCH_STRING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STRING is not set
New value: CONFIG_NETFILTER_XT_MATCH_STRING=m

Value of CONFIG_NETFILTER_XT_MATCH_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_MATCH_TCPMSS=m

Value of CONFIG_NETFILTER_XT_MATCH_TIME is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TIME is not set
New value: CONFIG_NETFILTER_XT_MATCH_TIME=m

Value of CONFIG_NETFILTER_XT_MATCH_U32 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_U32 is not set
New value: CONFIG_NETFILTER_XT_MATCH_U32=m

Value of CONFIG_NF_SOCKET_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV4 is not set
New value: CONFIG_NF_SOCKET_IPV4=m

Value of CONFIG_NF_TPROXY_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV4 is not set
New value: CONFIG_NF_TPROXY_IPV4=m

Value of CONFIG_NF_DUP_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV4 is not set
New value: CONFIG_NF_DUP_IPV4=m

Value of CONFIG_NF_LOG_ARP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_ARP is not set
New value: CONFIG_NF_LOG_ARP=m

Value of CONFIG_NF_LOG_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV4 is not set
New value: CONFIG_NF_LOG_IPV4=m

Value of CONFIG_IP_NF_MATCH_AH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_AH is not set
New value: CONFIG_IP_NF_MATCH_AH=m

Value of CONFIG_IP_NF_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_ECN is not set
New value: CONFIG_IP_NF_MATCH_ECN=m

Value of CONFIG_IP_NF_MATCH_RPFILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_RPFILTER is not set
New value: CONFIG_IP_NF_MATCH_RPFILTER=m

Value of CONFIG_IP_NF_MATCH_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_TTL is not set
New value: CONFIG_IP_NF_MATCH_TTL=m

Value of CONFIG_IP_NF_TARGET_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_ECN is not set
New value: CONFIG_IP_NF_TARGET_ECN=m

Value of CONFIG_IP_NF_TARGET_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_TTL is not set
New value: CONFIG_IP_NF_TARGET_TTL=m

Value of CONFIG_IP_NF_RAW is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_RAW is not set
New value: CONFIG_IP_NF_RAW=m

Value of CONFIG_IP_NF_ARPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_ARPTABLES is not set
New value: CONFIG_IP_NF_ARPTABLES=m

Value of CONFIG_NF_SOCKET_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV6 is not set
New value: CONFIG_NF_SOCKET_IPV6=m

Value of CONFIG_NF_TPROXY_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV6 is not set
New value: CONFIG_NF_TPROXY_IPV6=m

Value of CONFIG_NF_DUP_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV6 is not set
New value: CONFIG_NF_DUP_IPV6=m

Value of CONFIG_NF_LOG_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV6 is not set
New value: CONFIG_NF_LOG_IPV6=m

Value of CONFIG_R8125 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_R8125 is not set
New value: CONFIG_R8125=m

Value of CONFIG_RTL8822CE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8822CE is not set
New value: CONFIG_RTL8822CE=m

Value of CONFIG_RTL8852BE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8852BE is not set
New value: CONFIG_RTL8852BE=m

Value of CONFIG_SND_SOC_BT_SCO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_BT_SCO is not set
New value: CONFIG_SND_SOC_BT_SCO=m

#
# merged configuration written to .config (needs make)
#
.config:7144:warning: override: reassigning to symbol BT_RTKBTUSB
.config:7148:warning: override: reassigning to symbol IP_VS
.config:7149:warning: override: reassigning to symbol VXLAN
.config:7152:warning: override: reassigning to symbol SCSI
.config:7189:warning: override: reassigning to symbol VETH
.config:7293:warning: override: reassigning to symbol NF_CONNTRACK
.config:7309:warning: override: reassigning to symbol NF_CONNTRACK_FTP
.config:7318:warning: override: reassigning to symbol NF_CONNTRACK_TFTP
.config:7332:warning: override: reassigning to symbol NF_TABLES
.config:7333:warning: override: reassigning to symbol NF_TABLES_INET
.config:7334:warning: override: reassigning to symbol NF_TABLES_NETDEV
.config:7335:warning: override: reassigning to symbol NFT_NUMGEN
.config:7336:warning: override: reassigning to symbol NFT_CT
.config:7337:warning: override: reassigning to symbol NFT_FLOW_OFFLOAD
.config:7338:warning: override: reassigning to symbol NFT_CONNLIMIT
.config:7339:warning: override: reassigning to symbol NFT_LOG
.config:7340:warning: override: reassigning to symbol NFT_LIMIT
.config:7341:warning: override: reassigning to symbol NFT_MASQ
.config:7342:warning: override: reassigning to symbol NFT_REDIR
.config:7343:warning: override: reassigning to symbol NFT_NAT
.config:7344:warning: override: reassigning to symbol NFT_TUNNEL
.config:7345:warning: override: reassigning to symbol NFT_OBJREF
.config:7347:warning: override: reassigning to symbol NFT_QUOTA
.config:7348:warning: override: reassigning to symbol NFT_REJECT
.config:7350:warning: override: reassigning to symbol NFT_COMPAT
.config:7351:warning: override: reassigning to symbol NFT_HASH
.config:7355:warning: override: reassigning to symbol NFT_SOCKET
.config:7356:warning: override: reassigning to symbol NFT_OSF
.config:7357:warning: override: reassigning to symbol NFT_TPROXY
.config:7360:warning: override: reassigning to symbol NFT_DUP_NETDEV
.config:7361:warning: override: reassigning to symbol NFT_FWD_NETDEV
.config:7364:warning: override: reassigning to symbol NF_FLOW_TABLE_INET
.config:7365:warning: override: reassigning to symbol NF_FLOW_TABLE
.config:7372:warning: override: reassigning to symbol NETFILTER_XT_MARK
.config:7410:warning: override: reassigning to symbol NETFILTER_XT_MATCH_ADDRTYPE
.config:7414:warning: override: reassigning to symbol NETFILTER_XT_MATCH_COMMENT
.config:7419:warning: override: reassigning to symbol NETFILTER_XT_MATCH_CONNTRACK
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_extboot failed!
ERROR: exit code 2 from line 785:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$ ls -lt
total 11612
drwxr-xr-x  31 root root    4096 Jan 24 20:27 include
drwxr-xr-x  13 root root    4096 Jan 24 00:35 security
drwxr-xr-x  17 root root    4096 Jan 24 00:35 scripts
-rw-r--r--   1 root root 9204387 Jan 24 00:35 ramdisk.img
drwxr-xr-x  72 root root    4096 Jan 24 00:35 net
drwxr-xr-x   5 root root    4096 Jan 24 00:35 mm
drwxr-xr-x  21 root root   12288 Jan 24 00:35 lib
drwxr-xr-x  20 root root    4096 Jan 24 00:35 kernel
drwxr-xr-x   2 root root    4096 Jan 24 00:35 ipc
drwxr-xr-x   2 root root    4096 Jan 24 00:35 io_uring
drwxr-xr-x   2 root root    4096 Jan 24 00:35 init
drwxr-xr-x  80 root root    4096 Jan 24 00:35 fs
drwxr-xr-x   4 root root    4096 Jan 24 00:35 crypto
drwxr-xr-x   3 root root    4096 Jan 24 00:35 block
-rw-r--r--   1 root root    1325 Jan 24 00:35 build.config.gki.aarch64
-rw-r--r--   1 root root     478 Jan 24 00:35 build.config.rockchip
drwxr-xr-x   2 root root    4096 Jan 24 00:35 certs
drwxr-xr-x   2 root root    4096 Jan 24 00:35 android
-rw-r--r--   1 root root   68971 Jan 24 00:35 Makefile
-rw-r--r--   1 root root  577791 Jan 24 00:35 MAINTAINERS
drwxr-xr-x  82 root root    4096 Jan 24 00:35 Documentation
drwxr-xr-x 144 root root    4096 Jan 24 00:35 drivers
drwxr-xr-x   4 root root    4096 Jan 23 17:24 virt
drwxr-xr-x   3 root root    4096 Jan 23 17:24 usr
drwxr-xr-x  37 root root    4096 Jan 23 17:24 tools
drwxr-xr-x  26 root root    4096 Jan 23 17:24 sound
drwxr-xr-x  33 root root    4096 Jan 23 17:24 samples
-rwxr-xr-x   1 root root 1000056 Jan 23 17:24 logo_stations.bmp
-rw-r--r--   1 root root  415798 Jan 23 17:24 logo_stationm.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo_kernel.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo.bmp
-rw-r--r--   1 root root    1410 Jan 23 17:23 boot.its
-rw-r--r--   1 root root     296 Jan 23 17:23 build.config.aarch64
-rw-r--r--   1 root root     429 Jan 23 17:23 build.config.allmodconfig
-rw-r--r--   1 root root     152 Jan 23 17:23 build.config.allmodconfig.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.allmodconfig.arm
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.allmodconfig.x86_64
-rw-r--r--   1 root root    1214 Jan 23 17:23 build.config.amlogic
-rw-r--r--   1 root root     198 Jan 23 17:23 build.config.arm
-rw-r--r--   1 root root     378 Jan 23 17:23 build.config.common
-rw-r--r--   1 root root     795 Jan 23 17:23 build.config.db845c
-rw-r--r--   1 root root      63 Jan 23 17:23 build.config.gki
-rw-r--r--   1 root root     638 Jan 23 17:23 build.config.gki.aarch64.fips140
-rw-r--r--   1 root root     230 Jan 23 17:23 build.config.gki.aarch64.fips140_eval_testing
-rw-r--r--   1 root root     106 Jan 23 17:23 build.config.gki-debug.aarch64
-rw-r--r--   1 root root     105 Jan 23 17:23 build.config.gki-debug.x86_64
-rw-r--r--   1 root root     664 Jan 23 17:23 build.config.gki_kasan
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.x86_64
-rw-r--r--   1 root root     629 Jan 23 17:23 build.config.gki_kprobes
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.gki_kprobes.aarch64
-rw-r--r--   1 root root     150 Jan 23 17:23 build.config.gki_kprobes.x86_64
-rw-r--r--   1 root root     142 Jan 23 17:23 build.config.gki.x86_64
-rw-r--r--   1 root root     740 Jan 23 17:23 build.config.hikey960
-rw-r--r--   1 root root     544 Jan 23 17:23 build.config.khwasan
-rw-r--r--   1 root root     274 Jan 23 17:23 build.config.x86_64
drwxr-xr-x  26 root root    4096 Jan 23 17:23 arch
-rw-r--r--   1 root root     438 Jan 23 17:23 OWNERS
-rw-r--r--   1 root root     727 Jan 23 17:23 README
-rw-r--r--   1 root root    6402 Jan 23 17:23 README.md
-rw-r--r--   1 root root    1327 Jan 23 17:23 Kbuild
-rw-r--r--   1 root root     555 Jan 23 17:23 Kconfig
drwxr-xr-x   6 root root    4096 Jan 23 17:23 LICENSES
-rw-r--r--   1 root root  100478 Jan 23 17:23 CREDITS
-rw-r--r--   1 root root     496 Jan 23 17:23 COPYING
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ cd ..
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ git status
fatal: not a git repository (or any of the parent directories): .git
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ git status
fatal: detected dubious ownership in repository at '/opt/rk3588/kernel'
To add an exception for this directory, call:

        git config --global --add safe.directory /opt/rk3588/kernel
lxk@ubuntu:/opt/rk3588/kernel$


1.rar

5.59 KB, 下载次数: 0, 下载积分: 灯泡 -1 , 经验 -1


作者: 板蓝根    时间: 2024-5-28 16:31


先确认一下,sdk 目录的权限有没有问题,怎么连创建文件都无权限?

普通用户在 root 用户创建的目录编译?
作者: lxk584213344    时间: 2024-5-29 13:52
板蓝根 发表于 2024-5-28 16:31
先确认一下,sdk 目录的权限有没有问题,怎么连创建文件都无权限?

普通用户在 root 用户创建的目录 ...

往下看看 一开始没用sudo 所以没权限  后面加sudo就好了,看下后面的log
作者: lxk584213344    时间: 2024-5-29 13:56
lxk584213344 发表于 2024-5-29 13:52
往下看看 一开始没用sudo 所以没权限  后面加sudo就好了,看下后面的log

后面就加sudo重新编译就好了

无标题1111.png (200.2 KB, 下载次数: 122)

无标题1111.png

作者: 板蓝根    时间: 2024-5-30 11:46
那就是你的路径权限有问题,wiki 有说明应该放到普通用户上不能用 root 操作的
作者: lxk584213344    时间: 2024-5-30 12:16
板蓝根 发表于 2024-5-30 11:46
那就是你的路径权限有问题,wiki 有说明应该放到普通用户上不能用 root 操作的

不好意思,不太理解你什么意思,是不能加sudo 执行吗
作者: lxk584213344    时间: 2024-6-5 18:53
经过技术支持,kernel也能编译成功了,但是在编译buildroot时报错,./build.sh rootfs报错如下:

lxk@ubuntu:~$ date
Tue Jun  4 00:58:10 PDT 2024
lxk@ubuntu:~$
lxk@ubuntu:~$
lxk@ubuntu:~$
lxk@ubuntu:~$
lxk@ubuntu:~$
lxk@ubuntu:~$
lxk@ubuntu:~$ cd /home/lxk/
.buildroot-ccache/ Downloads/         Pictures/          Templates/
.cache/            .gnupg/            proj/              Videos/
.config/           .local/            Public/            
Desktop/           .mozilla/          .repoconfig/      
Documents/         Music/             rk3588/            
lxk@ubuntu:~$ cd /home/lxk/
.buildroot-ccache/ Downloads/         Pictures/          Templates/
.cache/            .gnupg/            proj/              Videos/
.config/           .local/            Public/            
Desktop/           .mozilla/          .repoconfig/      
Documents/         Music/             rk3588/            
lxk@ubuntu:~$ cd /home/lxk/
.buildroot-ccache/ Downloads/         Pictures/          Templates/
.cache/            .gnupg/            proj/              Videos/
.config/           .local/            Public/            
Desktop/           .mozilla/          .repoconfig/      
Documents/         Music/             rk3588/            
lxk@ubuntu:~$ cd /home/lxk/proj/rk3588_sdk/
lxk@ubuntu:~/proj/rk3588_sdk$
lxk@ubuntu:~/proj/rk3588_sdk$ ./build.sh rootfs
processing option: rootfs
rootfs dir .rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=firefly_rk3588
=========================================
Top of tree: /home/lxk/proj/rk3588_sdk
make: Entering directory '/home/lxk/proj/rk3588_sdk/buildroot'
  GEN     /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/Makefile
/home/lxk/proj/rk3588_sdk/buildroot/build/parse_defconfig.sh /home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config.in
Parsing defconfig: /home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig
Using configs/rockchip/base/kernel.config as base
Merging configs/rockchip/fs/e2fs.config
Merging configs/rockchip/base/common.config
Merging configs/rockchip/base/base.config
Merging configs/rockchip/chips/rk3588.config
Value of BR2_ROOTFS_OVERLAY is redefined by configs/rockchip/chips/rk3588.config:
Previous value:        BR2_ROOTFS_OVERLAY="board/rockchip/common/base"
Modify value:        BR2_ROOTFS_OVERLAY+="board/rockchip/rk3588/fs-overlay/"
New value:        BR2_ROOTFS_OVERLAY="board/rockchip/common/base board/rockchip/rk3588/fs-overlay/"

Merging configs/rockchip/chips/rk3588_aarch64.config
Merging configs/rockchip/font/font.config
Merging configs/rockchip/font/chinese.config
Merging configs/rockchip/fs/exfat.config
Merging configs/rockchip/fs/ntfs.config
Merging configs/rockchip/fs/vfat.config
Merging configs/rockchip/gpu/gpu.config
Merging configs/rockchip/multimedia/audio.config
Merging configs/rockchip/multimedia/camera.config
Merging configs/rockchip/multimedia/gst/audio.config
Merging configs/rockchip/multimedia/gst/camera.config
Merging configs/rockchip/multimedia/gst/rtsp.config
Merging configs/rockchip/multimedia/gst/video.config
Merging configs/rockchip/multimedia/mpp.config
Merging configs/rockchip/wifibt/bt.config
Merging configs/rockchip/wifibt/network.config
Merging configs/rockchip/wifibt/wireless.config
Merging configs/rockchip/tools/benchmark.config
Merging configs/rockchip/tools/common.config
Merging configs/rockchip/tools/test.config
Merging configs/rockchip/chromium.config
Merging configs/rockchip/npu2.config
Merging configs/rockchip/powermanager.config
Merging configs/rockchip/weston.config
Merging /home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig
Value of BR2_TARGET_GENERIC_ROOT_PASSWD is redefined by /home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig:
Previous value:        BR2_TARGET_GENERIC_ROOT_PASSWD="rockchip"
New value:        BR2_TARGET_GENERIC_ROOT_PASSWD="firefly"

Value of BR2_ROOTFS_OVERLAY is redefined by /home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig:
Previous value:        BR2_ROOTFS_OVERLAY="board/rockchip/common/base board/rockchip/rk3588/fs-overlay/"
Modify value:        BR2_ROOTFS_OVERLAY+="board/firefly/roc-rk3588s-pc board/firefly/itx-3588j board/firefly/aio-3588sjd4"
New value:        BR2_ROOTFS_OVERLAY="board/rockchip/common/base board/rockchip/rk3588/fs-overlay/ board/firefly/roc-rk3588s-pc board/firefly/itx-3588j board/firefly/aio-3588sjd4"

#
# merged configuration written to /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config.in (needs make)
#
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/buildroot-config/tristate.config BR2_CONFIG=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config HOST_GCC_VERSION="7" BASE_DIR=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588 SKIP_LEGACY= CUSTOM_KERNEL_VERSION="5.10" BR2_DEFCONFIG=/home/lxk/proj/rk3588_sdk/buildroot/configs/firefly_rk3588_defconfig /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/buildroot-config/conf --defconfig=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config.in Config.in
#
# configuration written to /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config
#
make: Leaving directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:35:14 >>> pixman 0.42.2 Building
Done in 12s  (error code: 2)
Failed to build /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/.config:
2024-06-05T03:22:11 | ^~~~~~~~~~~~~~
2024-06-05T03:22:11 pixman-access.c:504:30: warning: '__dummy__x8r8g8b8' defined but not used [-Wunused-const-variable=]
2024-06-05T03:22:11 504 |     static const void *const __dummy__ ## format
2024-06-05T03:22:11 |                              ^~~~~~~~~
2024-06-05T03:22:11 pixman-access.c:507:1: note: in expansion of macro 'MAKE_ACCESSORS'
2024-06-05T03:22:11 507 | MAKE_ACCESSORS(x8r8g8b8);
2024-06-05T03:22:11 | ^~~~~~~~~~~~~~
2024-06-05T03:22:11 pixman-access.c:504:30: warning: '__dummy__a8r8g8b8' defined but not used [-Wunused-const-variable=]
2024-06-05T03:22:11 504 |     static const void *const __dummy__ ## format
2024-06-05T03:22:11 |                              ^~~~~~~~~
2024-06-05T03:22:11 pixman-access.c:506:1: note: in expansion of macro 'MAKE_ACCESSORS'
2024-06-05T03:22:11 506 | MAKE_ACCESSORS(a8r8g8b8);
2024-06-05T03:22:11 | ^~~~~~~~~~~~~~
2024-06-05T03:22:13 Makefile:515: recipe for target 'all-recursive' failed
2024-06-05T03:22:13 make[3]: *** [all-recursive] Error 1
2024-06-05T03:22:13 Makefile:422: recipe for target 'all' failed
2024-06-05T03:22:13 make[2]: *** [all] Error 2
2024-06-05T03:22:13 package/pkg-generic.mk:313: recipe for target '/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built' failed
2024-06-05T03:22:13 make[1]: *** [/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built] Error 2
2024-06-05T03:22:13 Makefile:114: recipe for target '_all' failed
2024-06-05T03:22:13 make: *** [_all] Error 2
2024-06-05T03:22:13 make: Leaving directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:25:28 make: Entering directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:25:37 /usr/bin/make -j1 O=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
2024-06-05T03:25:38 GEN     /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/Makefile
2024-06-05T03:25:39 >>> pixman 0.42.2 Building
2024-06-05T03:25:39 PATH="/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/bin:/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"  /usr/bin/make -j2  -C /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/
2024-06-05T03:25:39 /usr/bin/make  all-recursive
2024-06-05T03:25:39 Making all in pixman
2024-06-05T03:25:39 CC       pixman-access-accessors.lo
2024-06-05T03:25:39 CC       pixman.lo
2024-06-05T03:25:39 In file included from pixman.c:36:
2024-06-05T03:25:39 /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory
2024-06-05T03:25:39 42 | #include "drmrga.h"
2024-06-05T03:25:39 |          ^~~~~~~~~~
2024-06-05T03:25:39 compilation terminated.
2024-06-05T03:25:39 Makefile:934: recipe for target 'pixman.lo' failed
2024-06-05T03:25:39 make[4]: *** [pixman.lo] Error 1
2024-06-05T03:25:39 make[4]: *** Waiting for unfinished jobs....
2024-06-05T03:25:41 Makefile:515: recipe for target 'all-recursive' failed
2024-06-05T03:25:41 make[3]: *** [all-recursive] Error 1
2024-06-05T03:25:41 Makefile:422: recipe for target 'all' failed
2024-06-05T03:25:41 make[2]: *** [all] Error 2
2024-06-05T03:25:41 package/pkg-generic.mk:313: recipe for target '/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built' failed
2024-06-05T03:25:41 make[1]: *** [/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built] Error 2
2024-06-05T03:25:41 Makefile:114: recipe for target '_all' failed
2024-06-05T03:25:41 make: *** [_all] Error 2
2024-06-05T03:25:41 make: Leaving directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:30:33 make: Entering directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:30:42 /usr/bin/make -j1 O=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
2024-06-05T03:30:43 GEN     /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/Makefile
2024-06-05T03:30:44 >>> pixman 0.42.2 Building
2024-06-05T03:30:44 PATH="/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/bin:/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"  /usr/bin/make -j2  -C /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/
2024-06-05T03:30:44 /usr/bin/make  all-recursive
2024-06-05T03:30:44 Making all in pixman
2024-06-05T03:30:44 CC       pixman.lo
2024-06-05T03:30:44 CC       pixman-bits-image.lo
2024-06-05T03:30:44 In file included from pixman.c:36:
2024-06-05T03:30:44 /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory
2024-06-05T03:30:44 42 | #include "drmrga.h"
2024-06-05T03:30:44 |          ^~~~~~~~~~
2024-06-05T03:30:44 compilation terminated.
2024-06-05T03:30:44 Makefile:934: recipe for target 'pixman.lo' failed
2024-06-05T03:30:44 make[4]: *** [pixman.lo] Error 1
2024-06-05T03:30:44 make[4]: *** Waiting for unfinished jobs....
2024-06-05T03:30:45 Makefile:515: recipe for target 'all-recursive' failed
2024-06-05T03:30:45 make[3]: *** [all-recursive] Error 1
2024-06-05T03:30:45 Makefile:422: recipe for target 'all' failed
2024-06-05T03:30:45 make[2]: *** [all] Error 2
2024-06-05T03:30:45 package/pkg-generic.mk:313: recipe for target '/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built' failed
2024-06-05T03:30:45 make[1]: *** [/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built] Error 2
2024-06-05T03:30:45 Makefile:114: recipe for target '_all' failed
2024-06-05T03:30:45 make: *** [_all] Error 2
2024-06-05T03:30:45 make: Leaving directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:35:04 make: Entering directory '/home/lxk/proj/rk3588_sdk/buildroot'
2024-06-05T03:35:13 /usr/bin/make -j1 O=/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
2024-06-05T03:35:14 GEN     /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/Makefile
2024-06-05T03:35:14 >>> pixman 0.42.2 Building
2024-06-05T03:35:14 PATH="/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/bin:/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"  /usr/bin/make -j2  -C /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/
2024-06-05T03:35:15 /usr/bin/make  all-recursive
2024-06-05T03:35:15 Making all in pixman
2024-06-05T03:35:15 CC       pixman-combine32.lo
2024-06-05T03:35:15 CC       pixman.lo
2024-06-05T03:35:15 In file included from pixman.c:36:
2024-06-05T03:35:15 /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory
2024-06-05T03:35:15 42 | #include "drmrga.h"
2024-06-05T03:35:15 |          ^~~~~~~~~~
2024-06-05T03:35:15 compilation terminated.
2024-06-05T03:35:15 Makefile:934: recipe for target 'pixman.lo' failed
2024-06-05T03:35:15 make[4]: *** [pixman.lo] Error 1
2024-06-05T03:35:15 make[4]: *** Waiting for unfinished jobs....
2024-06-05T03:35:16 Makefile:515: recipe for target 'all-recursive' failed
2024-06-05T03:35:16 make[3]: *** [all-recursive] Error 1
2024-06-05T03:35:16 Makefile:422: recipe for target 'all' failed
2024-06-05T03:35:16 make[2]: *** [all] Error 2
2024-06-05T03:35:16 package/pkg-generic.mk:313: recipe for target '/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built' failed
2024-06-05T03:35:16 make[1]: *** [/home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/build/pixman-0.42.2/.stamp_built] Error 2
2024-06-05T03:35:16 Makefile:114: recipe for target '_all' failed
2024-06-05T03:35:16 make: *** [_all] Error 2
2024-06-05T03:35:16 make: Leaving directory '/home/lxk/proj/rk3588_sdk/buildroot'
Please check details in /home/lxk/proj/rk3588_sdk/.buildroot/br.log
Command exited with non-zero status 1
you take 0:14.50 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 1376:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $RK_CFG_BUILDROOT $DST_DIR
lxk@ubuntu:~/proj/rk3588_sdk$


其中
2024-06-05T03:46:57 /home/lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory
2024-06-05T03:46:57 42 | #include "drmrga.h"
2024-06-05T03:46:57 |          ^~~~~~~~~~
为报错部分,目测是缺少文件或者文件版本不正确。
作者: 板蓝根    时间: 2024-6-6 09:37


wiki 已经明确了不能使用 root 来编译,不然会产生很多未知问题
作者: lxk584213344    时间: 2024-6-6 09:48
没用root呀,内核和boot都可以编译,到rootfs时显示编译错误,显示在编译 pixman 0.42.2 Building时,报错lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory

作者: lxk584213344    时间: 2024-6-7 17:23
板蓝根 发表于 2024-6-6 09:37
wiki 已经明确了不能使用 root 来编译,不然会产生很多未知问题


没用root呀,内核和boot都可以编译,到rootfs时显示编译错误,显示在编译 pixman 0.42.2 Building时,报错lxk/proj/rk3588_sdk/buildroot/output/firefly_rk3588/host/lib/gcc/aarch64-buildroot-linux-gnu/12.3.0/include-fixed/rga/RgaApi.h:42:10: fatal error: drmrga.h: No such file or directory




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1