Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointing to the wireless disabled custom Linux kernel #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DesobedienteTecnologico
Copy link
Collaborator

@DesobedienteTecnologico DesobedienteTecnologico commented Aug 5, 2023

This overlap this PR which is old and had some conflicts.

Linux kernel PR as reference: SeedSigner/linux#1

@jdlcdl
Copy link

jdlcdl commented Aug 5, 2023

I'll be testing this pr merged with pr 55 and using seedsigner pr 416 as the app.

If I should be testing something in particular when it's done, please let me know.

@jdlcdl
Copy link

jdlcdl commented Aug 5, 2023

I believe ended up with this error, maybe 30m after starting the build.

 UPD     kernel/config_data
  CC      kernel/hung_task.o
  CC      kernel/seccomp.o
  CC      kernel/utsname_sysctl.o
  CC      kernel/latencytop.o
  CC      kernel/irq_work.o
  CC      kernel/jump_label.o
  CC      kernel/iomem.o
  CC      kernel/rseq.o
  GZIP    kernel/config_data.gz
  CC      kernel/configs.o
  AR      kernel/built-in.a
make[1]: *** [package/pkg-generic.mk:293: /output/build/linux-custom/.stamp_built] Error 2
make: *** [Makefile:23: _all] Error 2

Afterwards, I had no problem building for pr_55.

@jdlcdl
Copy link

jdlcdl commented Aug 6, 2023

This time I'm more certain.

I started in seedsigner-os at 0e155b7
Previously I'd tried building prs 55 and 57 together, this time I checked out 57 only, and built as usual.

Last lines were:

#
# configuration written to .config
#
>>> linux custom Configuring
>>> linux custom Building
/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /output/build/linux-custom//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /output/build/linux-custom//.config
PATH="/output/host/bin:/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/output/host/lib/pkgconfig:/output/host/share/pkgconfig" BR_BINARIES_DIR=/output/images KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=buildroot KBUILD_BUILD_HOST=buildroot KBUILD_BUILD_TIMESTAMP="Tue May  9 20:26:40 UTC 2023" KCFLAGS=-Wno-attribute-alias DTC_FLAGS=-@ /usr/bin/make -j5 HOSTCC="/output/host/bin/ccache /usr/bin/gcc -O2 -isystem /output/host/include -L/output/host/lib -Wl,-rpath,/output/host/lib" ARCH=arm INSTALL_MOD_PATH=/output/target CROSS_COMPILE="/output/host/bin/arm-Buildroot-linux-gnueabihf-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/output/host/sbin/depmod INSTALL_MOD_STRIP=1 -C /output/build/linux-custom all
  SYNC    include/config/auto.conf.cmd
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  
...

  CC      kernel/acct.o
  UPD     kernel/config_data
  CC      kernel/hung_task.o
  CC      kernel/seccomp.o
  CC      kernel/utsname_sysctl.o
  CC      kernel/latencytop.o
  CC      kernel/irq_work.o
  CC      kernel/jump_label.o
  CC      kernel/iomem.o
  CC      kernel/rseq.o
  GZIP    kernel/config_data.gz
  CC      kernel/configs.o
  AR      kernel/built-in.a
make[1]: *** [package/pkg-generic.mk:293: /output/build/linux-custom/.stamp_built] Error 2
make: *** [Makefile:23: _all] Error 2

.config files from /output and /output/build/linux-custom are attached.
output.config.txt
output_build_linux-custom.config.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants