aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/tgt
AgeCommit message (Collapse)Author
2014-05-26tgt: prevent service from being started multiple timesKeith Holman
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>
2014-04-15tgt: Fix the path of header files checkZhenhua Luo
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>
2014-03-26tgtd init script needs to update its usage infoAmy Fong
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>
2014-03-17OpenStack: Add to missing functionality in sysvinit scriptsAmy Fong
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>
2013-11-25initscrtips: make initscripts chkconfig and service safeBruce Ashfield
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>
2013-09-06tgt: use "tgt" instead of PN and drop protocolBruce Ashfield
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>
2013-08-28tgt: Update runtime dependenciesMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28tgt: Inherit update-rc.d for initscriptsMihai Prica
The initscript was not ran because the update-rc.d class was not inherited. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28tgt: Removed commentsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28tgt: Changed perl-tests to perl-ptestMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28tgt: added 1.0.36Mihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>