Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 1 | BR2_arm=y |
| 2 | BR2_cortex_a8=y |
| 3 | BR2_ARM_FPU_VFPV3=y |
| 4 | BR2_KERNEL_MIRROR="http://ftp.fi.muni.cz/pub/linux/kernel/" |
| 5 | BR2_GNU_MIRROR="http://ftp.fi.muni.cz/pub/gnu/" |
| 6 | BR2_CPAN_MIRROR="http://ftp.fi.muni.cz/pub/CPAN/" |
| 7 | BR2_TOOLCHAIN_EXTERNAL=y |
Jan Kundrát | 56cc76f | 2017-03-31 15:43:27 +0200 | [diff] [blame] | 8 | BR2_TARGET_GENERIC_HOSTNAME="czechlight" |
| 9 | BR2_TARGET_GENERIC_ISSUE="Welcome to CzechLight" |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 10 | BR2_TARGET_GENERIC_PASSWD_SHA256=y |
| 11 | BR2_INIT_SYSTEMD=y |
| 12 | BR2_TARGET_GENERIC_GETTY_PORT="ttyO0" |
Jan Kundrát | f946a3e | 2017-03-29 15:27:59 +0200 | [diff] [blame] | 13 | BR2_SYSTEM_DHCP="eth0" |
Jan Kundrát | 8bc00cb | 2017-04-07 20:35:23 +0200 | [diff] [blame^] | 14 | BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/overlay/ $(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/overlay/" |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 15 | BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/post-image.sh" |
| 16 | BR2_LINUX_KERNEL=y |
| 17 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y |
| 18 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.18" |
| 19 | BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" |
Jan Kundrát | 56cc76f | 2017-03-31 15:43:27 +0200 | [diff] [blame] | 20 | BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/kconfig" |
Jan Kundrát | d0af3ae | 2017-03-31 14:49:09 +0200 | [diff] [blame] | 21 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
| 22 | BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y |
| 23 | BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/czechlight-bbb.dts" |
Jan Kundrát | 086e304 | 2017-03-31 16:37:26 +0200 | [diff] [blame] | 24 | BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/busybox-config" |
Jan Kundrát | 56cc76f | 2017-03-31 15:43:27 +0200 | [diff] [blame] | 25 | BR2_PACKAGE_AVAHI=y |
| 26 | BR2_PACKAGE_AVAHI_DAEMON=y |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 27 | BR2_PACKAGE_OPENSSH=y |
| 28 | BR2_PACKAGE_BASH=y |
Jan Kundrát | f946a3e | 2017-03-29 15:27:59 +0200 | [diff] [blame] | 29 | # BR2_PACKAGE_SYSTEMD_HWDB is not set |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 30 | BR2_PACKAGE_SYSTEMD_LOGIND=y |
Jan Kundrát | f946a3e | 2017-03-29 15:27:59 +0200 | [diff] [blame] | 31 | # BR2_PACKAGE_SYSTEMD_MYHOSTNAME is not set |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 32 | BR2_PACKAGE_UTIL_LINUX_AGETTY=y |
| 33 | BR2_PACKAGE_VIM=y |
| 34 | # BR2_PACKAGE_VIM_RUNTIME is not set |
| 35 | BR2_TARGET_ROOTFS_EXT2=y |
| 36 | BR2_TARGET_ROOTFS_EXT2_4=y |
Jan Kundrát | f228bc4 | 2017-03-28 22:57:22 +0200 | [diff] [blame] | 37 | BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072 |
Jan Kundrát | 4135459 | 2017-03-28 21:47:06 +0200 | [diff] [blame] | 38 | BR2_TARGET_BAREBOX=y |
| 39 | BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="am335x" |
| 40 | BR2_TARGET_BAREBOX_IMAGE_FILE="images/barebox-am33xx-beaglebone.img" |
| 41 | BR2_TARGET_BAREBOX_BAREBOXENV=y |
| 42 | BR2_TARGET_BAREBOX_CUSTOM_ENV=y |
| 43 | BR2_TARGET_BAREBOX_CUSTOM_ENV_PATH="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/barebox.env" |
| 44 | BR2_TARGET_BAREBOX_AUX=y |
| 45 | BR2_TARGET_BAREBOX_AUX_BOARD_DEFCONFIG="am335x_mlo" |
| 46 | BR2_TARGET_BAREBOX_AUX_IMAGE_FILE="images/barebox-am33xx-beaglebone-mlo.img" |
| 47 | BR2_PACKAGE_HOST_DOSFSTOOLS=y |
| 48 | BR2_PACKAGE_HOST_DTC=y |
| 49 | BR2_PACKAGE_HOST_GENIMAGE=y |
| 50 | BR2_PACKAGE_HOST_MTOOLS=y |
| 51 | CZECHLIGHT_NETCONF=y |