nxf93258@lsv07252:~/linux-source-code$ git clone https://source.codeaurora.org/external/imx/linux-imx -b lf-5.15.5-1.0.0 Cloning into 'linux-imx'... remote: Enumerating objects: 11087604, done. remote: Counting objects: 100% (45249/45249), done. remote: Compressing objects: 100% (13713/13713), done. remote: Total 11087604 (delta 33782), reused 39015 (delta 31436), pack-reused 11042355 Receiving objects: 100% (11087604/11087604), 4.23 GiB | 7.31 MiB/s, done. Resolving deltas: 100% (8835487/8835487), done. Note: switching to 'c1084c2773fc1005ed140db625399d5334d94a28'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false Updating files: 100% (75144/75144), done. nxf93258@lsv07252:~/linux-source-code$ nxf93258@lsv07252:~/linux-source-code$ ll total 44 drwxr-xr-x 11 nxf93258 nxp 4096 Feb 15 00:38 ./ drwx------ 33 nxf93258 nxp 4096 Feb 15 00:07 ../ drwxr-xr-x 2 nxf93258 nxp 4096 Nov 16 03:12 L5.10.72/ drwxr-xr-x 3 nxf93258 nxp 4096 Nov 14 03:36 L5.10.9_1.0.0/ drwxr-xr-x 4 nxf93258 nxp 4096 Oct 31 00:19 L5.15.32-2.0.0/ drwxr-xr-x 3 nxf93258 nxp 4096 Nov 2 23:51 L5.4.70_2.3.0/ drwxr-xr-x 2 nxf93258 nxp 4096 Nov 16 03:14 lf-5.10.35-2.0.0/ drwxr-xr-x 3 nxf93258 nxp 4096 Dec 15 23:07 lf-5.15.5-1.0.0_tmp/ drwxr-xr-x 25 nxf93258 nxp 4096 Feb 15 00:52 linux-imx/ drwxr-xr-x 3 nxf93258 nxp 4096 Dec 7 02:29 rel_imx_4.14.98_2.0.0_ga/ drwxr-xr-x 3 nxf93258 nxp 4096 Dec 6 20:51 rel_imx_4.14.98_2.2.0/ nxf93258@lsv07252:~/linux-source-code$ cd linux-imx/ nxf93258@lsv07252:~/linux-source-code/linux-imx$ ll total 992 drwxr-xr-x 25 nxf93258 nxp 4096 Feb 15 00:52 ./ drwxr-xr-x 11 nxf93258 nxp 4096 Feb 15 00:38 ../ drwxr-xr-x 25 nxf93258 nxp 4096 Feb 15 00:52 arch/ drwxr-xr-x 3 nxf93258 nxp 4096 Feb 15 00:52 block/ drwxr-xr-x 2 nxf93258 nxp 4096 Feb 15 00:52 certs/ -rw-r--r-- 1 nxf93258 nxp 17019 Feb 15 00:52 .clang-format -rw-r--r-- 1 nxf93258 nxp 59 Feb 15 00:52 .cocciconfig -rw-r--r-- 1 nxf93258 nxp 496 Feb 15 00:52 COPYING -rw-r--r-- 1 nxf93258 nxp 100996 Feb 15 00:52 CREDITS drwxr-xr-x 4 nxf93258 nxp 4096 Feb 15 00:52 crypto/ drwxr-xr-x 81 nxf93258 nxp 4096 Feb 15 00:52 Documentation/ drwxr-xr-x 139 nxf93258 nxp 4096 Feb 15 00:52 drivers/ drwxr-xr-x 83 nxf93258 nxp 4096 Feb 15 00:52 fs/ -rw-r--r-- 1 nxf93258 nxp 71 Feb 15 00:52 .get_maintainer.ignore drwxr-xr-x 8 nxf93258 nxp 4096 Feb 15 00:52 .git/ -rw-r--r-- 1 nxf93258 nxp 62 Feb 15 00:52 .gitattributes -rw-r--r-- 1 nxf93258 nxp 1959 Feb 15 00:52 .gitignore drwxr-xr-x 29 nxf93258 nxp 4096 Feb 15 00:52 include/ drwxr-xr-x 2 nxf93258 nxp 4096 Feb 15 00:52 init/ drwxr-xr-x 2 nxf93258 nxp 4096 Feb 15 00:52 ipc/ -rw-r--r-- 1 nxf93258 nxp 1327 Feb 15 00:52 Kbuild -rw-r--r-- 1 nxf93258 nxp 555 Feb 15 00:52 Kconfig drwxr-xr-x 20 nxf93258 nxp 4096 Feb 15 00:52 kernel/ drwxr-xr-x 21 nxf93258 nxp 12288 Feb 15 00:52 lib/ drwxr-xr-x 6 nxf93258 nxp 4096 Feb 15 00:52 LICENSES/ -rw-r--r-- 1 nxf93258 nxp 20412 Feb 15 00:52 .mailmap -rw-r--r-- 1 nxf93258 nxp 621367 Feb 15 00:52 MAINTAINERS -rw-r--r-- 1 nxf93258 nxp 36326 Feb 15 00:52 MAINTAINERS.NXP -rw-r--r-- 1 nxf93258 nxp 65578 Feb 15 00:52 Makefile drwxr-xr-x 5 nxf93258 nxp 4096 Feb 15 00:52 mm/ drwxr-xr-x 73 nxf93258 nxp 4096 Feb 15 00:52 net/ -rw-r--r-- 1 nxf93258 nxp 727 Feb 15 00:52 README drwxr-xr-x 34 nxf93258 nxp 4096 Feb 15 00:52 samples/ drwxr-xr-x 17 nxf93258 nxp 4096 Feb 15 00:52 scripts/ drwxr-xr-x 14 nxf93258 nxp 4096 Feb 15 00:52 security/ drwxr-xr-x 27 nxf93258 nxp 4096 Feb 15 00:52 sound/ drwxr-xr-x 38 nxf93258 nxp 4096 Feb 15 00:52 tools/ drwxr-xr-x 3 nxf93258 nxp 4096 Feb 15 00:52 usr/ drwxr-xr-x 4 nxf93258 nxp 4096 Feb 15 00:52 virt/ nxf93258@lsv07252:~/linux-source-code/linux-imx$ source /opt/fsl-imx-xwayland/5.15-kirkstone/environment-setup-armv8a-poky-linux nxf93258@lsv07252:~/linux-source-code/linux-imx$ echo $LDFLAGS -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now nxf93258@lsv07252:~/linux-source-code/linux-imx$ unset LDFLAGS nxf93258@lsv07252:~/linux-source-code/linux-imx$ echo $ARCH arm64 nxf93258@lsv07252:~/linux-source-code/linux-imx$ echo $CROSS_COMPILE aarch64-poky-linux- nxf93258@lsv07252:~/linux-source-code/linux-imx$ make distclean nxf93258@lsv07252:~/linux-source-code/linux-imx$ make defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'defconfig' arch/arm64/configs/defconfig:415:warning: override: reassigning to symbol TOUCHSCREEN_GOODIX arch/arm64/configs/defconfig:765:warning: override: reassigning to symbol DRM_PANEL_RAYDIUM_RM67191 arch/arm64/configs/defconfig:796:warning: override: reassigning to symbol DRM_IMX_DCSS arch/arm64/configs/defconfig:840:warning: override: reassigning to symbol SND_SOC_FSL_ASOC_CARD arch/arm64/configs/defconfig:843:warning: override: reassigning to symbol SND_SOC_IMX_SPDIF arch/arm64/configs/defconfig:1229:warning: override: reassigning to symbol IIO_ST_LSM6DSX # # configuration written to .config # nxf93258@lsv07252:~/linux-source-code/linux-imx$ make -j 8