Changes between Version 61 and Version 62 of buildroot


Ignore:
Timestamp:
03/10/2025 07:58:56 PM (2 weeks ago)
Author:
Tim Harvey
Comment:

updated venice for 6.12 kernel

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v61 v62  
    282282BR2_LINUX_KERNEL_CUSTOM_GIT=y
    283283BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-venice.git"
    284 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.6.8-venice"
     284BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.12-venice"
    285285BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
    286 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.6_defconfig"
     286BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.12_defconfig"
    287287# filesystem options
    288288BR2_TARGET_ROOTFS_CPIO=y
     
    294294
    295295# fetch minimal kernel config for venice
    296 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.6_defconfig
     296wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.12_defconfig
    297297
    298298# build
     
    301301
    302302# 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/
     303cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/
    304304}}}
    305305
     
    318318BR2_LINUX_KERNEL_CUSTOM_GIT=y
    319319BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-venice.git"
    320 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.6.8-venice"
     320BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v6.12-venice"
    321321BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
    322 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.6_defconfig"
     322BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="venice_minimal_kernel_6.12_defconfig"
    323323# extra utils needed for basic testing and provisioning emmc
    324324BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
     
    356356
    357357# fetch minimal kernel config
    358 wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.6_defconfig
     358wget http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_6.12_defconfig
    359359
    360360# build
     
    363363
    364364# 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/
     365cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/
    366366}}}
    367367
     
    383383make -j8
    384384# 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/
     385cp output/build/linux-v6.12-venice/arch/arm64/boot/dts/freescale/imx8m*venice*dtb output/images/
    386386}}}
    387387
     
    406406
    407407A 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.6 kernel
     408 - Gateworks Venice Linux 6.12 kernel
    409409 - glibc with wide-char, locale, and c++ support
    410410 - screen (BR2_PACKAGE_SCREEN)