summaryrefslogtreecommitdiffstats
path: root/package/targetcli-fb/targetcli-fb.mk
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2014-09-18 12:00:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-21 19:45:54 +0200
commit3867623c23ec0b1638d55dcb42e58f800de38785 (patch)
tree8117f7a6985308a67af76148a71c6534fb537174 /package/targetcli-fb/targetcli-fb.mk
parente9d12828cd7e2e8ce50359ce490d8eb74198402c (diff)
downloadbuildroot-3867623c23ec0b1638d55dcb42e58f800de38785.tar.gz
buildroot-3867623c23ec0b1638d55dcb42e58f800de38785.zip
targetcli-fb: new package
targetcli-fb is a command-line interface for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/targetcli-fb/targetcli-fb.mk')
-rw-r--r--package/targetcli-fb/targetcli-fb.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/targetcli-fb/targetcli-fb.mk b/package/targetcli-fb/targetcli-fb.mk
new file mode 100644
index 0000000000..1faad07b0e
--- /dev/null
+++ b/package/targetcli-fb/targetcli-fb.mk
@@ -0,0 +1,26 @@
+################################################################################
+#
+# targetcli-fb
+#
+################################################################################
+
+TARGETCLI_FB_VERSION = v2.1.fb36
+TARGETCLI_FB_SITE = $(call github,agrover,targetcli-fb,$(TARGETCLI_FB_VERSION))
+TARGETCLI_FB_LICENSE = Apache-2.0
+TARGETCLI_FB_LICENSE_FILES = COPYING
+TARGETCLI_FB_SETUP_TYPE = setuptools
+TARGETCLI_FB_DEPENDENCIES = python-configshell-fb python-rtslib-fb
+
+define TARGETCLI_FB_INSTALL_INIT_SYSV
+ $(INSTALL) -m 0755 -D package/targetcli-fb/S50target $(TARGET_DIR)/etc/init.d/S50target
+endef
+
+# Targetcli stores its configuration in /etc/target/saveconfig.json
+# and complains if the /etc/target/ directory does not exist.
+define TARGETCLI_FB_INSTALL_CONF_DIR
+ $(INSTALL) -m 0755 -d $(TARGET_DIR)/etc/target
+endef
+
+TARGETCLI_FB_POST_INSTALL_TARGET_HOOKS += TARGETCLI_FB_INSTALL_CONF_DIR
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud