summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* efivar: correct version number 0.36 -> 36Hongxu Jia2018-11-271-0/+0
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: 0.16 -> 17Hongxu Jia2018-11-271-1/+1
| | | | | | | - Correct version number format, remove `0.' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: add recipeStefan Wiehler2018-10-102-0/+54
| | | | | | | NVMe management command line interface. Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: make CC_FOR_BUILD value completeMingli Yu2018-09-271-1/+1
| | | | | | | | | | | | | | | Update CC_FOR_BUILD=${BUILD_CC} to CC_FOR_BUILD="${BUILD_CC}" to guarantee the BUILD_CC value passed to CC_FOR_BUILD completely to avoid below build failure when ccache enabled: | NOTE: make -j 48 -C src makeguids CC_FOR_BUILD=ccache gcc | make: Entering directory '/mybuild/tmp-glibc/work/x86_64-linux/efivar-native/0.36-r0/git/src' | ccache -isystem/mybuild/tmp-glibc/work/x86_64-linux/efivar-native/0.36-r0/recipe-sysroot-native/usr/include -O2 -pipe ... -DEFIVAR_BUILD_ENVIRONMENT -o makeguids makeguids.c guid.c -ldl | ccache: invalid option -- 'i' Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: split one dpg packageHongxu Jia2018-09-181-8/+7
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcmciautils: depend on bison-nativeAndrea Adami2018-08-191-1/+1
| | | | | | | | | | pcmciautils needs yacc as well as lex. Backport of oe-core commit dd5208ae22d4 Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcmciautils: drop duplicate chunk from pcmciautils-018/makefile_race.patchAndrea Adami2018-08-191-14/+0
| | | | | | | | | | | The new rule was patched into the makefile twice. Backport of oe-core commit c52228f4d071 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lsscsi: Upgrade to 0.30Khem Raj2018-08-151-2/+4
| | | | | | rename folder to match recipe name Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: 0.31 -> 0.36Hongxu Jia2018-08-026-149/+11
| | | | | | | | | | | - Drop obsolete patches 0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch musl-strndupa.patch 0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch 0003-efivar-fix-for-cross-compile.patch Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: 0.15 -> 0.16Hongxu Jia2018-08-021-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcmciautils: add (from oe-core)Ross Burton2018-06-224-0/+206
| | | | | | | | Modern hardware doesn't really use PCMCIA so the support has been moved out of oe-core. Move into meta-oe for people who still want it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: add RECIPE_UPSTREAM_VERSIONYi Zhao2018-05-291-0/+8
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flashrom: Fix build with libusb 1.0.22Khem Raj2018-05-172-0/+40
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* efivar: refresh the patchesHongxu Jia2018-04-087-40/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes WARNING: efivar-0.31-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch allow-multi-definitions-for-native.patch patching file Make.rules Hunk #1 succeeded at 20 with fuzz 2. Now at patch allow-multi-definitions-for-native.patch Now at patch 0003-efivar-fix-for-cross-compile.patch Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flashrom: update SRC_URIArmin Kuster2018-03-291-1/+1
| | | | | | | fixes ERROR: flashrom-1.0-r0 do_fetch: Fetcher failure for URL: 'http://download.flashrom.org/releases/flashrom-1.0.tar.bz2'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rocksdb: move to recipe-dbsArmin Kuster2018-03-291-31/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flashrom: Upgrade to 1.0Khem Raj2018-03-294-114/+40
| | | | | | | | - Fix build on risc-v - Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* efivar: move to recipes-bspArmin Kuster2018-03-019-0/+315
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* acpitools: move to recipes-bspArmin Kuster2018-03-011-0/+13
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rocksdb: move to recipes-bspArmin Kuster2018-03-011-0/+31
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lsscsi: move to recipes-bspsArmin Kuster2018-03-011-0/+12
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* efibootmgr: move to recipes-bspsArmin Kuster2018-03-011-0/+27
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flashrom: move to recipes-bspArmin Kuster2018-03-014-0/+328
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* edac-utils: move to recipes-bspArmin Kuster2018-03-014-0/+188
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lm_sensors: move to recipes-bspArmin Kuster2018-03-0111-0/+473
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpufrequtils: move to recipes-bspArmin Kuster2018-03-012-0/+67
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pointercal: move recipe from oe-coreMaxin B. John2016-09-2610-0/+30
| | | | | | | Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keymaps: move systemd support to meta-systemdAndreas Müller2012-07-162-17/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-1/+1
| | | | | | | | without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* keymaps: import systemd support from meta-shr layerMartin Jansa2012-03-292-0/+17
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>