Commit Graph

107 Commits (master)

Author SHA1 Message Date
Nir Soffer 447113560c
iso: Update to longterm kernel to 6.6.95 (#20995)
* iso: Update kernel to 6.6.95 for x86_64

Generated by running `make iso-menuconfig-x86_64` and updating kernel
version to longterm kernel 6.6.95 and kernel headers to 6.6.x, and then
running `make linux-menuconfig-x86_64` to update the linux config.

Additinally update hyperv-daemons package to use kernel 6.x.

* iso: Update kernel to 6.6.95 for aarch64

Generated by running `make iso-menuconfig-aarch64` and updating kernel
version to longterm kernel 6.6.95 and kernel headers to 6.6.x, and then
running `make linux-menuconfig-aarch64` to update the linux config.

* iso: Enable VirtIO GPU for krunkit driver

The krunkit driver exposes the host GPU via VirtIO GPU, enabling AI
workloads in the guest.

* Updating ISO to v1.36.0-1751445739-20995

---------

Co-authored-by: minikube-bot <minikube-bot@google.com>
2025-07-08 13:06:52 -07:00
Nir Soffer 77b44f9269
iso: Improve build and clean up configuration (#20991)
* iso: Extract buildroot target

Beofre we can build the iso, we need to clone and configure buildroot.
This is required to run iso-menuconfig-{arch}.

* iso: Extract iso-prepare-% target

This target prepare for building an iso or running menuconfig. With this
change we can run the {iso,linux}-menuconfig-{x86_64,aarch64} targets
without buidling the entire iso.

* iso: Fix linux-menuconfig-% target

Previouly it worked only after building the entire iso. Now we make this
target without building the iso or running iso-menuconfig.

On the first run this downloads and builds lot for packages required to
run the linux-menuconfig target, but it is much shorter than buidling
the entire iso.

* iso: Simplify linux-menuconfig-%

Preveviously we copied the defconfig manauly to the beoard config file.
This can be done using the special linux-update-defconfig target.

With this change we don't need to keep KERNEL_VERSION in the Makefile,
making future upgrade easier.

* iso: Update buildroot configuration for aarch64

Run `make iso-menuconfig-aarch64` without making any changes updates the
buildroot config. It seems that there were manual changes in the config
which are overwritten when running iso-menuconfig. Removing the manual
changes to make it easier to edit the configuration with kconfig.

* iso: Update buildroot configuration for x86_64

Same as the aarch64 change to make it easier to configure using kconfig.

* iso: Update linux configuration for aarch64

Same as iso-menuconfig-aarch64, run `make linux-menuconfig-aarch64` and
exit without any change to update the config. This seems to change the
order, removing manual changes from the config. This will make it easier
to configure using kconfig in the future.

* iso: Update linux configuration for x86_64

Same as the aarch64 changes to make it easier to configure using kconfig
in the future.

* iso: Disable all platform for aarch64

We run on qemu virt machine or apple virtualization so we don't need
support for all kinds of embeded Arm boards. This reduces the arm64 iso
size from 410 MiB to 392 MiB.

* Updating ISO to v1.36.0-1751221996-20991

* Updating ISO to v1.36.0-1751315722-20991

---------

Co-authored-by: minikube-bot <minikube-bot@google.com>
2025-07-01 14:21:57 -07:00
Timothée Ravier 41998cce1d defconfig: Remove R2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y 2024-02-22 20:00:53 +01:00
Timothée Ravier 61428ba99c defconfig: Update GRUB2_BUILTIN_CONFIG to EFI 2024-02-22 20:00:53 +01:00
Timothée Ravier efab92a104 package: Use tbb from buildroot 2024-02-22 20:00:53 +01:00
Timothée Ravier 67705b7eae package: Use pahole from buildroot 2024-02-22 20:00:53 +01:00
Timothée Ravier ca75dc5244 ISO: Update Linux kernel from 5.10.57 to 5.10.207
Inspired from https://github.com/kubernetes/minikube/pull/17093
2024-02-22 20:00:53 +01:00
Francis Laniel aa63b4fc94 Add back service to mount VirtualBox host directory into the guest.
Fixes: 770d41f21b ("Use kernel 5.10 for minikube.iso.")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-08-23 15:55:35 +02:00
Francis Laniel 6a0eea2298 Add eBPF related kernel options.
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-10 17:51:27 +01:00
Francis Laniel 770d41f21b Use kernel 5.10 for minikube.iso.
This commit jumps kernel version used in minikube.iso to 5.10.
To do so, the following kernel configuration options were added to
linux_*_defconfig:
- CONFIG_TMPFS to be able to use mount -t tmpfs in init.
- CONFIG_PCI to have network.
- CONFIG_BRIDGE_NETFILTER to have /proc/sys/net/bridge/bridge-nf-call-iptables
which is needed by kubeadm.

CONFIG_* relaed to vbox were added to linux_x86_64_defconfig and as consequence
vbox related packages were removed since vbox modules are available in
upstream kernel.

To compile falco module, CONFIG_FTRACE_* were added to linux_aarch64_defconfig.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Sharif Elgamal d1829f24ec small fixes 2022-05-06 14:52:37 -07:00
Sharif Elgamal b9b8ba11be revert x86_64 iso to BIOS until hyperv driver is fixed 2022-05-03 21:21:54 -07:00
Sharif Elgamal 68eb4b027f install the libcurl package to make curl work 2022-05-03 12:28:40 -07:00
Sharif Elgamal 64a1c9dfab update config to match buildroot version bump 2022-05-03 12:08:56 -07:00
Sharif Elgamal 0e098e3e6e Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64 2022-05-03 12:03:33 -07:00
Sharif Elgamal 7d140f86c1 readd configs dir 2022-04-26 11:55:29 -07:00
Sharif Elgamal 052cec1932 try using arch directory 2022-04-26 11:50:08 -07:00
Anders F Björklund 6e89be2721 Upgrade buildroot minor version 2022-04-09 17:48:38 +02:00
Anders F Björklund 7359332092 Upgrade buildroot minor version 2022-04-09 17:42:02 +02:00
Sharif Elgamal 65b300587c small config fixes for aarch64 2022-04-01 09:29:07 -07:00
Sharif Elgamal 5d385291cf remove sysdig kernel module 2022-03-30 11:18:48 -07:00
Sharif Elgamal f883f9e5b5 point to correct defconfig file 2022-03-30 09:35:54 -07:00
Anders F Björklund 265178883c Upgrade buildroot minor version 2022-03-20 17:36:55 +01:00
Sharif Elgamal 6bb593bec4 nevermind that did not work 2022-03-10 11:52:14 -08:00
Sharif Elgamal a10d67c38a let's try a 5.15 kernel 2022-03-10 10:36:27 -08:00
Sharif Elgamal 325ab07516 shuffling many things around 2022-03-09 15:24:06 -08:00
Sharif Elgamal 1b832674d3 fix config name reference 2022-03-03 18:06:26 -08:00
Sharif Elgamal 0f633902d8 name stuff arm64 2022-03-03 16:29:38 -08:00
Sharif Elgamal 2e3946ffa2 Merge branch 'narm1' of github.com:klaases/minikube into iso-arm64 2022-03-03 15:06:30 -08:00
klaases e2aa1ddd76 Remove commented defconfig settings 2022-02-16 15:07:56 -08:00
klaases 02461d3a80 Dev arm defconfig 2022-02-16 21:30:58 +00:00
klaases 296920b757 Working UEFI config 2022-02-16 19:21:37 +00:00
klaases 0135dbf438 Disable BR2_TARGET_ROOTFS_EXT2 2022-02-16 10:15:50 -08:00
klaases 8b42dc26e6 Increase BR2_TARGET_ROOTFS_EXT2_SIZE 2022-02-14 16:34:15 -08:00
klaases ef92c0f271 build iso with buildroot defaults 2022-02-14 14:19:24 -08:00
Steven Powell 9c81a86cfe
Merge pull request #13000 from cambridgesemantics/master
add BR2_PACKAGE_LIBFUSE  addresses  #12426
2022-01-04 13:43:56 -08:00
klaases b6e5f1fb0d Removed commented out configurations. 2021-12-15 23:36:36 +00:00
klaases f182f6905f Clean up new defconfig 2021-12-15 00:00:34 +00:00
klaases a9051b8e05 Working prototype of minikube ISO with UEFI 2021-12-14 22:29:25 +00:00
klaases a75d70c87d Try minikube_defconfig with default plus mk packages. 2021-12-13 14:09:42 -08:00
klaases 52b8418441 Add missing line breaks. 2021-12-13 11:56:24 -08:00
klaases e4f76a786e Add defconfig for testing. 2021-12-10 12:03:36 -08:00
klaases 27895574ef Remove duplicate entry. 2021-12-09 15:31:25 -08:00
klaases 4e7e63662b Remove resolved question. 2021-12-09 15:17:56 -08:00
klaases 70e8b1f80f Remove comments for needed files. 2021-12-09 15:14:26 -08:00
klaases 694c9cc0ef Bootloader ISO EFI Support 2021-12-07 15:56:07 -08:00
Frank Schwichtenberg 580759b124 add BR2_PACKAGE_LIBFUSE to address issue12426 2021-11-22 12:48:37 -05:00
Anders F Björklund f91a11192e Upgrade Buildroot to 2021.02 LTS with Linux 4.19
Upgrade kernel minor version to distribution default

Add patch to allow building go inside minikube mod

Add sysctl override to revert systemd 245+ rp_filter

BR2_PACKAGE_LUAJIT
    Make sure to build lua required for sysdig

BR2_PACKAGE_LZ4_PROGS
    Make sure to build lz4 required for preload

BR2_PACKAGE_UTIL_LINUX_BINARIES
    Make sure to build lsblk required for automount
2021-08-14 22:02:02 +02:00
Ilya Zuyev 68c4d072fe Revert "Merge pull request #11688 from afbjorklund/buildroot-2021.02"
This reverts commit 02abe7856c, reversing
changes made to 4d078ae82f.
2021-06-28 17:11:11 -07:00
Anders F Björklund 50a514c993 Synchronize config with Buildroot 2020.02
Compare generated .config between versions

Remaining differences: binutils, gcc, fuse

-BR2_BINUTILS_VERSION_2_32_X=y
+BR2_BINUTILS_VERSION_2_35_X=y

-BR2_GCC_VERSION_8_X=y
+BR2_GCC_VERSION_9_X=y

-BR2_PACKAGE_LIBFUSE=y
+BR2_PACKAGE_LIBFUSE3=y

And also the kernel versions, as intended.
2021-06-25 13:44:30 -07:00