summaryrefslogtreecommitdiffstats
path: root/package/nvme
Commit message (Collapse)AuthorAgeFilesLines
* nvme: remove the udev optional dependencyBaruch Siach2017-08-091-12/+1
| | | | | | | | | Upstream removed the udev dependent code in commit 4cbe5888f4bc (nvme-cli: fabrics: remove libudev dependency). Cc: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* nvme: fix libuuid test when cross compilingBaruch Siach2017-08-091-0/+34
| | | | | | | | | | | | | Use $(LD) to test whether libuuid is installed, so that we check the target, not the host. Fixes: http://autobuild.buildroot.net/results/e26/e263ffbf8947374c2aac73ab42edcbf4d9a3600a/ http://autobuild.buildroot.net/results/53b/53b2d1e0c3cdeafb980389bcfd8a10b6ca48fbc2/ Cc: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* nvme-cli: bump to version 1.3Guilherme G. Piccoli2017-07-182-2/+2
| | | | | | | | | nvme-cli had many bugfixes and improvements over the releases. Buildroot still has version 0.3, so this patch bumps it to the latest upstream release, version 1.3. Signed-off-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.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>
* nvme: source files should not be executablePeter Korsgaard2017-03-201-0/+0
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nvme: add optional udev supportSamuel Mendoza-Jonas2016-04-191-1/+10
| | | | | | | | | | | | | Commands like 'nvme list' require libudev but support for libudev is decided at compile time, and in buildroot this is hard disabled. Add a check for udev and if it is available build nvme with udev support. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> [Thomas: - add comment to explain the LIBUDEV variable value - use += instead of = to assign <pkg>_MAKE_OPTS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nvme: fix legal-infoPeter Korsgaard2016-03-021-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/441/441afa17dfd6f259642526850d92f1c9965d8353/ The license file is called LICENSE, not COPYING. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nvme: new packageMamatha Inamdar2016-02-163-0/+32
Add support for building NVME utility - a utility for interacting with standard NVM Express (optimized PCI Express SSD interface) devices. Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud