Skip to content

Commit

Permalink
Buildroot 2021-02 (rc 2)
Browse files Browse the repository at this point in the history
We use kernel 4.19.172 (LTS), as the current LTS (5.10) doesn't play
nicely with Plan 9 FS in v86
  • Loading branch information
urish committed Feb 19, 2021
1 parent 313ac1b commit 239accc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rastasheep/ubuntu-sshd:18.04

# Buildroot version to use
ARG BUILD_ROOT_RELEASE=2018.02
ARG BUILD_ROOT_RELEASE=2021.02-rc2
# Root password for SSH
ARG ROOT_PASSWORD=browser-vm

Expand Down
4 changes: 3 additions & 1 deletion buildroot-v86/configs/v86_defconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
BR2_x86_pentiumpro=y
BR2_CCACHE=y
BR2_KERNEL_HEADERS_4_15=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_v86_PATH)/board/v86/rootfs_overlay/"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_v86_PATH)/board/v86/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.172"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_v86_PATH)/board/v86/linux.config"
BR2_PACKAGE_NANO=y
Expand Down

0 comments on commit 239accc

Please sign in to comment.