summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-02-07 17:56:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 19:04:02 +0100
commitb1063a0136b1915a17c8db7d02c5da7e6c58b96c (patch)
treefc55d3612f51fec50c0b734a15cad25cbbc11a57 /Config.in.legacy
parent056c9d28c43c6d665d193635a2f1a03998a852b6 (diff)
package/openpowerlink: bump to v2.2.2
From [1]: With version 2.0, the source code has been cleanly split into an application-oriented user library and a time-critical stack driver. The latter may be moved to a dedicated communication processor or into a kernel module to deliver enhanced performance while still keeping the API in user space. This new version break the API used in the v1.x but this is a complete rewrite of the Powerlink EPSG DS 301 implementation. The v1.x is deprecated anyway. The new build system has been split in several CMake projects which makes it difficult to package with the Buildroot CMake infra. So add a top level CMakeLists.txt to build each openpowerlink component without having to package each of them in a separate Buildroot packages. Also we need to fix the build system to support the top level CMake build. [1] http://sourceforge.net/projects/openpowerlink/ Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: - rename patches to not contain the [FIX] part in their title. - rewrap Config.in help text - rename "openPOWERLINK stack type" to "stack type" - rename ""openpowerlink demos" to "demos"] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy24
1 files changed, 24 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index b38cf9079..ec6f26efc 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,30 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
+ bool "openpowerlink debug option has been removed"
+ select BR2_LEGACY
+ help
+ This option depends on BR2_ENABLE_DEBUG which should not be used
+ by packages anymore.
+
+config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
+ bool "openpowerlink package has been updated"
+ select BR2_LEGACY
+ select BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB
+ help
+ openpowerlink kernel modules are built if the
+ kernel stack library is selected.
+
+config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
+ bool "openpowerlink package has been updated"
+ select BR2_LEGACY
+ select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
+ help
+ The user space support has been split in two part:
+ - a monolitic user space library
+ - a user spae deamon driver
+
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
bool "using the linux headers version for the kernel has been removed"
select BR2_LEGACY