Commit 0e8971b56c753fd713473dbcfa63d5efc9f700d2
1 parent
18cd3e0920
Exists in
master
and in
2 other branches
buildroot 설정 (not tested!)
Showing
2 changed files
with
67 additions
and
22 deletions
Show diff stats
buildroot/buildroot-2016.08.1/configs/imx6s_prime_oven_defconfig
@@ -30,22 +30,48 @@ BR2_PACKAGE_MMC_UTILS=y | @@ -30,22 +30,48 @@ BR2_PACKAGE_MMC_UTILS=y | ||
30 | BR2_PACKAGE_FBSET=y | 30 | BR2_PACKAGE_FBSET=y |
31 | BR2_PACKAGE_FB_TEST_APP=y | 31 | BR2_PACKAGE_FB_TEST_APP=y |
32 | BR2_PACKAGE_FBV=y | 32 | BR2_PACKAGE_FBV=y |
33 | +BR2_PACKAGE_QT5=y | ||
34 | +BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y | ||
35 | +BR2_PACKAGE_QT5BASE_CONCURRENT=y | ||
36 | +BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM=y | ||
37 | +BR2_PACKAGE_QT5BASE_WIDGETS=y | ||
38 | +BR2_PACKAGE_QT5BASE_DEFAULT_QPA="linuxfb" | ||
39 | +BR2_PACKAGE_QT5BASE_FONTCONFIG=y | ||
40 | +BR2_PACKAGE_QT5BASE_GIF=y | ||
41 | +BR2_PACKAGE_QT5BASE_JPEG=y | ||
42 | +BR2_PACKAGE_QT5BASE_PNG=y | ||
43 | +BR2_PACKAGE_QT5BASE_ICU=y | ||
44 | +BR2_PACKAGE_QT5BASE_TSLIB=y | ||
45 | +BR2_PACKAGE_QT5MULTIMEDIA=y | ||
46 | +BR2_PACKAGE_QJSON=y | ||
33 | BR2_PACKAGE_FREESCALE_IMX=y | 47 | BR2_PACKAGE_FREESCALE_IMX=y |
34 | BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y | 48 | BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y |
35 | -BR2_PACKAGE_FIRMWARE_IMX=y | 49 | +BR2_PACKAGE_IMX_GPU_VIV=y |
36 | BR2_PACKAGE_I2C_TOOLS=y | 50 | BR2_PACKAGE_I2C_TOOLS=y |
37 | BR2_PACKAGE_MEMTESTER=y | 51 | BR2_PACKAGE_MEMTESTER=y |
38 | -BR2_PACKAGE_FONTCONFIG=y | ||
39 | -BR2_PACKAGE_TSLIB=y | 52 | +BR2_PACKAGE_LIBIMXVPUAPI=y |
40 | BR2_PACKAGE_LIBGLIB2=y | 53 | BR2_PACKAGE_LIBGLIB2=y |
41 | -BR2_PACKAGE_PCRE_16=y | ||
42 | BR2_PACKAGE_ETHTOOL=y | 54 | BR2_PACKAGE_ETHTOOL=y |
43 | -BR2_PACKAGE_IPERF3=y | 55 | +BR2_PACKAGE_IPERF=y |
56 | +BR2_PACKAGE_IW=y | ||
44 | BR2_PACKAGE_LRZSZ=y | 57 | BR2_PACKAGE_LRZSZ=y |
45 | BR2_PACKAGE_OPENSSH=y | 58 | BR2_PACKAGE_OPENSSH=y |
46 | BR2_PACKAGE_WGET=y | 59 | BR2_PACKAGE_WGET=y |
47 | BR2_PACKAGE_WHOIS=y | 60 | BR2_PACKAGE_WHOIS=y |
61 | +BR2_PACKAGE_WIRELESS_TOOLS=y | ||
62 | +BR2_PACKAGE_WIRELESS_TOOLS_LIB=y | ||
63 | +BR2_PACKAGE_WPA_SUPPLICANT=y | ||
64 | +BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y | ||
65 | +BR2_PACKAGE_WPA_SUPPLICANT_WIFI_DISPLAY=y | ||
66 | +BR2_PACKAGE_WPA_SUPPLICANT_AUTOSCAN=y | ||
67 | +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y | ||
68 | +BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT=y | ||
69 | +BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y | ||
70 | +BR2_PACKAGE_WPA_SUPPLICANT_WPS=y | ||
71 | +BR2_PACKAGE_WPA_SUPPLICANT_CLI=y | ||
72 | +BR2_PACKAGE_WPA_SUPPLICANT_WPA_CLIENT_SO=y | ||
73 | +BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y | ||
48 | BR2_TARGET_ROOTFS_EXT2=y | 74 | BR2_TARGET_ROOTFS_EXT2=y |
49 | -BR2_TARGET_ROOTFS_EXT2_BLOCKS=65536 | 75 | +BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072 |
50 | BR2_TARGET_ROOTFS_EXT2_GZIP=y | 76 | BR2_TARGET_ROOTFS_EXT2_GZIP=y |
51 | # BR2_TARGET_ROOTFS_TAR is not set | 77 | # BR2_TARGET_ROOTFS_TAR is not set |
buildroot/buildroot-2016.08.1/configs/imx6s_prime_oven_toolchain_defconfig
@@ -12,44 +12,63 @@ BR2_PACKAGE_HOST_GDB=y | @@ -12,44 +12,63 @@ BR2_PACKAGE_HOST_GDB=y | ||
12 | BR2_PACKAGE_HOST_GDB_PYTHON=y | 12 | BR2_PACKAGE_HOST_GDB_PYTHON=y |
13 | BR2_TARGET_GENERIC_HOSTNAME="imx6s" | 13 | BR2_TARGET_GENERIC_HOSTNAME="imx6s" |
14 | BR2_TARGET_GENERIC_ISSUE="Welcome to falinux" | 14 | BR2_TARGET_GENERIC_ISSUE="Welcome to falinux" |
15 | +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y | ||
15 | BR2_TARGET_GENERIC_ROOT_PASSWD="root" | 16 | BR2_TARGET_GENERIC_ROOT_PASSWD="root" |
16 | BR2_SYSTEM_BIN_SH_BASH=y | 17 | BR2_SYSTEM_BIN_SH_BASH=y |
17 | BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" | 18 | BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" |
18 | BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y | 19 | BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y |
19 | -BR2_PACKAGE_GSTREAMER1=y | ||
20 | -BR2_PACKAGE_GST1_PLUGINS_GOOD=y | ||
21 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y | ||
22 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y | ||
23 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y | ||
24 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV=y | ||
25 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y | ||
26 | -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y | ||
27 | -BR2_PACKAGE_GST1_IMX=y | ||
28 | -BR2_PACKAGE_GST1_LIBAV=y | ||
29 | -BR2_PACKAGE_GDB=y | 20 | +BR2_PACKAGE_BUSYBOX_WATCHDOG=y |
21 | +BR2_PACKAGE_ALSA_UTILS=y | ||
22 | +BR2_PACKAGE_ALSA_UTILS_AMIXER=y | ||
23 | +BR2_PACKAGE_ALSA_UTILS_APLAY=y | ||
30 | BR2_PACKAGE_DOSFSTOOLS=y | 24 | BR2_PACKAGE_DOSFSTOOLS=y |
31 | BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y | 25 | BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y |
32 | BR2_PACKAGE_E2TOOLS=y | 26 | BR2_PACKAGE_E2TOOLS=y |
27 | +BR2_PACKAGE_MMC_UTILS=y | ||
28 | +BR2_PACKAGE_FBSET=y | ||
29 | +BR2_PACKAGE_FB_TEST_APP=y | ||
30 | +BR2_PACKAGE_FBV=y | ||
33 | BR2_PACKAGE_QT5=y | 31 | BR2_PACKAGE_QT5=y |
34 | BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y | 32 | BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y |
35 | -BR2_PACKAGE_QT5BASE_EXAMPLES=y | 33 | +BR2_PACKAGE_QT5BASE_CONCURRENT=y |
34 | +BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM=y | ||
36 | BR2_PACKAGE_QT5BASE_WIDGETS=y | 35 | BR2_PACKAGE_QT5BASE_WIDGETS=y |
36 | +BR2_PACKAGE_QT5BASE_DEFAULT_QPA="linuxfb" | ||
37 | BR2_PACKAGE_QT5BASE_FONTCONFIG=y | 37 | BR2_PACKAGE_QT5BASE_FONTCONFIG=y |
38 | BR2_PACKAGE_QT5BASE_GIF=y | 38 | BR2_PACKAGE_QT5BASE_GIF=y |
39 | BR2_PACKAGE_QT5BASE_JPEG=y | 39 | BR2_PACKAGE_QT5BASE_JPEG=y |
40 | BR2_PACKAGE_QT5BASE_PNG=y | 40 | BR2_PACKAGE_QT5BASE_PNG=y |
41 | +BR2_PACKAGE_QT5BASE_ICU=y | ||
42 | +BR2_PACKAGE_QT5BASE_TSLIB=y | ||
41 | BR2_PACKAGE_QT5MULTIMEDIA=y | 43 | BR2_PACKAGE_QT5MULTIMEDIA=y |
44 | +BR2_PACKAGE_QJSON=y | ||
42 | BR2_PACKAGE_FREESCALE_IMX=y | 45 | BR2_PACKAGE_FREESCALE_IMX=y |
43 | BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y | 46 | BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y |
44 | -BR2_PACKAGE_FIRMWARE_IMX=y | 47 | +BR2_PACKAGE_IMX_GPU_VIV=y |
45 | BR2_PACKAGE_I2C_TOOLS=y | 48 | BR2_PACKAGE_I2C_TOOLS=y |
46 | -BR2_PACKAGE_ALSA_LIB=y | ||
47 | -BR2_PACKAGE_TSLIB=y | 49 | +BR2_PACKAGE_MEMTESTER=y |
50 | +BR2_PACKAGE_LIBIMXVPUAPI=y | ||
51 | +BR2_PACKAGE_LIBGLIB2=y | ||
48 | BR2_PACKAGE_ETHTOOL=y | 52 | BR2_PACKAGE_ETHTOOL=y |
49 | -BR2_PACKAGE_IPERF3=y | 53 | +BR2_PACKAGE_IPERF=y |
54 | +BR2_PACKAGE_IW=y | ||
50 | BR2_PACKAGE_LRZSZ=y | 55 | BR2_PACKAGE_LRZSZ=y |
51 | BR2_PACKAGE_OPENSSH=y | 56 | BR2_PACKAGE_OPENSSH=y |
52 | BR2_PACKAGE_WGET=y | 57 | BR2_PACKAGE_WGET=y |
58 | +BR2_PACKAGE_WHOIS=y | ||
59 | +BR2_PACKAGE_WIRELESS_TOOLS=y | ||
60 | +BR2_PACKAGE_WIRELESS_TOOLS_LIB=y | ||
61 | +BR2_PACKAGE_WPA_SUPPLICANT=y | ||
62 | +BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y | ||
63 | +BR2_PACKAGE_WPA_SUPPLICANT_WIFI_DISPLAY=y | ||
64 | +BR2_PACKAGE_WPA_SUPPLICANT_AUTOSCAN=y | ||
65 | +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y | ||
66 | +BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT=y | ||
67 | +BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y | ||
68 | +BR2_PACKAGE_WPA_SUPPLICANT_WPS=y | ||
69 | +BR2_PACKAGE_WPA_SUPPLICANT_CLI=y | ||
70 | +BR2_PACKAGE_WPA_SUPPLICANT_WPA_CLIENT_SO=y | ||
71 | +BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y | ||
53 | BR2_TARGET_ROOTFS_EXT2=y | 72 | BR2_TARGET_ROOTFS_EXT2=y |
54 | BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072 | 73 | BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072 |
55 | BR2_TARGET_ROOTFS_EXT2_GZIP=y | 74 | BR2_TARGET_ROOTFS_EXT2_GZIP=y |