[oe] [meta-oe][PATCH] lio-utils: initial add 4.1

Martin Jansa martin.jansa at gmail.com
Fri Mar 22 09:24:56 UTC 2013


On Wed, Mar 13, 2013 at 03:49:42PM +0800, b28495 at freescale.com wrote:
> From: Ting Liu <b28495 at freescale.com>
> 
> lio-utils (lio-utils.git) provide a simple low-level configuration tool
> set for the Target+iSCSI (LIO).

Applied, thanks!

> 
> lio-utils use the configFS kernel API that is available with LIO, which
> provides a clean interface for controlling the kernel level Target
> engine and its fabric module subsystems.
> 
> Signed-off-by: Ting Liu <b28495 at freescale.com>
> ---
>  meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb |   59 ++++++++++++++++++++
>  1 files changed, 59 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
> 
> diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
> new file mode 100644
> index 0000000..bbedb78
> --- /dev/null
> +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
> @@ -0,0 +1,59 @@
> +SUMMARY = "lio-utils"
> +DESCRIPTION = "a simple low-level configuration tool set for the Target+iSCSI (LIO)"
> +HOMEPAGE = "http://linux-iscsi.org/index.php/Lio-utils"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://debian/copyright;md5=c3ea231a32635cbb5debedf3e88aa3df"
> +
> +PV = "4.1+git${SRCPV}"
> +
> +SRC_URI = "git://risingtidesystems.com/lio-utils.git"
> +SRCREV = "28bd928655bdc7bd3cf380f0196630690c51e05f"
> +S = "${WORKDIR}/git"
> +
> +inherit distutils
> +
> +EXTRA_OEMAKE += "DESTDIR=${D}"
> +
> +do_compile() {
> +    cd ${S}/tcm-py
> +    distutils_do_compile
> +
> +    cd ${S}/lio-py
> +    distutils_do_compile
> +
> +    if test -d ${S}/tools; then
> +        oe_runmake -C ${S}/tools
> +    fi
> +}
> +
> +do_install() {
> +    cd ${S}/tcm-py
> +    distutils_do_install
> +
> +    cd ${S}/lio-py
> +    distutils_do_install
> +
> +    SITE_PACKAGES=${D}/${PYTHON_SITEPACKAGES_DIR}
> +    install -d ${D}/${sbindir}
> +    for var in tcm_node tcm_dump tcm_loop tcm_fabric lio_dump lio_node; do
> +        if [ ! -h ${D}/${sbindir}/${var} ];then
> +            chmod a+x ${SITE_PACKAGES}/${var}.py
> +            ln -s ${PYTHON_SITEPACKAGES_DIR}/${var}.py ${D}/${sbindir}/${var}
> +        fi
> +    done
> +
> +    if test -d ${S}/tools; then
> +        oe_runmake -C ${S}/tools install
> +    fi
> +
> +    install -d ${D}/etc/target/
> +    install -d ${D}/etc/init.d/
> +    install -m 755 ${S}/scripts/rc.target ${D}/etc/init.d/
> +    install -m 755 ${S}/conf/tcm_start.default ${D}/etc/target/tcm_start.sh
> +    install -m 755 ${S}/conf/lio_start.default ${D}/etc/target/lio_start.sh
> +}
> +
> +RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \
> +    python-datetime python-textutils python-crypt python-netclient python-email"
> +
> +FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*"
> -- 
> 1.7.3.4
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130322/bb0c6967/attachment-0002.sig>


More information about the Openembedded-devel mailing list