Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@debian:~# git clone https://github.com/dutchanddutch/bb-kernel.git
- root@debian:~# cd /root/bb-kernel/
- root@debian:~/bb-kernel# ./build_kernel.sh
- + Detected build host [Debian GNU/Linux 11 (bullseye)]
- + host: [x86_64]
- + git HEAD commit: [45ecd1613c22a4c17cf49fd8574fe1fe2b6205cf]
- /root/bb-kernel/tools/host_det.sh: 49: /root/bb-kernel/version.sh: BUILD+=-dd19: not found
- ///////////// Commented BUILD+=-dd19 line in version.sh /////////////////////////////////////
- root@debian:~/bb-kernel# ./build_kernel.sh
- + Detected build host [Debian GNU/Linux 11 (bullseye)]
- + host: [x86_64]
- + git HEAD commit: [45ecd1613c22a4c17cf49fd8574fe1fe2b6205cf]
- -----------------------------
- scripts/gcc: Using: arm-linux-gnueabihf-gcc (Linaro GCC 7.3-2018.05) 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701]
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- -----------------------------
- CROSS_COMPILE=/root/bb-kernel/dl/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
- scripts/git: [git version 2.30.2]
- -----------------------------
- scripts/git: LINUX_GIT not defined in system.sh
- using default location: /root/bb-kernel/ignore/linux-src/
- -----------------------------
- scripts/git: Debug: LINUX_GIT is setup as: [/root/bb-kernel/ignore/linux-src].
- scripts/git: [url=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git]
- -----------------------------
- fatal: Resolve operation not in progress, we are not resuming.
- /usr/bin/git tree is clean...
- [v4.14.78-bone17 50ab589e658f] empty cleanup commit
- HEAD is now at 50ab589e658f empty cleanup commit
- Updating files: 100% (93217/93217), done.
- Switched to branch 'master'
- Your branch is ahead of 'origin/master' by 1 commit.
- (use "git push" to publish your local commits)
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- Deleted branch v4.14.78-bone17 (was 50ab589e658f).
- Updating files: 100% (93050/93050), done.
- Switched to a new branch 'v4.14.78-bone17'
- v4.14.78
- Starting patch.sh
- dir: WireGuard
- Applying: merge: WireGuard
- dir: drivers/ti/firmware
- Applying: add am33x firmware
- dir: reverts
- Applying: Revert "eeprom: at24: check if the chip is functional in probe()"
- dir: drivers/ar1021_i2c
- Applying: ar1021_i2c: add invert/swap options
- Applying: ar1021_i2c.c: introduce offsets to manually re-calbrate screen
- dir: drivers/btrfs
- Applying: btrfs: raid6: pick either raid6_neonx2 or raid6_intx4, saves 1 second on bootup
- dir: drivers/pwm
- Applying: pwm: Create device class for pwm channels
- dir: drivers/sound
- Applying: ASoC: add generic TDM codec
- Applying: make tdm-audio codec DT-configurable
- Applying: ASoC: wm8731: support osc by setting sysclk dir
- dir: drivers/spi
- Applying: NFM: spi: spidev: allow use of spidev in DT
- dir: drivers/ssd1306
- Applying: fb_ssd1306: add support for MikroElectronica OLED B Click
- dir: drivers/tps65217
- Applying: HACK: tps65217_pwr_but
- dir: drivers/opp
- Applying: cpufreq: opp: dont fail _opp_add_static_v2, temp till overlays repo moves to v4.14.x base
- dir: drivers/uio
- Applying: pinctrl: add getters for state and state name
- Applying: UIO: support pinctrl state selection
- dir: drivers/wiznet
- Applying: wiznet: w5100-spi: hack dt support for w5500
- dir: drivers/ti/bbb_overlays
- Applying: gitignore: Ignore DTB files
- Applying: omap: Fix crash when omap device is disabled
- Applying: serial: omap: Fix port line number without aliases
- Applying: tty: omap-serial: Fix up platform data alloc
- Applying: of: overlay: kobjectify overlay objects
- Applying: of: overlay: global sysfs enable attribute
- Applying: Documentation: ABI: overlays - global attributes
- Applying: Documentation: document of_overlay_disable parameter
- Applying: of: overlay: add per overlay sysfs attributes
- Applying: Documentation: ABI: overlays - per overlay docs
- Applying: of: dynamic: Add __of_node_dupv()
- Applying: of: changesets: Introduce changeset helper methods
- Applying: of: changeset: Add of_changeset_node_move method
- Applying: of: unittest: changeset helpers
- Applying: OF: DT-Overlay configfs interface (v7)
- Applying: ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used
- Applying: misc: Beaglebone capemanager
- Applying: doc: misc: Beaglebone capemanager documentation
- Applying: doc: dt: beaglebone cape manager bindings.
- Applying: doc: ABI: bone_capemgr sysfs API
- Applying: MAINTAINERS: Beaglebone capemanager maintainer
- Applying: arm: dts: Enable beaglebone cape-manager
- Applying: of: overlay: Implement target index support
- Applying: of: unittest: Add indirect overlay target test
- Applying: doc: dt: Document the indirect overlay method.
- Applying: of: overlay: Introduce target root capability.
- Applying: of: unittest: Unit-tests for target root overlays.
- Applying: doc: dt: Document the target root overlay method
- Applying: RFC: Device overlay manager (PCI/USB + DT)
- Applying: of: rename *_node_sysfs to _node_post
- Applying: of: Support hashtable lookups for phandles
- Applying: of: unittest: hashed phandles unitest
- Applying: of: overlay: Pick up label symbols from overlays.
- Applying: bone_capemgr: uboot_capemgr_enabled flag
- Applying: bone_capemgr: kill with uboot flag
- Applying: fix: include/linux/of.h add linux/slab.h include
- dir: drivers/ti/cpsw
- Applying: cpsw: search for phy
- dir: drivers/ti/etnaviv
- Applying: ti: dra7: etnaviv: 2d acceleration
- dir: drivers/ti/eqep
- Applying: tieqep: forward port of Nathaniel Lewis eQEP driver
- Applying: tieqep: fix unhandled fault on eQEP register access
- dir: drivers/ti/mcasp
- Applying: ASoC: davinci_mcasp: 20-bit word support
- Applying: ASoC: davinci-mcasp: DIT and other fixes (work in progress)
- Applying: XXX mcasp driver hackery
- dir: drivers/ti/rpmsg
- Applying: ARM: samples seccomp no -m32
- dir: drivers/ti/serial
- Applying: quiet: 8250_omap.c use pr_info over pr_err
- dir: drivers/ti/spi
- Applying: am33xx: spi: we want spidev1/spidev2 for compability with v4.4/v4.9
- dir: drivers/ti/tsc
- Applying: ti_am335x_tsc.c driver
- Applying: ti_am335x_tsc: correct formula code to calculate pressure; fix touchscreen jitter problem
- dir: drivers/ti/uio
- Applying: Making the uio pruss driver work
- Applying: fix some uio_pruss braindamage
- Applying: uio_pruss: minor cleanup
- Applying: uio_pruss: fix unbalanced pm_runtime calls
- Applying: uio_pruss: add names to memory regions
- dir: drivers/ti/gpio
- Applying: BeagleBone pinmux helper
- Applying: am33xx: add gpio line names
- Applying: hack: gpiolib: yes we have drivers stomping on each other...
- dir: drivers/ti/sgx
- Applying: ARM: dts: am33xx: add DT node for gpu
- .git/rebase-apply/patch:32: trailing whitespace.
- warning: 1 line adds whitespace errors.
- Applying: ARM: dts: am437x: add DT node for gpu
- Applying: ARM: OMAP2+: Use pdata-quirks for sgx deassert_hardreset
- Applying: HACK: make sure drm_legacy_mmap is available for sgx
- dir: soc/ti
- Applying: sync: with ti-4.4
- Applying: ARM: dts: omap3-beagle: add i2c2
- Applying: ARM: dts: omap3-beagle-xm: spidev
- Applying: ARM: DTS: omap3-beagle.dts: enable twl4030-power-reset
- Applying: arm: dts: omap4: move emif so panda-es-b3 now boots
- Applying: omap3-beagle: fixes
- dir: soc/ti/bone_common
- Applying: ARM: dts: am335x-bone-common: update leds to match 3.8.13 kernel
- Applying: ARM: dts: am335x-bone-common: add collision and carrier sense pinmux
- Applying: ARM: dts: am335x-bone-common: disable running JTAG
- Applying: ARM: dts: am335x-bone-common: add no-capemgr.dtsi
- Applying: ARM: dts: am335x-bone-common: add am335x-bbw-bbb-base.h
- dir: soc/ti/uboot
- Applying: add: am335x-boneblack-uboot.dts
- Applying: am335x-bone-common: config-pin: carve out P9.19/P9.20
- dir: soc/ti/blue
- Applying: ARM: dts: Add am335x-boneblue: fix pin wl1835 uses for interrupt
- Applying: am335x-boneblue.dts: add usarts
- Applying: am335x-boneblue.dts: add dcan
- Applying: am335x-boneblue.dts: fix rtc off
- dir: soc/ti/sancloud
- Applying: add: am335x-sancloud-bbe
- dir: soc/ti/abbbi
- Applying: gpu: drm: i2c: add alternative adv7511 driver with audio support
- Applying: gpu: drm: i2c: adihdmi: componentize driver and huge reformat/cleanup
- Applying: ARM: dts: add Arrow BeagleBone Black Industrial dts
- Applying: drm/adihdmi: Drop dummy save/restore hooks
- Applying: drm/adihdmi: Pass 'name' to drm_encoder_init()
- Applying: adihdmi_drv: reg_default -> reg_sequence
- Applying: adihdmi_drv fix drm_of.h include
- dir: soc/ti/am335x_olimex_som
- Applying: ARM: dts: Add support for Olimex AM3352-SOM
- dir: soc/ti/beaglebone_capes
- Applying: ARM: dts: am335x-boneblack: enable wl1835mod cape support
- Applying: add: am335x-boneblack-bbbmini.dts
- Applying: add: lcd: am335x-boneblack-bbb-exp-c.dtb am335x-boneblack-bbb-exp-r.dtb
- Applying: bb: audio cape
- dir: soc/ti/pocketbeagle
- Applying: add: am335x-pocketbeagle.dtb
- Applying: am335x-pocketbeagle.dts: disable unrounted spi selects
- Applying: am335x-pocketbeagle.dts: fix spi add can0
- Applying: pocketbeagle: fix P2_24
- Applying: PocketBeagle: fix pruin default settings
- Applying: PocketBeagle: enable spidev1.0, P2_30 has spi_cs option
- Applying: am335x-pocketbeagle: fix rtc off
- dir: beaglebone/dtbs
- Applying: sync: am335x-peripheral/pinmux
- dir: beaglebone/generated
- Applying: auto generated: capes: add dtbs to makefile
- dir: local
- Applying: ARM: introduce pgprot_device()
- Applying: use pgprot_device for /dev/mem and uio
- Applying: WiP trying to achieve fast link up at boot
- Applying: HACK: suppress omap_voltage_late_init error
- Applying: ptp: cpts: initialize to raw monotonic time
- Applying: cpts: drop oldest event in favor of newer ones
- Applying: cpts: fix cpts_systim_read failures
- Applying: HACK: auto-ungate ehrpwm timebase clocks
- Applying: clocksource: add snapshot sysfs attribute
- Applying: clocksource: add timer-ti-ecap driver
- Applying: cpts: add cross-timestamping support
- Applying: cpts: deliver hw timestamp events to userspace
- Applying: XXX misc cpts stuff
- .git/rebase-apply/patch:253: space before tab in indent.
- cycles_b, clocksource_cyc2ns(cycles_b, cs->mult, cs->shift));
- warning: 1 line adds whitespace errors.
- Applying: HACK: suppress "no matching timers found" error
- dir: packaging
- Applying: packaging: sync builddeb changes
- patch.sh ran successfully
- [v4.14.78-bone17 dd2e2415322a] 4.14.78-bone17 patchset
- CLEAN .
- CLEAN .tmp_versions
- CLEAN scripts/basic
- CLEAN scripts/dtc
- CLEAN scripts/genksyms
- CLEAN scripts/kconfig
- CLEAN scripts/mod
- CLEAN scripts
- CLEAN include/config include/generated arch/arm/include/generated
- CLEAN .config
- HOSTCC scripts/basic/fixdep
- HOSTCC scripts/kconfig/conf.o
- SHIPPED scripts/kconfig/zconf.tab.c
- SHIPPED scripts/kconfig/zconf.lex.c
- HOSTCC scripts/kconfig/zconf.tab.o
- HOSTLD scripts/kconfig/conf
- #
- # configuration written to .config
- #
- '.config' -> '/root/bb-kernel/patches/ref_omap2plus_defconfig'
- '/root/bb-kernel/patches/defconfig' -> '.config'
- HOSTCC scripts/kconfig/mconf.o
- HOSTCC scripts/kconfig/lxdialog/checklist.o
- HOSTCC scripts/kconfig/lxdialog/util.o
- HOSTCC scripts/kconfig/lxdialog/inputbox.o
- HOSTCC scripts/kconfig/lxdialog/textbox.o
- HOSTCC scripts/kconfig/lxdialog/yesno.o
- HOSTCC scripts/kconfig/lxdialog/menubox.o
- HOSTLD scripts/kconfig/mconf
- scripts/kconfig/mconf Kconfig
- *** End of the configuration.
- *** Execute 'make' to start the build or try 'make help'.
- '.config' -> '/root/bb-kernel/patches/defconfig'
- -----------------------------
- make -j8 ARCH=arm LOCALVERSION=-bone17 CROSS_COMPILE="/root/bb-kernel/dl/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-" zImage modules
- -----------------------------
- scripts/kconfig/conf --silentoldconfig Kconfig
- CHK include/config/kernel.release
- SYSHDR arch/arm/include/generated/uapi/asm/unistd-common.h
- SYSHDR arch/arm/include/generated/uapi/asm/unistd-oabi.h
- SYSHDR arch/arm/include/generated/uapi/asm/unistd-eabi.h
- UPD include/config/kernel.release
- WRAP arch/arm/include/generated/uapi/asm/bitsperlong.h
- WRAP arch/arm/include/generated/uapi/asm/errno.h
- WRAP arch/arm/include/generated/uapi/asm/ioctl.h
- WRAP arch/arm/include/generated/uapi/asm/ipcbuf.h
- WRAP arch/arm/include/generated/uapi/asm/msgbuf.h
- WRAP arch/arm/include/generated/uapi/asm/param.h
- WRAP arch/arm/include/generated/uapi/asm/poll.h
- WRAP arch/arm/include/generated/uapi/asm/resource.h
- WRAP arch/arm/include/generated/uapi/asm/sembuf.h
- WRAP arch/arm/include/generated/uapi/asm/shmbuf.h
- WRAP arch/arm/include/generated/uapi/asm/siginfo.h
- CHK include/generated/uapi/linux/version.h
- WRAP arch/arm/include/generated/uapi/asm/sockios.h
- WRAP arch/arm/include/generated/uapi/asm/socket.h
- WRAP arch/arm/include/generated/uapi/asm/termbits.h
- UPD include/generated/uapi/linux/version.h
- WRAP arch/arm/include/generated/uapi/asm/termios.h
- CHK include/generated/utsrelease.h
- UPD include/generated/utsrelease.h
- WRAP arch/arm/include/generated/asm/clkdev.h
- WRAP arch/arm/include/generated/asm/current.h
- WRAP arch/arm/include/generated/asm/early_ioremap.h
- WRAP arch/arm/include/generated/asm/emergency-restart.h
- WRAP arch/arm/include/generated/asm/exec.h
- WRAP arch/arm/include/generated/asm/extable.h
- WRAP arch/arm/include/generated/asm/irq_regs.h
- WRAP arch/arm/include/generated/asm/kdebug.h
- WRAP arch/arm/include/generated/asm/local.h
- WRAP arch/arm/include/generated/asm/local64.h
- WRAP arch/arm/include/generated/asm/mm-arch-hooks.h
- WRAP arch/arm/include/generated/asm/msi.h
- WRAP arch/arm/include/generated/asm/parport.h
- WRAP arch/arm/include/generated/asm/preempt.h
- WRAP arch/arm/include/generated/asm/rwsem.h
- WRAP arch/arm/include/generated/asm/seccomp.h
- WRAP arch/arm/include/generated/asm/segment.h
- WRAP arch/arm/include/generated/asm/serial.h
- WRAP arch/arm/include/generated/asm/simd.h
- WRAP arch/arm/include/generated/asm/sizes.h
- WRAP arch/arm/include/generated/asm/timex.h
- WRAP arch/arm/include/generated/asm/trace_clock.h
- HOSTCC scripts/dtc/dtc.o
- HOSTCC scripts/dtc/flattree.o
- HOSTCC scripts/dtc/fstree.o
- HOSTCC scripts/dtc/data.o
- HOSTCC scripts/dtc/livetree.o
- HOSTCC scripts/genksyms/genksyms.o
- HOSTCC scripts/dtc/treesource.o
- HOSTCC scripts/dtc/srcpos.o
- HOSTCC scripts/dtc/checks.o
- HOSTCC scripts/dtc/util.o
- SHIPPED scripts/genksyms/parse.tab.c
- SHIPPED scripts/genksyms/lex.lex.c
- SHIPPED scripts/genksyms/parse.tab.h
- HOSTCC scripts/genksyms/parse.tab.o
- SHIPPED scripts/dtc/dtc-lexer.lex.c
- SHIPPED scripts/dtc/dtc-parser.tab.h
- SHIPPED scripts/dtc/dtc-parser.tab.c
- HOSTCC scripts/dtc/dtc-lexer.lex.o
- HOSTCC scripts/dtc/dtc-parser.tab.o
- HOSTCC scripts/genksyms/lex.lex.o
- CC scripts/mod/empty.o
- HOSTCC scripts/mod/mk_elfconfig
- SYSNR arch/arm/include/generated/asm/unistd-nr.h
- GEN arch/arm/include/generated/asm/mach-types.h
- CC scripts/mod/devicetable-offsets.s
- SYSTBL arch/arm/include/generated/calls-oabi.S
- SYSTBL arch/arm/include/generated/calls-eabi.S
- HOSTCC scripts/kallsyms
- HOSTCC scripts/recordmcount
- HOSTCC scripts/sortextable
- CHK scripts/mod/devicetable-offsets.h
- UPD scripts/mod/devicetable-offsets.h
- MKELF scripts/mod/elfconfig.h
- HOSTCC scripts/mod/modpost.o
- HOSTCC scripts/mod/file2alias.o
- CC kernel/bounds.s
- CHK include/generated/timeconst.h
- UPD include/generated/timeconst.h
- HOSTLD scripts/dtc/dtc
- HOSTCC scripts/mod/sumversion.o
- CHK include/generated/bounds.h
- UPD include/generated/bounds.h
- CC arch/arm/kernel/asm-offsets.s
- /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
- collect2: error: ld returned 1 exit status
- make[2]: *** [scripts/Makefile.host:111: scripts/dtc/dtc] Error 1
- make[1]: *** [scripts/Makefile.build:587: scripts/dtc] Error 2
- make[1]: *** Waiting for unfinished jobs....
- HOSTLD scripts/genksyms/genksyms
- CHK include/generated/asm-offsets.h
- UPD include/generated/asm-offsets.h
- CALL scripts/checksyscalls.sh
- HOSTLD scripts/mod/modpost
- make: *** [Makefile:568: scripts] Error 2
- root@debian:~/bb-kernel# arm-linux-gnueabihf-gcc --version
- arm-linux-gnueabihf-gcc (Linaro GCC 7.5-2019.12) 7.5.0
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- root@debian:~/bb-kernel#
Advertisement
Add Comment
Please, Sign In to add comment