summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/tgt
Commit message (Collapse)AuthorAgeFilesLines
* tgt: update DEPENDS and RDEPENDSKai Kang2019-08-301-1/+2
| | | | | | | | | | | | | | | | | Update DEPENDS and RDEPENDS of tgt to fix error and warning: | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory | 34 | #include <libaio.h> | | ^~~~~~~~~~ and | WARNING: tgt-1.0.79+gitAUTOINC+b43dbc6711-r0 do_package_qa: QA Issue: | /usr/sbin/tgt-admin contained in package tgt requires /usr/bin/perl, | but no providers found in RDEPENDS_tgt? [file-rdeps] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* tgt: upgrade 1.0.73 -> 1.0.79Zang Ruochen2019-07-091-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* tgt: add systemd service fileMingli Yu2018-08-143-2/+58
| | | | | | | Add systemd service file for tgt Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* :tgt:1.0.67 -> 1.0.73Hong Liu2018-07-231-2/+2
| | | | | | | Upgrade tgt from 1.0.67 to 1.0.73 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: Use return instead of exit to restart tgtd, if tgtd is not runningJagadeesh Krishnanjanappa2018-07-101-2/+2
| | | | | | | | | If the tgtd daemon is stopped, then '/etc/init.d/tgtd.init restart' does not start the new tgtd daemon, as the control comes out from the stop function, if it finds tgtd is not running. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: patch refreshMark Asselstine2018-06-112-13/+9
| | | | | | | | | | Bitbake now prints warnings when a patch is successfully applied but there is fuzz or an offset. The following refreshes patches for several packages which report warnings when openstack-image-controller is built. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: specify -f option in order to load backing store device when tgtd is ↵Jagadeesh Krishnanjanappa2018-06-031-1/+1
| | | | | | | | | | | restarted Specifying force option (-f) to tgt-admin, makes sure iscsi backing devices mentioned under /etc/tgt/*.conf are listed, loaded and activated when /etc/init.d/tgtd is restarted. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: ensure build LDFLAGS apply to all executablesMark Asselstine2017-01-093-4/+41
| | | | | | | | | Some of the tgt executables were not being built with the gnu-hash causing a QA error. There is no apparent reason to have differences in how the tgt executables are built so ensure they all use the LDFLAGS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: replace deprecated base_containsMark Asselstine2016-12-211-1/+1
| | | | | | | | Fixes: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: 1.0.63 -> 1.0.67Wang Xin2016-09-192-8/+9
| | | | | | | | | 1) Upgrade tgt from 1.0.63 to 1.0.67. 2) Modify one patch, since the data has been changed. 0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: pass required CFLAGSMark Asselstine2016-03-211-3/+4
| | | | | | | | | The tgt Makefile has several CFLAGS (defines) that need to be set. Since we overwrite the CFLAGS by exporting CFLAGS and passing '-e' to make, we need to include these in our defined CFLAGS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: upgrade 1.0.36 -> 1.0.60Li xin2015-07-292-2/+34
| | | | | | Add 0001-usr-Makefile-WARNING-fix.patch to avoid build WARNING. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* tgt: update to v1.0.37Bruce Ashfield2015-07-141-2/+2
| | | | | Signed-off-by: Daniel Badea <daniel.badea@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: Identify CONFFILESRob Woolley2015-03-101-0/+2
| | | | | | | | | | Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. Explicitly list the configuration file. Signed-off by: Rob Woolley <rob.woolley@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* QA: fix build and runtime warningsBruce Ashfield2015-02-211-0/+2
| | | | | | | oe-core now warns on detected missing runtime and build time warnings. So we update our recipes to have these missingn deps (largely bash). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: prevent service from being started multiple timesKeith Holman2014-05-261-0/+9
| | | | | | | | | | Using the /etc/init.d/tgtd script, allows the service be started multiple times, but only the last instance can be stopped using the script. This fix ensures that the service isn't running before attempting to start the service multiple times. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: Fix the path of header files checkZhenhua Luo2014-04-152-2/+52
| | | | | | | | | | | | Current Makefile will check headers on host instead of Yocto sysroot, following error appears. Change the path of header check. | bs_aio.c:34:20: fatal error: libaio.h: No such file or directory | #include <libaio.h> | ^ | compilation terminated. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgtd init script needs to update its usage infoAmy Fong2014-03-261-1/+1
| | | | | | | tgtd implements status and reload, need to add this to the usage info Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* OpenStack: Add to missing functionality in sysvinit scriptsAmy Fong2014-03-171-25/+61
| | | | | | | | | Add status/reload to sysvinit scripts Modify tgtd to make start/stop work better (borrowed from Debian's implementation) Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* initscrtips: make initscripts chkconfig and service safeBruce Ashfield2013-11-251-0/+10
| | | | | | | | To support the execution of the chkconfig and service scripts, we need to ensure a consistent header on the initscripts, and a consistent environment that allows scratch files to be written. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: use "tgt" instead of PN and drop protocolBruce Ashfield2013-09-061-2/+2
| | | | | | | Without this fix, the fetcher may think there are multiple SRCREVs in the SRC_URI and demand a SRCREV_FORMAT, which we don't need. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: Update runtime dependenciesMihai Prica2013-08-281-1/+3
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* tgt: Inherit update-rc.d for initscriptsMihai Prica2013-08-281-1/+4
| | | | | | | The initscript was not ran because the update-rc.d class was not inherited. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* tgt: Removed commentsMihai Prica2013-08-281-1/+0
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* tgt: Changed perl-tests to perl-ptestMihai Prica2013-08-281-2/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* tgt: added 1.0.36Mihai Prica2013-08-282-0/+120
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>