• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/configs/linksprite_pcduino_defconfig
Sergey MatyukevichSergey Matyukevich committed 3f7c3c3c25e12 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Architecture
2
BR2_arm=y
3
BR2_cortex_a8=y
4
​
5
# System settings
6
BR2_TARGET_GENERIC_HOSTNAME="pcduino"
7
BR2_TARGET_GENERIC_ISSUE="pcDuino buildroot is ready"
8
​
9
# Serial port config
10
BR2_TARGET_GENERIC_GETTY=y
11
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
12
​
13
# SD image scripts
14
BR2_ROOTFS_POST_BUILD_SCRIPT="board/linksprite/pcduino/post-build.sh"
15
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/linksprite/pcduino/post-image.sh"
16
​
17
# For kernel modules autoloading
18
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
19
​
20
# Linux headers same as kernel, a 4.6 series
21
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_6=y
22
​
23
# Kernel
24
BR2_LINUX_KERNEL=y
25
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
26
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.6"
27
BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
28
BR2_LINUX_KERNEL_DTS_SUPPORT=y
29
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun4i-a10-pcduino"
30
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/linksprite/pcduino/linux-extras.config"
31
​
32
# Filesystem
33
BR2_TARGET_ROOTFS_EXT2=y
34
BR2_TARGET_ROOTFS_EXT2_4=y
35
​
36
# U-Boot
37
BR2_TARGET_UBOOT=y
38
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
39
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
40
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.05"
41
BR2_TARGET_UBOOT_USE_DEFCONFIG=y
42
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Linksprite_pcDuino"
43
BR2_TARGET_UBOOT_NEEDS_DTC=y
44
BR2_TARGET_UBOOT_FORMAT_BIN=y
45
BR2_TARGET_UBOOT_SPL=y
46
BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
47
​
48
# Host packages
49
BR2_PACKAGE_HOST_DOSFSTOOLS=y
50
BR2_PACKAGE_HOST_GENIMAGE=y
51
BR2_PACKAGE_HOST_MTOOLS=y
52
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
53
​
54
# Target packages: wireless support for pcduino-lite-wifi
55
BR2_PACKAGE_IW=y
56
BR2_PACKAGE_WIRELESS_TOOLS=y
57
BR2_PACKAGE_WIRELESS_TOOLS_LIB=y
58
BR2_PACKAGE_WPA_SUPPLICANT=y
59
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
60
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
61
BR2_PACKAGE_LINUX_FIRMWARE=y
62
BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX=y
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.