]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Config.in files: unification of comments about dependency on Linux kernel
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 15 Dec 2013 12:20:39 +0000 (13:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Dec 2013 15:24:36 +0000 (16:24 +0100)
This patch lines up the comments of packages that need a Linux kernel to be
built by buildroot, to the format:
    foo needs a Linux kernel to be built

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 files changed:
boot/boot-wrapper-aarch64/Config.in
fs/initramfs/Config.in
fs/iso9660/Config.in
package/a10disp/Config.in
package/cryptodev/Config.in
package/directfb/Config.in
package/freescale-imx/imx-lib/Config.in
package/gstreamer/gst-fsl-plugins/Config.in
package/igh-ethercat/Config.in
package/ktap/Config.in
package/libfslvpuwrap/Config.in
package/linux-fusion/Config.in
package/lttng-modules/Config.in
package/on2-8170-libs/Config.in
package/on2-8170-modules/Config.in
package/owl-linux/Config.in
package/perf/Config.in
package/ti-gfx/Config.in

index 6546862964218e97906b854dc5d8e877ab6b8c94..c4e63e23dfcd97a569676ed9ed8a92434b8ce258 100644 (file)
@@ -1,3 +1,7 @@
+comment "boot-wrapper-aarch64 needs a Linux kernel to be built"
+       depends on BR2_aarch64
+       depends on !BR2_LINUX_KERNEL
+
 config BR2_TARGET_BOOT_WRAPPER_AARCH64
        bool "boot-wrapper-aarch64"
        depends on BR2_aarch64
index ac450305121eb6a10fa291d063ae4fdb7dd1657b..8ed9f7ebb50db9fed5d5d53467d493dbb457928d 100644 (file)
@@ -17,5 +17,5 @@ config BR2_TARGET_ROOTFS_INITRAMFS
          identical root filesystems, one embedded inside the kernel
          image, and one separately.
 
-comment "initramfs requires a Linux kernel to be built"
+comment "initramfs needs a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL
index 90c3998dcf587a238170c5497fd2a8d4667c6d50..4c200c89bfaf264209015beb73d5a22820368a98 100644 (file)
@@ -12,6 +12,6 @@ config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
        depends on BR2_TARGET_ROOTFS_ISO9660
        default "fs/iso9660/menu.lst"
 
-comment "iso image requires a Linux kernel to be built"
+comment "iso image needs a Linux kernel to be built"
        depends on BR2_i386 || BR2_x86_64
        depends on !BR2_LINUX_KERNEL
index fd350b20a1379a02fbfe759a12f5a78c65e8903e..18e2d8fcf08493fbc1d29a20b2281ced7fd62767 100644 (file)
@@ -8,6 +8,6 @@ config BR2_PACKAGE_A10DISP
 
          http://github.com/hglm/a10disp
 
-comment "a10disp requires the linux kernel"
+comment "a10disp needs a Linux kernel to be built"
        depends on BR2_arm
        depends on !BR2_LINUX_KERNEL
index 3f08e9e818258a723ba165589755eb8c16b70a42..d7b77548b38db33f8c56aa3e232b27ca60b6dc45 100644 (file)
@@ -1,5 +1,8 @@
+comment "cryptodev needs a Linux kernel to be built"
+       depends on !BR2_LINUX_KERNEL
+
 config BR2_PACKAGE_CRYPTODEV
-       bool "cryptodev support"
+       bool "cryptodev"
        depends on BR2_LINUX_KERNEL
        help
          Select the desired cryptodev implementation.
index fa108b7e12d8294fbff838f7752585be7cd15895..59e2580ba0fe17c2b203e9f9e30732517a06adf3 100644 (file)
@@ -16,6 +16,9 @@ config BR2_PACKAGE_DIRECTFB_MULTI
        help
          Enable use of multiple concurrent DirectFB applications
 
+comment "directfb multi application needs a Linux kernel to be built"
+       depends on !BR2_LINUX_KERNEL
+
 config BR2_PACKAGE_DIRECTFB_DEBUG
        bool "directfb debugging"
        help
index 161700985f2980fb810e48598e3936d131c8cd31..444060bd4bed5ece251c75ee70063e121e0f3fa8 100644 (file)
@@ -1,4 +1,4 @@
-comment "imx-lib needs an imx-specific kernel to be built"
+comment "imx-lib needs an imx-specific Linux kernel to be built"
        depends on BR2_arm && !BR2_LINUX_KERNEL
 
 config BR2_PACKAGE_IMX_LIB
index 42467341a607da396e741efb0e0c36b3d32d2262..a9034fa740f9043a06908d32451c713fbe627c7b 100644 (file)
@@ -1,4 +1,4 @@
-comment "gst-fsl-plugins requires an imx-specific kernel to be built"
+comment "gst-fsl-plugins needs an imx-specific Linux kernel to be built"
        depends on BR2_arm && BR2_PACKAGE_GSTREAMER && !BR2_LINUX_KERNEL
 
 config BR2_PACKAGE_GST_FSL_PLUGINS
index 890bb1242e0a64f691ea10be686ada5391b2aa0b..e600ef5fcdc16895e095a50b812221ae85843853 100644 (file)
@@ -1,3 +1,6 @@
+comment "igh-ethercat needs a Linux kernel to be built"
+       depends on !BR2_LINUX_KERNEL
+
 config BR2_PACKAGE_IGH_ETHERCAT
        bool "igh-ethercat"
        depends on BR2_LINUX_KERNEL
index 43195df6d9baf7a352abd9a7c0a3e537a22e5323..ba6b42b1bfecdb21c821398b50542880c934dba8 100644 (file)
@@ -18,7 +18,7 @@ config BR2_PACKAGE_KTAP
 
          http://www.ktap.org
 
-comment "ktap requires a linux kernel to be built"
+comment "ktap needs a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL
 
 comment "ktap needs a toolchain w/ threads"
index a60f8ef6844fe42bc71ce61830f06bbcf31f882f..9cf76336df8e7b9a94f63a84731be156b3161a87 100644 (file)
@@ -1,4 +1,4 @@
-comment "libfslvpuwrap needs an imx-specific kernel to be built"
+comment "libfslvpuwrap needs an imx-specific Linux kernel to be built"
        depends on BR2_arm
        depends on !BR2_LINUX_KERNEL
 
index 197e81b628ac3d9dcffba83e7e142734fc371238..cdc1dd2d678e1f6439169481327a84355c89f398 100644 (file)
@@ -1,3 +1,6 @@
+comment "linux-fusion needs a Linux kernel to be built"
+       depends on !BR2_LINUX_KERNEL
+
 config BR2_PACKAGE_LINUX_FUSION
        depends on BR2_LINUX_KERNEL
        bool "linux-fusion communication layer for DirectFB multi"
index fb5947ff38bbee968e6765ea2333caafdda05edd..8cfa874cf622183c35a0d8b125dcb9d3684c7713 100644 (file)
@@ -17,5 +17,5 @@ config BR2_PACKAGE_LTTNG_MODULES
 
          http://lttng.org
 
-comment "lttng-modules requires a linux kernel to be built"
+comment "lttng-modules needs a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL
index b573cfe3dee00e78f8811202d84e993517663967..36f0b5c28b7dd4ca0f7352c69bf27dd4d4d8d2e7 100644 (file)
@@ -10,6 +10,6 @@ config BR2_PACKAGE_ON2_8170_LIBS
 
          http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
 
-comment "on2-8170-libs needs an (e)glibc toolchain and a linux kernel to be built"
+comment "on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built"
        depends on BR2_arm926t
        depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC
index 58ee88f2709e89edba225e75320e8efcf1722db1..06ce992fb4327dc6d11fa10a1396274f64a3baba 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_ON2_8170_MODULES
-       bool "on2-8170 modules"
+       bool "on2-8170-modules"
        depends on BR2_LINUX_KERNEL
        depends on BR2_arm926t
        help
@@ -7,6 +7,6 @@ config BR2_PACKAGE_ON2_8170_MODULES
 
          http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
 
-comment "on2-8170 modules requires a linux kernel to be built"
+comment "on2-8170-modules needs a Linux kernel to be built"
        depends on BR2_arm926t
        depends on !BR2_LINUX_KERNEL
index 9b14027d57aa3596d7afd95e48c2a191da43db1a..595a1db7984885765af11ca0d117f7bb47e51f82 100644 (file)
@@ -9,7 +9,7 @@ config BR2_PACKAGE_OWL_LINUX
 
          http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
 
-comment "owl-linux requires a Linux kernel"
+comment "owl-linux needs a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL
        depends on BR2_arm || BR2_armeb
 
index 88dce932678a035e3b1e04aced4ddb0620806fc9..703b48f89c652d1513a187ed62ab66673d614727 100644 (file)
@@ -18,5 +18,5 @@ config BR2_PACKAGE_PERF
 
          https://perf.wiki.kernel.org/
 
-comment "perf only available if Linux kernel is enabled, and needs a toolchain w/ largefile"
+comment "perf needs a toolchain w/ largefile and a Linux kernel to be built"
        depends on !BR2_LINUX_KERNEL || !BR2_LARGEFILE
index c34947139c13151a6d63b2ce651522e71e522984..ec3a54cec729b9df5dff117a1ebf0bd7776b3546 100644 (file)
@@ -60,6 +60,6 @@ endchoice
 
 endif
 
-comment "ti-gfx needs an (e)glibc toolchain and the linux kernel"
+comment "ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built"
        depends on BR2_arm
        depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC)