2015-10-08 15:59:44 +02:00
|
|
|
# Architecture
|
|
|
|
BR2_sh=y
|
|
|
|
BR2_sh4eb=y
|
|
|
|
|
2015-11-19 01:38:30 +01:00
|
|
|
# System
|
2018-06-16 13:25:32 +02:00
|
|
|
BR2_GLOBAL_PATCH_DIR="board/qemu/sh4eb-r2d/patches"
|
2015-10-08 15:59:44 +02:00
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
|
|
|
|
|
2015-11-19 01:38:30 +01:00
|
|
|
# Filesystem
|
2015-10-08 15:59:44 +02:00
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
|
|
|
2019-02-12 23:24:13 +01:00
|
|
|
# Linux headers same as kernel, a 4.19 series
|
|
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
2015-10-08 15:59:44 +02:00
|
|
|
|
|
|
|
# Linux kernel
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
2019-02-12 23:24:13 +01:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
|
2015-10-08 15:59:44 +02:00
|
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
2018-06-02 22:07:20 +02:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4eb-r2d/linux.config"
|
2016-05-05 13:30:56 +02:00
|
|
|
BR2_LINUX_KERNEL_ZIMAGE=y
|