[FE training-materials-updates] Kernel labs: update NFS root

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Feb 3 06:03:27 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=f6c20fce67b6f79cf4252a339bd351473a64d314

>---------------------------------------------------------------

commit f6c20fce67b6f79cf4252a339bd351473a64d314
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Feb 3 05:37:15 2014 +0100

    Kernel labs: update NFS root
    
    - Add utils: oprofile, dtc, dropbear
      (dtc to check the contents of the device tree in a live system:
      dtc -I fs /proc/device-tree)
    
    - Add modinfo to BusyBox
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

f6c20fce67b6f79cf4252a339bd351473a64d314
 ...t-2013.08.1.config => buildroot-2013.11.config} |  291 ++++++++++++--------
 lab-data/linux/modules/data/busybox-1.21.x.config  |    4 +-
 lab-data/linux/modules/nfsroot.tar.xz              |  Bin 2592360 -> 3369152 bytes
 3 files changed, 184 insertions(+), 111 deletions(-)

diff --git a/lab-data/linux/modules/data/buildroot-2013.08.1.config b/lab-data/linux/modules/data/buildroot-2013.11.config
similarity index 92%
rename from lab-data/linux/modules/data/buildroot-2013.08.1.config
rename to lab-data/linux/modules/data/buildroot-2013.11.config
index ae6bb16..584b36e 100644
--- a/lab-data/linux/modules/data/buildroot-2013.08.1.config
+++ b/lab-data/linux/modules/data/buildroot-2013.11.config
@@ -1,9 +1,13 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Buildroot 2013.08.1 Configuration
+# Buildroot 2013.11 Configuration
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_HOSTARCH_NEEDS_IA32_LIBS=y
+
+#
+# Target options
+#
 # BR2_arcle is not set
 # BR2_arceb is not set
 BR2_arm=y
@@ -18,6 +22,7 @@ BR2_arm=y
 # BR2_mipsel is not set
 # BR2_mips64 is not set
 # BR2_mips64el is not set
+# BR2_nios2 is not set
 # BR2_powerpc is not set
 # BR2_sh is not set
 # BR2_sh64 is not set
@@ -79,6 +84,7 @@ BR2_WGET="wget --passive-ftp -nd -t 3"
 BR2_SVN="svn"
 BR2_BZR="bzr"
 BR2_GIT="git"
+BR2_CVS="cvs"
 BR2_LOCALFILES="cp"
 BR2_SCP="scp"
 BR2_SSH="ssh"
@@ -113,6 +119,7 @@ BR2_STRIP_EXCLUDE_DIRS=""
 # BR2_OPTIMIZE_2 is not set
 # BR2_OPTIMIZE_3 is not set
 BR2_OPTIMIZE_S=y
+# BR2_ENABLE_SSP is not set
 # BR2_PREFER_STATIC_LIB is not set
 BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk"
 BR2_GLOBAL_PATCH_DIR=""
@@ -123,6 +130,10 @@ BR2_GLOBAL_PATCH_DIR=""
 BR2_TOOLCHAIN_USES_GLIBC=y
 # BR2_TOOLCHAIN_BUILDROOT is not set
 BR2_TOOLCHAIN_EXTERNAL=y
+
+#
+# Linaro toolchains available for Cortex-A + EABIhf
+#
 BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305=y
 # BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 is not set
 # BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109 is not set
@@ -144,6 +155,7 @@ BR2_INSTALL_LIBSTDCPP=y
 BR2_TOOLCHAIN_HAS_THREADS=y
 BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
 BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
+BR2_TOOLCHAIN_HAS_SSP=y
 # BR2_ENABLE_LOCALE_PURGE is not set
 BR2_GENERATE_LOCALE=""
 BR2_USE_MMU=y
@@ -161,21 +173,26 @@ BR2_TARGET_GENERIC_PASSWD_MD5=y
 # BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
 # BR2_TARGET_GENERIC_PASSWD_SHA512 is not set
 BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
-# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
-# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set
-# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set
 BR2_INIT_BUSYBOX=y
 # BR2_INIT_SYSV is not set
 
 #
-# systemd requires largefile, wchar, IPv6, threads and udev support
+# systemd needs udev /dev management and a toolchain w/ largefile, wchar, IPv6, threads
 #
 # BR2_INIT_NONE is not set
+# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
+# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set
+# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set
 BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt"
 BR2_ROOTFS_SKELETON_DEFAULT=y
 # BR2_ROOTFS_SKELETON_CUSTOM is not set
 BR2_TARGET_GENERIC_ROOT_PASSWD=""
+BR2_TARGET_GENERIC_GETTY=y
+
+#
+# getty options
+#
 BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
@@ -185,6 +202,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
 BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200"
 BR2_TARGET_GENERIC_GETTY_TERM="vt100"
+BR2_TARGET_GENERIC_GETTY_OPTIONS=""
 BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y
 BR2_ROOTFS_OVERLAY=""
 BR2_ROOTFS_POST_BUILD_SCRIPT=""
@@ -198,6 +216,7 @@ BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 # BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
 # BR2_LINUX_KERNEL_CUSTOM_GIT is not set
+# BR2_LINUX_KERNEL_CUSTOM_HG is not set
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.5"
 BR2_LINUX_KERNEL_VERSION="3.11.5"
 BR2_LINUX_KERNEL_PATCH=""
@@ -241,8 +260,8 @@ BR2_PACKAGE_BUSYBOX_CONFIG="busybox-1.21.x.config"
 # BR2_PACKAGE_AUMIX is not set
 # BR2_PACKAGE_BELLAGIO is not set
 # BR2_PACKAGE_FAAD2 is not set
-# BR2_PACKAGE_FLAC is not set
 # BR2_PACKAGE_FFMPEG is not set
+# BR2_PACKAGE_FLAC is not set
 # BR2_PACKAGE_GSTREAMER is not set
 # BR2_PACKAGE_GSTREAMER1 is not set
 # BR2_PACKAGE_LAME is not set
@@ -274,37 +293,40 @@ BR2_PACKAGE_BUSYBOX_CONFIG="busybox-1.21.x.config"
 # BR2_PACKAGE_BONNIE is not set
 # BR2_PACKAGE_CACHE_CALIBRATOR is not set
 # BR2_PACKAGE_DHRYSTONE is not set
-# BR2_PACKAGE_DSTAT is not set
 # BR2_PACKAGE_DMALLOC is not set
 # BR2_PACKAGE_DROPWATCH is not set
+# BR2_PACKAGE_DSTAT is not set
+# BR2_PACKAGE_DUMA is not set
 # BR2_PACKAGE_GDB is not set
 # BR2_PACKAGE_IOZONE is not set
 # BR2_PACKAGE_KEXEC is not set
 # BR2_PACKAGE_LATENCYTOP is not set
 # BR2_PACKAGE_LMBENCH is not set
 # BR2_PACKAGE_LTP_TESTSUITE is not set
+# BR2_PACKAGE_LTRACE is not set
 # BR2_PACKAGE_LTTNG_MODULES is not set
 # BR2_PACKAGE_LTTNG_TOOLS is not set
-# BR2_PACKAGE_LTRACE is not set
 # BR2_PACKAGE_MEMSTAT is not set
 # BR2_PACKAGE_NETPERF is not set
-# BR2_PACKAGE_OPROFILE is not set
+BR2_PACKAGE_OPROFILE=y
 # BR2_PACKAGE_PAX_UTILS is not set
 BR2_PACKAGE_PERF=y
-# BR2_PACKAGE_RAMSPEED is not set
+# BR2_PACKAGE_PV is not set
 # BR2_PACKAGE_RAMSMP is not set
+# BR2_PACKAGE_RAMSPEED is not set
 # BR2_PACKAGE_RT_TESTS is not set
 BR2_PACKAGE_STRACE=y
 BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_TINYMEMBENCH is not set
-# BR2_PACKAGE_WHETSTONE is not set
+# BR2_PACKAGE_TRACE_CMD is not set
 # BR2_PACKAGE_VALGRIND is not set
-# BR2_PACKAGE_PV is not set
+# BR2_PACKAGE_WHETSTONE is not set
 
 #
 # Development tools
 #
-# BR2_PACKAGE_BINUTILS is not set
+BR2_PACKAGE_BINUTILS=y
+# BR2_PACKAGE_BINUTILS_TARGET is not set
 # BR2_PACKAGE_BISON is not set
 # BR2_PACKAGE_BSDIFF is not set
 # BR2_PACKAGE_CVS is not set
@@ -312,14 +334,42 @@ BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_FLEX is not set
 # BR2_PACKAGE_GIT is not set
 # BR2_PACKAGE_GPERF is not set
-# BR2_PACKAGE_MAKE is not set
+# BR2_PACKAGE_JQ is not set
 # BR2_PACKAGE_LIBTOOL is not set
 # BR2_PACKAGE_M4 is not set
+# BR2_PACKAGE_MAKE is not set
 # BR2_PACKAGE_PKGCONF is not set
 # BR2_PACKAGE_SSTRIP is not set
+# BR2_PACKAGE_SUBVERSION is not set
 # BR2_PACKAGE_TREE is not set
 
 #
+# Filesystem and flash utilities
+#
+# BR2_PACKAGE_CIFS_UTILS is not set
+# BR2_PACKAGE_CRAMFS is not set
+# BR2_PACKAGE_CURLFTPFS is not set
+# BR2_PACKAGE_DOSFSTOOLS is not set
+# BR2_PACKAGE_E2FSPROGS is not set
+# BR2_PACKAGE_ECRYPTFS_UTILS is not set
+# BR2_PACKAGE_EXFAT is not set
+# BR2_PACKAGE_EXFAT_UTILS is not set
+# BR2_PACKAGE_F2FS_TOOLS is not set
+# BR2_PACKAGE_FLASHBENCH is not set
+# BR2_PACKAGE_GENEXT2FS is not set
+# BR2_PACKAGE_GENROMFS is not set
+# BR2_PACKAGE_KOBS_NG is not set
+# BR2_PACKAGE_MAKEDEVS is not set
+# BR2_PACKAGE_MTD is not set
+# BR2_PACKAGE_NFS_UTILS is not set
+# BR2_PACKAGE_NTFS_3G is not set
+# BR2_PACKAGE_SQUASHFS is not set
+# BR2_PACKAGE_SSHFS is not set
+# BR2_PACKAGE_SUNXI_TOOLS is not set
+# BR2_PACKAGE_UNIONFS is not set
+# BR2_PACKAGE_XFSPROGS is not set
+
+#
 # Games
 #
 # BR2_PACKAGE_GNUCHESS is not set
@@ -337,7 +387,7 @@ BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_RRDTOOL is not set
 
 #
-# graphic libraries
+# Graphic libraries
 #
 # BR2_PACKAGE_CEGUI06 is not set
 # BR2_PACKAGE_DIRECTFB is not set
@@ -349,10 +399,11 @@ BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_IMAGEMAGICK is not set
 # BR2_PACKAGE_LINUX_FUSION is not set
 # BR2_PACKAGE_OCRAD is not set
+# BR2_PACKAGE_PSPLASH is not set
 # BR2_PACKAGE_SDL is not set
 
 #
-# other GUIs
+# Other GUIs
 #
 # BR2_PACKAGE_EFL is not set
 # BR2_PACKAGE_QT is not set
@@ -360,59 +411,34 @@ BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_XORG7 is not set
 
 #
-# weston requires udev
+# weston needs udev and a toolchain w/ threads
 #
 
 #
-# X libraries and helper libraries
+# X applications
 #
-# BR2_PACKAGE_LIBERATION is not set
-# BR2_PACKAGE_XKEYBOARD_CONFIG is not set
+# BR2_PACKAGE_GOB2 is not set
 
 #
-# X Window managers
+# midori needs libgtk2 and a toolchain w/ C++, wchar, threads
 #
 
 #
-# X applications
-#
-# BR2_PACKAGE_GOB2 is not set
-
-#
-# midori requires C++, WCHAR, threading in toolchain and libgtk2
+# X libraries and helper libraries
 #
+# BR2_PACKAGE_LIBERATION is not set
+# BR2_PACKAGE_XKEYBOARD_CONFIG is not set
 
 #
-# Filesystem and flash utilities
+# X window managers
 #
-# BR2_PACKAGE_CIFS_UTILS is not set
-# BR2_PACKAGE_CRAMFS is not set
-# BR2_PACKAGE_CURLFTPFS is not set
-# BR2_PACKAGE_DOSFSTOOLS is not set
-# BR2_PACKAGE_E2FSPROGS is not set
-# BR2_PACKAGE_ECRYPTFS_UTILS is not set
-# BR2_PACKAGE_EXFAT is not set
-# BR2_PACKAGE_EXFAT_UTILS is not set
-# BR2_PACKAGE_F2FS_TOOLS is not set
-# BR2_PACKAGE_FLASHBENCH is not set
-# BR2_PACKAGE_GENEXT2FS is not set
-# BR2_PACKAGE_GENROMFS is not set
-# BR2_PACKAGE_MAKEDEVS is not set
-# BR2_PACKAGE_MTD is not set
-# BR2_PACKAGE_NFS_UTILS is not set
-# BR2_PACKAGE_NTFS_3G is not set
-# BR2_PACKAGE_SQUASHFS is not set
-# BR2_PACKAGE_SSHFS is not set
-# BR2_PACKAGE_SUNXI_TOOLS is not set
-# BR2_PACKAGE_UNIONFS is not set
-# BR2_PACKAGE_XFSPROGS is not set
 
 #
 # Hardware handling
 #
 
 #
-# Misc devices firmwares
+# Firmware
 #
 # BR2_PACKAGE_AM33X_CM3 is not set
 # BR2_PACKAGE_B43_FIRMWARE is not set
@@ -421,15 +447,9 @@ BR2_PACKAGE_STRESS=y
 # BR2_PACKAGE_SUNXI_BOARDS is not set
 # BR2_PACKAGE_UX500_FIRMWARE is not set
 # BR2_PACKAGE_ZD1211_FIRMWARE is not set
-
-#
-# Freescale i.MX libraries
-#
-# BR2_PACKAGE_IMX_LIB is not set
-# BR2_PACKAGE_FIRMWARE_IMX is not set
-# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set
 # BR2_PACKAGE_A10DISP is not set
 # BR2_PACKAGE_CDRKIT is not set
+# BR2_PACKAGE_CRYPTSETUP is not set
 # BR2_PACKAGE_DBUS is not set
 # BR2_PACKAGE_DMRAID is not set
 # BR2_PACKAGE_DVB_APPS is not set
@@ -441,6 +461,13 @@ BR2_PACKAGE_EVTEST=y
 # BR2_PACKAGE_FCONFIG is not set
 # BR2_PACKAGE_FIS is not set
 # BR2_PACKAGE_FMTOOLS is not set
+
+#
+# Freescale i.MX libraries
+#
+# BR2_PACKAGE_IMX_LIB is not set
+# BR2_PACKAGE_FIRMWARE_IMX is not set
+# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set
 # BR2_PACKAGE_FXLOAD is not set
 # BR2_PACKAGE_GADGETFS_TEST is not set
 # BR2_PACKAGE_GPSD is not set
@@ -465,6 +492,7 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_NANOCOM is not set
 # BR2_PACKAGE_NEARD is not set
 # BR2_PACKAGE_OFONO is not set
+# BR2_PACKAGE_OLA is not set
 # BR2_PACKAGE_OPEN2300 is not set
 # BR2_PACKAGE_OPENOCD is not set
 
@@ -496,7 +524,7 @@ BR2_PACKAGE_I2C_TOOLS=y
 #
 
 #
-# udisks requires /dev mgmnt set to udev under System configuration and a toolchain with WCHAR and threading support
+# udisks needs udev /dev management and a toolchain w/ wchar, threads
 #
 # BR2_PACKAGE_USB_MODESWITCH is not set
 # BR2_PACKAGE_USB_MODESWITCH_DATA is not set
@@ -570,14 +598,16 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_BEECRYPT is not set
 # BR2_PACKAGE_CRYPTODEV is not set
 # BR2_PACKAGE_GNUTLS is not set
+# BR2_PACKAGE_LIBASSUAN is not set
 # BR2_PACKAGE_LIBGCRYPT is not set
 # BR2_PACKAGE_LIBGPG_ERROR is not set
 # BR2_PACKAGE_LIBGPGME is not set
-# BR2_PACKAGE_LIBASSUAN is not set
 # BR2_PACKAGE_LIBMCRYPT is not set
 # BR2_PACKAGE_LIBMHASH is not set
 # BR2_PACKAGE_LIBNSS is not set
+# BR2_PACKAGE_LIBSECRET is not set
 # BR2_PACKAGE_LIBSHA1 is not set
+# BR2_PACKAGE_LIBSSH2 is not set
 # BR2_PACKAGE_NETTLE is not set
 # BR2_PACKAGE_OPENSSL is not set
 # BR2_PACKAGE_POLARSSL is not set
@@ -611,6 +641,8 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_FONTCONFIG is not set
 # BR2_PACKAGE_FREETYPE is not set
 # BR2_PACKAGE_GD is not set
+# BR2_PACKAGE_GDK_PIXBUF is not set
+# BR2_PACKAGE_HARFBUZZ is not set
 # BR2_PACKAGE_IMLIB2 is not set
 # BR2_PACKAGE_JPEG is not set
 # BR2_PACKAGE_LCMS2 is not set
@@ -618,7 +650,6 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_LIBDMTX is not set
 # BR2_PACKAGE_LIBEXIF is not set
 # BR2_PACKAGE_LIBGEOTIFF is not set
-# BR2_PACKAGE_GDK_PIXBUF is not set
 # BR2_PACKAGE_LIBPNG is not set
 # BR2_PACKAGE_LIBQRENCODE is not set
 # BR2_PACKAGE_LIBRAW is not set
@@ -635,7 +666,7 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_WAYLAND is not set
 
 #
-# webkit requires libgtk2 and a toolchain with C++, WCHAR, threading support
+# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads
 #
 # BR2_PACKAGE_WEBP is not set
 # BR2_PACKAGE_ZXING is not set
@@ -644,7 +675,12 @@ BR2_PACKAGE_I2C_TOOLS=y
 # Hardware handling
 #
 # BR2_PACKAGE_CCID is not set
-# BR2_PACKAGE_DTC is not set
+BR2_PACKAGE_DTC=y
+BR2_PACKAGE_DTC_PROGRAMS=y
+
+#
+# dtdiff will not be installed: it requires bash
+#
 # BR2_PACKAGE_LCDAPI is not set
 # BR2_PACKAGE_LIBAIO is not set
 
@@ -652,8 +688,6 @@ BR2_PACKAGE_I2C_TOOLS=y
 # libatasmart requires udev to be enabled
 #
 # BR2_PACKAGE_LIBCEC is not set
-# BR2_PACKAGE_LIBRAW1394 is not set
-# BR2_PACKAGE_TSLIB is not set
 # BR2_PACKAGE_LIBFREEFARE is not set
 # BR2_PACKAGE_LIBFTDI is not set
 # BR2_PACKAGE_LIBHID is not set
@@ -661,7 +695,9 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_LIBNFC is not set
 # BR2_PACKAGE_LIBNFC_LLCP is not set
 # BR2_PACKAGE_LIBQMI is not set
+# BR2_PACKAGE_LIBRAW1394 is not set
 # BR2_PACKAGE_LIBSERIAL is not set
+# BR2_PACKAGE_LIBSOC is not set
 # BR2_PACKAGE_LIBUSB is not set
 # BR2_PACKAGE_LIBV4L is not set
 # BR2_PACKAGE_LIBXKBCOMMON is not set
@@ -669,6 +705,7 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_NE10 is not set
 # BR2_PACKAGE_NEARDAL is not set
 # BR2_PACKAGE_PCSC_LITE is not set
+# BR2_PACKAGE_TSLIB is not set
 # BR2_PACKAGE_URG is not set
 
 #
@@ -685,11 +722,31 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_JSON_JAVASCRIPT is not set
 
 #
+# JSON/XML
+#
+# BR2_PACKAGE_CJSON is not set
+# BR2_PACKAGE_EXPAT is not set
+# BR2_PACKAGE_EZXML is not set
+# BR2_PACKAGE_JANSSON is not set
+# BR2_PACKAGE_JSON_C is not set
+# BR2_PACKAGE_JSON_GLIB is not set
+# BR2_PACKAGE_LIBJSON is not set
+# BR2_PACKAGE_LIBROXML is not set
+# BR2_PACKAGE_LIBXML2 is not set
+# BR2_PACKAGE_LIBXMLPP is not set
+# BR2_PACKAGE_LIBXSLT is not set
+# BR2_PACKAGE_LIBYAML is not set
+# BR2_PACKAGE_MXML is not set
+# BR2_PACKAGE_RAPIDJSON is not set
+# BR2_PACKAGE_XERCES is not set
+# BR2_PACKAGE_YAJL is not set
+
+#
 # Multimedia
 #
 # BR2_PACKAGE_LIBDVBSI is not set
-# BR2_PACKAGE_LIBDVDREAD is not set
 # BR2_PACKAGE_LIBDVDNAV is not set
+# BR2_PACKAGE_LIBDVDREAD is not set
 # BR2_PACKAGE_LIBEBML is not set
 # BR2_PACKAGE_LIBFSLCODEC is not set
 # BR2_PACKAGE_LIBFSLPARSER is not set
@@ -706,12 +763,12 @@ BR2_PACKAGE_I2C_TOOLS=y
 #
 # Networking
 #
-# BR2_PACKAGE_CZMQ is not set
 # BR2_PACKAGE_CPPZMQ is not set
+# BR2_PACKAGE_CZMQ is not set
 # BR2_PACKAGE_FILEMQ is not set
 # BR2_PACKAGE_GLIB_NETWORKING is not set
-# BR2_PACKAGE_LIBCGI is not set
 # BR2_PACKAGE_LIBCGICC is not set
+# BR2_PACKAGE_LIBCGI is not set
 # BR2_PACKAGE_LIBCURL is not set
 # BR2_PACKAGE_LIBDNET is not set
 # BR2_PACKAGE_LIBESMTP is not set
@@ -720,12 +777,10 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_LIBGSASL is not set
 # BR2_PACKAGE_LIBIDN is not set
 # BR2_PACKAGE_LIBISCSI is not set
-# BR2_PACKAGE_LIBOAUTH is not set
+# BR2_PACKAGE_LIBMBUS is not set
 # BR2_PACKAGE_LIBMICROHTTPD is not set
-# BR2_PACKAGE_NEON is not set
 # BR2_PACKAGE_LIBMNL is not set
 # BR2_PACKAGE_LIBMODBUS is not set
-# BR2_PACKAGE_LIBMBUS is not set
 # BR2_PACKAGE_LIBNETFILTER_ACCT is not set
 # BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set
 # BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set
@@ -734,9 +789,10 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_LIBNETFILTER_QUEUE is not set
 # BR2_PACKAGE_LIBNFNETLINK is not set
 # BR2_PACKAGE_LIBNL is not set
+# BR2_PACKAGE_LIBOAUTH is not set
 # BR2_PACKAGE_LIBOPING is not set
-# BR2_PACKAGE_LIBPCAP is not set
 # BR2_PACKAGE_LIBOSIP2 is not set
+# BR2_PACKAGE_LIBPCAP is not set
 # BR2_PACKAGE_LIBRSYNC is not set
 # BR2_PACKAGE_LIBSOUP is not set
 # BR2_PACKAGE_LIBTIRPC is not set
@@ -744,9 +800,12 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_LIBUPNP is not set
 # BR2_PACKAGE_LIBVNCSERVER is not set
 # BR2_PACKAGE_LIBWEBSOCKETS is not set
+# BR2_PACKAGE_NEON is not set
+# BR2_PACKAGE_OMNIORB is not set
 # BR2_PACKAGE_OPENPGM is not set
 # BR2_PACKAGE_ORTP is not set
 # BR2_PACKAGE_SLIRP is not set
+# BR2_PACKAGE_SNMPPP is not set
 # BR2_PACKAGE_USBREDIR is not set
 # BR2_PACKAGE_WVSTREAMS is not set
 # BR2_PACKAGE_ZEROMQ is not set
@@ -758,27 +817,31 @@ BR2_PACKAGE_I2C_TOOLS=y
 #
 # BR2_PACKAGE_APR is not set
 # BR2_PACKAGE_APR_UTIL is not set
-# BR2_PACKAGE_LIBCOFI is not set
+# BR2_PACKAGE_ARGP_STANDALONE is not set
+# BR2_PACKAGE_BOOST is not set
 # BR2_PACKAGE_CPPCMS is not set
+# BR2_PACKAGE_EIGEN is not set
 # BR2_PACKAGE_ELFUTILS is not set
 # BR2_PACKAGE_FFTW is not set
-# BR2_PACKAGE_LIBARGTABLE2 is not set
-# BR2_PACKAGE_ARGP_STANDALONE is not set
-# BR2_PACKAGE_BOOST is not set
 # BR2_PACKAGE_GLIBMM is not set
 # BR2_PACKAGE_GMP is not set
 # BR2_PACKAGE_GSL is not set
 # BR2_PACKAGE_GTEST is not set
+# BR2_PACKAGE_LIBARGTABLE2 is not set
 # BR2_PACKAGE_LIBATOMIC_OPS is not set
 # BR2_PACKAGE_LIBCAP is not set
 # BR2_PACKAGE_LIBCAP_NG is not set
+# BR2_PACKAGE_LIBCGROUP is not set
+# BR2_PACKAGE_LIBCOFI is not set
 # BR2_PACKAGE_LIBDAEMON is not set
-# BR2_PACKAGE_LIBELF is not set
-# BR2_PACKAGE_LIBEVENT is not set
+BR2_PACKAGE_LIBELF=y
 # BR2_PACKAGE_LIBEV is not set
+# BR2_PACKAGE_LIBEVENT is not set
 # BR2_PACKAGE_LIBFFI is not set
 # BR2_PACKAGE_LIBGLIB2 is not set
 # BR2_PACKAGE_LIBICAL is not set
+# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set
+BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
 # BR2_PACKAGE_LIBNSPR is not set
 # BR2_PACKAGE_LIBPFM4 is not set
 # BR2_PACKAGE_LIBPTHSEM is not set
@@ -801,16 +864,20 @@ BR2_PACKAGE_I2C_TOOLS=y
 # BR2_PACKAGE_PROTOBUF is not set
 # BR2_PACKAGE_PROTOBUF_C is not set
 # BR2_PACKAGE_SCHIFRA is not set
-# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set
 # BR2_PACKAGE_TZDATA is not set
 
 #
+# Security
+#
+# BR2_PACKAGE_LIBSEPOL is not set
+
+#
 # Text and terminal handling
 #
 # BR2_PACKAGE_ENCHANT is not set
-# BR2_PACKAGE_LIBFRIBIDI is not set
 # BR2_PACKAGE_ICU is not set
 # BR2_PACKAGE_LIBEDIT is not set
+# BR2_PACKAGE_LIBFRIBIDI is not set
 # BR2_PACKAGE_LINENOISE is not set
 BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
@@ -818,34 +885,15 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_NCURSES_TARGET_MENU is not set
 # BR2_PACKAGE_NEWT is not set
 # BR2_PACKAGE_PCRE is not set
-# BR2_PACKAGE_POPT is not set
+BR2_PACKAGE_POPT=y
 # BR2_PACKAGE_READLINE is not set
 # BR2_PACKAGE_SLANG is not set
 
 #
-# JSON/XML
-#
-# BR2_PACKAGE_CJSON is not set
-# BR2_PACKAGE_EXPAT is not set
-# BR2_PACKAGE_EZXML is not set
-# BR2_PACKAGE_JANSSON is not set
-# BR2_PACKAGE_JSON_C is not set
-# BR2_PACKAGE_JSON_GLIB is not set
-# BR2_PACKAGE_LIBJSON is not set
-# BR2_PACKAGE_LIBROXML is not set
-# BR2_PACKAGE_LIBXML2 is not set
-# BR2_PACKAGE_LIBXMLPP is not set
-# BR2_PACKAGE_LIBXSLT is not set
-# BR2_PACKAGE_LIBYAML is not set
-# BR2_PACKAGE_MXML is not set
-# BR2_PACKAGE_RAPIDJSON is not set
-# BR2_PACKAGE_XERCES is not set
-# BR2_PACKAGE_YAJL is not set
-
-#
 # Miscellaneous
 #
 # BR2_PACKAGE_AESPIPE is not set
+# BR2_PACKAGE_BC is not set
 # BR2_PACKAGE_COLLECTD is not set
 # BR2_PACKAGE_EMPTY is not set
 # BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set
@@ -859,29 +907,36 @@ BR2_PACKAGE_NCURSES=y
 #
 # Networking applications
 #
+# BR2_PACKAGE_AICCU is not set
 # BR2_PACKAGE_AIRCRACK_NG is not set
 # BR2_PACKAGE_ARGUS is not set
 # BR2_PACKAGE_ARPTABLES is not set
+# BR2_PACKAGE_AUTOSSH is not set
 # BR2_PACKAGE_AVAHI is not set
 # BR2_PACKAGE_AXEL is not set
 # BR2_PACKAGE_BCUSDK is not set
-# BR2_PACKAGE_BLUEZ_UTILS is not set
-# BR2_PACKAGE_BOA is not set
 # BR2_PACKAGE_BIND is not set
+# BR2_PACKAGE_BLUEZ_UTILS is not set
 # BR2_PACKAGE_BMON is not set
+# BR2_PACKAGE_BOA is not set
 # BR2_PACKAGE_BRIDGE_UTILS is not set
 # BR2_PACKAGE_BWM_NG is not set
 # BR2_PACKAGE_CAN_UTILS is not set
 # BR2_PACKAGE_CHRONY is not set
+# BR2_PACKAGE_CIVETWEB is not set
 # BR2_PACKAGE_CONNMAN is not set
+# BR2_PACKAGE_CONNTRACK_TOOLS is not set
 # BR2_PACKAGE_CRDA is not set
 # BR2_PACKAGE_CTORRENT is not set
-# BR2_PACKAGE_CONNTRACK_TOOLS is not set
 # BR2_PACKAGE_CUPS is not set
 # BR2_PACKAGE_DHCPCD is not set
 # BR2_PACKAGE_DHCPDUMP is not set
 # BR2_PACKAGE_DNSMASQ is not set
-# BR2_PACKAGE_DROPBEAR is not set
+BR2_PACKAGE_DROPBEAR=y
+# BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS is not set
+BR2_PACKAGE_DROPBEAR_SMALL=y
+# BR2_PACKAGE_DROPBEAR_WTMP is not set
+# BR2_PACKAGE_DROPBEAR_LASTLOG is not set
 # BR2_PACKAGE_EBTABLES is not set
 # BR2_PACKAGE_ETHTOOL is not set
 # BR2_PACKAGE_GESFTPSERVER is not set
@@ -891,14 +946,17 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_HTTPING is not set
 # BR2_PACKAGE_IFTOP is not set
 # BR2_PACKAGE_IGH_ETHERCAT is not set
+# BR2_PACKAGE_IGMPPROXY is not set
 # BR2_PACKAGE_INADYN is not set
 # BR2_PACKAGE_IPERF is not set
 # BR2_PACKAGE_IPROUTE2 is not set
 # BR2_PACKAGE_IPSEC_TOOLS is not set
 # BR2_PACKAGE_IPSET is not set
 # BR2_PACKAGE_IPTABLES is not set
+# BR2_PACKAGE_IPUTILS is not set
 # BR2_PACKAGE_IW is not set
 # BR2_PACKAGE_KISMET is not set
+# BR2_PACKAGE_KNOCK is not set
 # BR2_PACKAGE_LIGHTTPD is not set
 # BR2_PACKAGE_LINKNX is not set
 # BR2_PACKAGE_LINKS is not set
@@ -920,10 +978,10 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_NETSNMP is not set
 # BR2_PACKAGE_NETSTAT_NAT is not set
 # BR2_PACKAGE_NFACCT is not set
-# BR2_PACKAGE_NMAP is not set
-# BR2_PACKAGE_NOIP is not set
 # BR2_PACKAGE_NGIRCD is not set
 # BR2_PACKAGE_NGREP is not set
+# BR2_PACKAGE_NMAP is not set
+# BR2_PACKAGE_NOIP is not set
 # BR2_PACKAGE_NTP is not set
 # BR2_PACKAGE_NUTTCP is not set
 # BR2_PACKAGE_OLSR is not set
@@ -932,6 +990,7 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_OPENSSH is not set
 # BR2_PACKAGE_OPENSWAN is not set
 # BR2_PACKAGE_OPENVPN is not set
+# BR2_PACKAGE_P910ND is not set
 # BR2_PACKAGE_PORTMAP is not set
 # BR2_PACKAGE_PPPD is not set
 # BR2_PACKAGE_PPTP_LINUX is not set
@@ -956,6 +1015,7 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_STRONGSWAN is not set
 # BR2_PACKAGE_STUNNEL is not set
 # BR2_PACKAGE_TCPDUMP is not set
+# BR2_PACKAGE_TCPING is not set
 # BR2_PACKAGE_TCPREPLAY is not set
 # BR2_PACKAGE_THTTPD is not set
 # BR2_PACKAGE_TINYHTTPD is not set
@@ -1011,11 +1071,14 @@ BR2_PACKAGE_NCURSES=y
 # BR2_PACKAGE_ACL is not set
 # BR2_PACKAGE_ATTR is not set
 # BR2_PACKAGE_CPULOAD is not set
+# BR2_PACKAGE_DSP_TOOLS is not set
 BR2_PACKAGE_HTOP=y
 # BR2_PACKAGE_KEYUTILS is not set
 # BR2_PACKAGE_KMOD is not set
+# BR2_PACKAGE_LXC is not set
 # BR2_PACKAGE_MONIT is not set
 # BR2_PACKAGE_NCDU is not set
+# BR2_PACKAGE_NUT is not set
 # BR2_PACKAGE_POLKIT is not set
 # BR2_PACKAGE_QUOTA is not set
 
@@ -1024,10 +1087,9 @@ BR2_PACKAGE_HTOP=y
 #
 
 #
-# systemd not available (depends on /dev management with udev and ipv6 support, and thread support in toolchain)
+# systemd needs udev /dev management and a toolchain w/ IPv6, threads
 #
 # BR2_PACKAGE_UTIL_LINUX is not set
-# BR2_PACKAGE_DSP_TOOLS is not set
 
 #
 # Text editors and viewers
@@ -1087,6 +1149,17 @@ BR2_TARGET_ROOTFS_TAR_OPTIONS=""
 #
 
 #
+# Legacy options removed in 2013.11
+#
+# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set
+# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set
+# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL=""
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION=""
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL=""
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION=""
+
+#
 # Legacy options removed in 2013.08
 #
 # BR2_ARM_OABI is not set
diff --git a/lab-data/linux/modules/data/busybox-1.21.x.config b/lab-data/linux/modules/data/busybox-1.21.x.config
index 7cdd920..140cf11 100644
--- a/lab-data/linux/modules/data/busybox-1.21.x.config
+++ b/lab-data/linux/modules/data/busybox-1.21.x.config
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.21.1
-# Mon Oct 14 14:06:33 2013
+# Sun Feb  2 05:40:02 2014
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -496,7 +496,7 @@ CONFIG_LSATTR=y
 #
 # Linux Module Utilities
 #
-# CONFIG_MODINFO is not set
+CONFIG_MODINFO=y
 # CONFIG_MODPROBE_SMALL is not set
 # CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is not set
 # CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is not set
diff --git a/lab-data/linux/modules/nfsroot.tar.xz b/lab-data/linux/modules/nfsroot.tar.xz
index 4df8759..0367d7c 100644
Binary files a/lab-data/linux/modules/nfsroot.tar.xz and b/lab-data/linux/modules/nfsroot.tar.xz differ



More information about the training-materials-updates mailing list