summaryrefslogtreecommitdiffstats
path: root/package/xenomai
Commit message (Collapse)AuthorAgeFilesLines
* package/xenomai: fix build with gcc 8Fabrice Fontaine2019-02-171-0/+91
| | | | | | | | Fixes: - http://autobuild.buildroot.org/results/3a53f54476828ee878602da9adddf1e1e70f7a69 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/xenomai: move arch restriction to Cobalt core, no restriction for ↵Thomas De Schampheleire2019-02-091-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mercury Xenomai has two mutually exclusive cores: - Cobalt: dual-kernel approach: patched kernel + userland - Mercury: only userland In the Cobalt core, not all architectures are supported. This is the source of the existing ARCH_SUPPORTS variable. In the Mercury core, there is no imposed architecture restriction. Rename the XENOMAI_ARCH_SUPPORTS flag to XENOMAI_COBALT_ARCH_SUPPORTS and move its check from the Xenomai package to the Cobalt core. Nevertheless, even for Mercury, there are some restrictions: - pthread_atfork is used, which requires an MMU - sync functions like __sync_sub_and_fetch and __sync_add_and_fetch are expected. As the corresponding 'linux extension' selects Xenomai, we add the MMU and sync dependencies there too. They may or may not already be covered by XENOMAI_COBALT_ARCH_SUPPORTS flag. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/xenomai: drop consecutive empty linesPeter Korsgaard2019-01-101-1/+0
| | | | | | | | | | | | Commit 4219c58c (xenomai: remove unnecessary autoreconf) introduced a check-package warning: 1 warnings generated package/xenomai/xenomai.mk:27: consecutive empty lines https://gitlab.com/buildroot.org/buildroot/-/jobs/143155797 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xenomai: remove unnecessary autoreconfThomas De Schampheleire2019-01-081-2/+0
| | | | | | | | | | | As xenomai release tarballs ship with a configure script, there is only a need for autoreconfiguring when patches are applied. The last patch was removed with git commit de993bc23aab100e16026cb4cabebed48b9e1989 but the AUTORECONF line remained. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: remove Blackfin related codeThomas Petazzoni2018-04-151-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-2/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: bump to 3.0.6Norbert Lange2017-12-062-2/+2
| | | | | | | | | | | | This new version includes a fix to allow compilation with compilers defaulting to -fpie (gcc 6+). It also a fix for a critical bug in Cobalt: http://xenomai.org/pipermail/xenomai/2017-November/037923.html Signed-off-by: Norbert Lange <nolange79@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: bump version to 3.0.5Vicente Olivert Riera2017-05-224-317/+2
| | | | | | | | | | | Patch 0001 already included in this release: https://git.xenomai.org/xenomai-3.git/commit/?id=3fa4dcdc397c35d27b67534c04e0ffb6e9d6d1d2 Patch 0002 already included in this release: https://git.xenomai.org/xenomai-3.git/commit/?id=4c593544d2ff39ba6631cc3fa0b91493973674d4 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x*/Config.in: fix ordering of statementsAdam Duskett2017-05-021-1/+1
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter x in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: update udev rules search pathRomain Naour2017-04-301-1/+1
| | | | | | | | | | The udev rules has been moved to kernel/cobalt/udev. Fixes: http://autobuild.buildroot.net/results/8eb/8eb4643faed523ffccd421f20c2955adfde634a6 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: fallback to httpRomain Naour2017-04-261-1/+1
| | | | | | | | | | | The https protocol return: "ERROR 503: Service Temporarily Unavailable" Fixes: http://autobuild.buildroot.net/results/120/12034603c46c8bd69590c88bbfe85261460b699c Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xenomai: properly indent XENOMAI_DEVICES variableAdam Duskett2017-04-221-3/+3
| | | | | Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: add string option for additional configure optionsThomas De Schampheleire2017-04-202-0/+8
| | | | | | | | | | | | | | Xenomai has many configure options that users may or may not want to set. Providing individual Buildroot config options for every single one of them is not maintainable. Therefore, add a string option to allow the needed flexibility. Important options, or those that have 'select/depends on' impact, can still be turned into real Buildroot config options. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> [Thomas: rewrap Config.in help text.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: add support for registryThomas De Schampheleire2017-04-202-0/+36
| | | | | | | | | | | | | Add a config option to enable the Xenomai registry, which allows accessing internal Xenomai state. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> [Thomas: - add missing Config.in comment. - rewrap Config.in help text. - tweak the .mk file logic for the registry path to avoid the super long line.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: restrict installed files furtherThomas De Schampheleire2017-04-201-3/+9
| | | | | | | | | | | | | | | Xenomai 3 installs quite some utils and other programs to the target filesystem, many of which will not be used by most users. As it is currently unclear which utils are effectively useful, and as it is undesirable to create config options for each individual util, remove all remaining utils such that only the Xenomai libraries remain. At the point it becomes clear that certain utils _are_ desired by some users, we can identify how to group them in relevant config options. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: update list of testsuite filesThomas De Schampheleire2017-04-201-5/+3
| | | | | | | | Since Xenomai 3, the list of installed binaries/scripts of the testsuite is different than before. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: update list of Analogy installed filesThomas De Schampheleire2017-04-201-3/+5
| | | | | | | | | Since Xenomai 3, the list of files installed for Analogy is longer, causing the extra files to remain on the target filesystem even if Analogy is not selected. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: add option for Smokey skinThomas De Schampheleire2017-04-202-1/+10
| | | | | | | | | | | | | Xenomai has a skin 'Smokey' that Buildroot is currently unaware of, which means that the associated files are present on target even though most users will not need them. Add a config option and associated logic to remove the skin if not selected. Additionally, fixup order of VxWorks skin removal entry. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: group skin selection in separate menu and cleanupThomas De Schampheleire2017-04-201-13/+17
| | | | | | | | | | | | | | Clarify the Xenomai config options by grouping the skin-related options in a separate menu. Additionally: - update proper capitalization of skin names - sort entries - replace 'skin library' by 'skin' to match the terminology in Xenomai sources Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: native skin is now called alchemyThomas De Schampheleire2017-04-202-3/+4
| | | | | | | | | Since the introduction of Xenomai 3, the native skin is dubbed Alchemy. Update the config menu (but leave the symbol name to avoid hurting existing users needlessly) and fix the unselected-skin cleanup code. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: update LICENSE_FILESThomas De Schampheleire2017-04-201-1/+6
| | | | | | | | | | | Xenomai sources contain much more license files than we currently list, so complete the current list. Based on: find | grep -Ei 'copying|license|copyright' | sort Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: add host-pkgconf dependencyRomain Naour2017-04-171-0/+2
| | | | | | | | | | | Without pkg-config PKG_CHECK_MODULES won't be expanded and ./configure script produces following error message: ./configure: line 13810: syntax error near unexpected token `FUSE,' ./configure: line 13810: ` PKG_CHECK_MODULES(FUSE, fuse)' Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/xenomai: disable obstack support"Romain Naour2017-04-161-6/+0
| | | | | | | | | | This reverts commit e87644cb2abb78c5bf3bd0c3c6955c202e798ef2. The issue is now fixed in Xenomai, let use Xenomai obstack support if it's not already available from the libc. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: build obstack support conditionallyRomain Naour2017-04-162-0/+286
| | | | | | | | | | | | | | | The configure script check whether the underlying libc provides for native obstack support, only building Xenomai replacement code if not. This as been tested against uClibc 1.0.22, and common glibc releases. Backport the patch provided by uptream. Add XENOMAI_AUTORECONF=YES since the patch modify configure.ac. [1] http://xenomai.org/pipermail/xenomai/2017-April/037272.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: bump to version 3.0.4Romain Naour2017-04-164-58/+2
| | | | | | | | | | | Remove upstream patch 0001-testsuite-cyclictest. Announce: http://xenomai.org/pipermail/xenomai/2017-April/037254.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Pawel Sikora <sikor6@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: disable obstack supportRomain Naour2017-04-151-0/+6
| | | | | | | | | | | | | | Obstack support in Xenomai is broken when the libc doesn't support obstack support itself. Make sure we disable obstack support for all libc since it was removed in uClibc-ng since 1.0.21 release and it's always disabled with Glibc. Fixes: http://autobuild.buildroot.net/results/555/555d9cb9cb59fad6353516bed206e1117974e8cd/build-end.log Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Pawel Sikora <sikor6@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: Add config for enabling/disabling SMPPawel Sikora2017-04-122-0/+24
| | | | | | | | | | | | | Add a config option for enabling/disabling SMP in Xenomai userspace in version 3.x Enabled by default. Signed-off-by: Pawel Sikora <sikor6@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> Reviewed-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> [Thomas: implement minor tweaks suggested by Thomas DS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: Add choice for enabling/disabling Cobalt/Mercury corePawel Sikora2017-04-122-0/+33
| | | | | | | | | Add an option choice for Cobalt or Mercury core depending on option BR2_LINUX_KERNEL_EXT_XENOMAI. Signed-off-by: Pawel Sikora <sikor6@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: use SPDX short identifier for GFDL family licensesRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GFDLv1.1/GFDLv1.2/GFDLv1.3 is GFDL-1.1/ GFDL-1.2/GFDL-1.3. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/GFDL(v)?([1]\.[1-3])(\+)?/GFDL-\2\3/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: enable armv5tej supportRomain Naour2017-04-011-0/+32
| | | | | | | | | | | | Apply a patch from Xenomai 2.6 [1]. Fixes: http://autobuild.buildroot.net/results/762/7623410a81b1587b33b4f4b9cf1572c872b8a6e9/build-end.log [1] https://git.xenomai.org/xenomai-2.6.git/commit/?id=ebc2779baa222db4a5936c3d3022803355585b8c Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: remove sh4 supportRomain Naour2017-04-011-1/+1
| | | | | | | | | | sh4 target support has been removed since Xenomai 3.x. Fixes: http://autobuild.buildroot.net/results/a81/a8125847367de5fd27156e5cba9ec7315c2ccd5d/build-end.log Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: fix license files variableThomas Petazzoni2017-03-291-1/+1
| | | | | | | | | | | | | In commit 472b07ea8ff1cd341c5f97508e5c29266146fa51 ("xenomai: bump version to 3.0.3"), the XENOMAI_LICENSE_FILES variable was not updated, causing a number of build failures. This commit fixes that to point to existing files. Fixes: http://autobuild.buildroot.net/results/f2cd7cd1f8bcf67c66fb713ef6b03f1f01a74dc5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: bump version to 3.0.3Pawel Sikora2017-03-254-64/+58
| | | | | | | | | | | | | - Bump Xenomai version to 3.0.3 - Remove patch 0001-bfin-remove-inline-keyword.patch for version 2.6.4, as it is already included in upstream - Add upstream patch fixing gcc 6.x build issue of cyclictest. Signed-off-by: Pawel Sikora <sikor6@gmail.com> [Thomas: add patch fixing gcc 6.x build issue.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: improve license type listsDanomi Manchego2017-02-201-1/+1
| | | | | | | | | | | | | | | Make license type lists more uniform: * put content license applies to in parenthesis; ex: "GPLv2+ (programs)" * use commas to separate types listed without conjuction; ex: "GPLv2, LGPLv2" No attempt was made to validate the claimed licenses. This is just a tweak to increase uniformity of the _LICENSE variables. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: replace semi-colons by commas in LIBURCU_LICENSE.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: bfin remove inline keywordRomain Naour2016-11-161-0/+62
| | | | | | | | | | | | | | | | | Xenomai user space tools fail to build for bfin target since it's provide it's own pthread_atfork(), shm_open() and shm_unlink() definition using the inline keyword and weak attribute. With gcc 5+ the weak attribute is discarded by the inline keyword, so each symbol are global and are redefined several time while linking. Fixes: http://autobuild.buildroot.net/results/0c2/0c2e5eb4edd4f9427f61d3c9b67a12a7a0e24140 Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: add reference to upstream commit.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: disable for musl toolchainsRomain Naour2016-08-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | After fixing the <bits/local_lim.h> issue by using <limits.h>, the build still fail with udefined __WORDSIZE. Adding <sys/user.h> to define __WORDSIZE reveal that xenomai use <error.h> which is not provided by musl. The discussion on the musl mailing list [1] about glibc error reporting functions concluded to not add this support in the C library. For now, disable Xenomai user space support for musl toolchains since it require several patches to build correctly and needs to remove each glibc error reporting functions. Users interested in musl support for Xenomai can work with upstream to fix these issues and revert this patch. [1] http://www.openwall.com/lists/musl/2014/06/29/8 Fixes: http://autobuild.buildroot.net/results/e36/e36a21c1df33bdd3fbc61d516a3e8f7c5f7c41af Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: disable for cortex-M cpusRomain Naour2016-08-011-2/+2
| | | | | | | | | | | | | Following include/asm-arm/features.h, Xenomai doesn't support cortex-M cpus. error "Could not find current ARM architecture" Fixes: http://autobuild.buildroot.net/results/06a/06a52b2c2c23df595f58feb6b95437fc65a86d31 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: introduce a BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS optionRomain Naour2016-08-011-4/+8
| | | | | | | | Introduce BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS to hold the architectures than can build and use Xenomai on the target. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: update download siteErdem MEYDANLI2016-04-231-1/+1
| | | | | | | | The new address include more recent versions of stable releases. Therefore, newer versions than 2.6.4 can be available when required. Signed-off-by: Erdem MEYDANLI <erdem.meydanli@punica.com.tr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: add hash fileYann E. MORIN2015-05-021-0/+2
| | | | | | | | | | | Now that custom versions are properly excluded from the list, we can add a hash for the version we package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: ignore custom versionsYann E. MORIN2015-05-021-0/+2
| | | | | | | | | | | | We can safely reference XENOMAI_SOURCE, even though it is defined later, because BR_NO_CHECK_HASH_FOR is a recursively-expanded variable, so its content is only evaluated when the variable is referenced. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: kill pointless text justificationGustavo Zacarias2015-04-231-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xenomai: add error handling to for loopThomas Petazzoni2014-12-021-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: indentation cleanupJerzy Grzegorek2014-11-021-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infra: Move --enable/--disable-debug to package/Makefile.inBernd Kuhls2014-10-191-2/+1
| | | | | | | | | | | | A lot of packages ignored BR2_ENABLE_DEBUG. This patch simplifies the handling of this option by adding the corresponding configure option to the global Makefile for target packages. For host packages --disable-debug is added to the global Makefile. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_INSTALL_STAGING_OPT into FOO_INSTALL_STAGING_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_INSTALL_STAGING_OPT. Sed command used: find * -type f | xargs sed -i 's#_INSTALL_STAGING_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_INSTALL_TARGET_OPT into FOO_INSTALL_TARGET_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_INSTALL_TARGET_OPT. Sed command used: find * -type f | xargs sed -i 's#_INSTALL_TARGET_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud