diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-25 15:24:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-25 15:32:29 +0200 |
commit | f1bd89f141acb53333135c86940d1d1c0549b4bd (patch) | |
tree | db7ffdebebc0a1b0b6226029de2185630a68512a /tests/cyclictest/root/config_base | |
parent | 47669028715fd1319219862e12a4ad5698409a6b (diff) | |
download | linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.gz linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.bz2 linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.zip |
Add bbb target for BeagleBone Black
Buildroot configuration is now generated from base configuration and
configuration defined by specified target. And initram is now build
automatically for test target and all target.
Diffstat (limited to 'tests/cyclictest/root/config_base')
-rw-r--r-- | tests/cyclictest/root/config_base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/cyclictest/root/config_base b/tests/cyclictest/root/config_base new file mode 100644 index 0000000..2207710 --- /dev/null +++ b/tests/cyclictest/root/config_base @@ -0,0 +1,11 @@ +BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_TAR=n +BR2_TARGET_ROOTFS_CPIO_GZIP=y +BR2_TARGET_ROOTFS_CPIO_UIMAGE=y +BR2_ROOTFS_OVERLAY="$(O)/overlay" +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y + +# If no initrd cli argument specified, launch getty. +BR2_TARGET_GENERIC_GETTY=y + +BR2_PACKAGE_RT_TESTS_MASTER=y |