Changes between Version 61 and Version 62 of buildroot
- Timestamp:
- 03/10/2025 07:58:56 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v61 v62 282 282 BR2_LINUX_KERNEL_CUSTOM_GIT=y 283 283 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-venice.git" 284 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6. 6.8-venice"284 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.12-venice" 285 285 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y 286 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6. 6_defconfig"286 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.12_defconfig" 287 287 # filesystem options 288 288 BR2_TARGET_ROOTFS_CPIO=y … … 294 294 295 295 # fetch minimal kernel config for venice 296 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6. 6_defconfig296 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.12_defconfig 297 297 298 298 # build … … 301 301 302 302 # copy venice DTB's to output dir (buildroot does not do this for you) 303 cp output/build/linux-v6. 6.8-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/303 cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/ 304 304 }}} 305 305 … … 318 318 BR2_LINUX_KERNEL_CUSTOM_GIT=y 319 319 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-venice.git" 320 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6. 6.8-venice"320 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.12-venice" 321 321 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y 322 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6. 6_defconfig"322 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.12_defconfig" 323 323 # extra utils needed for basic testing and provisioning emmc 324 324 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y … … 356 356 357 357 # fetch minimal kernel config 358 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6. 6_defconfig358 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.12_defconfig 359 359 360 360 # build … … 363 363 364 364 # copy venice DTB's to output dir (buildroot does not do this for you) 365 cp output/build/linux-v6. 6.8-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/365 cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/ 366 366 }}} 367 367 … … 383 383 make -j8 384 384 # copy venice DTB's to output dir (buildroot does not do this for you) 385 cp output/build/linux-v6. 6.8-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/385 cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/ 386 386 }}} 387 387 … … 406 406 407 407 A prebuilt image can be found [http://dev.gateworks.com/buildroot/venice/minimal here] which contains an image built from the above venice_example_defconfig 408 - Gateworks Venice Linux 6. 6kernel408 - Gateworks Venice Linux 6.12 kernel 409 409 - glibc with wide-char, locale, and c++ support 410 410 - screen (BR2_PACKAGE_SCREEN)