All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <yan-liu@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v1] ltp-ddt: Update to latest
Date: Tue, 5 Mar 2019 15:20:07 -0500	[thread overview]
Message-ID: <20190305202006.GE26081@beryl> (raw)
In-Reply-To: <1551816114-11226-1-git-send-email-yan-liu@ti.com>

Please make it a diff - use -M/-C git flags as needed


On Tue, Mar 05, 2019 at 03:01:54PM -0500, yan-liu@ti.com wrote:
> From: Yan Liu <yan-liu@ti.com>
> 
> Signed-off-by: Yan Liu <yan-liu@ti.com>
> ---
>  .../recipes-devtools/ltp-ddt/ltp-ddt_20180118.bb   |   94 --------------------
>  .../recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb   |   94 ++++++++++++++++++++
>  2 files changed, 94 insertions(+), 94 deletions(-)
>  delete mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20180118.bb
>  create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20180118.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20180118.bb
> deleted file mode 100644
> index 2f491ad..0000000
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20180118.bb
> +++ /dev/null
> @@ -1,94 +0,0 @@
> -SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project"
> -HOMEPAGE = "http://arago-project.org/git/projects/test-automation/ltp-ddt.git"
> -SECTION = "console/utils"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -
> -PR = "r22"
> -PV_append = "+git${SRCPV}"
> -
> -PROVIDES += "ltp"
> -DEPENDS = "alsa-lib attr libaio libcap acl openssl zip-native"
> -
> -RDEPENDS_${PN} = "\
> -    acl \
> -    at \
> -    attr \
> -    bash \
> -    cpio \
> -    cronie \
> -    curl \
> -    e2fsprogs-mke2fs \
> -    expect \
> -    gawk \
> -    gzip \
> -    iproute2 \
> -    ldd \
> -    libaio \
> -    logrotate \
> -    perl \
> -    pm-qa \
> -    python-core \
> -    serialcheck \
> -    unzip \
> -    util-linux \
> -    which \
> -    libgcc\
> -    memtester\
> -"
> -
> -inherit autotools-brokensep
> -
> -SRCREV = "cc77bda07ecfc3bc7c42a559ec17d7a7736d1e9f"
> -BRANCH ?= "master"
> -
> -SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH} \
> -    file://0003-Add-knob-to-control-tirpc-support.patch \
> -"
> -
> -S = "${WORKDIR}/git"
> -
> -LTPROOT = "/opt/ltp"
> -
> -# disable TI RPC (Transport-Independent RPC) due to missing dependency
> -EXTRA_OECONF += " --without-tirpc"
> -
> -EXTRA_OEMAKE_append = " \
> -    prefix=${LTPROOT} \
> -    CROSS_COMPILE=${HOST_PREFIX} \
> -    SKIP_IDCHECK=1 \
> -    KERNEL_USR_INC=${STAGING_INCDIR} \
> -    ALSA_INCPATH=${STAGING_INCDIR} \
> -    ALSA_LIBPATH=${STAGING_LIBDIR} \
> -    RANLIB=${RANLIB} \
> -    DESTDIR=${D} \
> -    CC='${CC}' \
> -"
> -
> -TARGET_CC_ARCH += "${LDFLAGS}"
> -
> -FILES_${PN}-dbg += " \
> -    ${LTPROOT}/.debug \
> -    ${LTPROOT}/bin/.debug \
> -    ${LTPROOT}/runtest/.debug \
> -    ${LTPROOT}/testcases/bin/.debug \
> -    ${LTPROOT}/testcases/bin/*/bin/.debug \
> -    ${LTPROOT}/testcases/bin/*/test/.debug \
> -    ${LTPROOT}/testcases/bin/ddt/.debug \
> -    ${LTPROOT}/testcases/bin/ddt/*/bin/.debug \
> -    ${LTPROOT}/testcases/bin/ddt/*/test/.debug \
> -    ${LTPROOT}/testcases/realtime/*/*/.debug \
> -"
> -
> -FILES_${PN}-staticdev += "${LTPROOT}/lib ${LTPROOT}/lib/libmem.a ${LTPROOT}/testcases/data/nm01/lib.a"
> -FILES_${PN} += "${LTPROOT}/*"
> -
> -do_install() {
> -    oe_runmake install
> -}
> -
> -# Avoid file dependency scans, as LTP checks for things that may or may not
> -# exist on the running system.  For instance it has specific checks for
> -# csh and ksh which are not typically part of OpenEmbedded systems (but
> -# can be added via additional layers.)
> -SKIP_FILEDEPS_${PN} = '1'
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb
> new file mode 100644
> index 0000000..9ff582f
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb
> @@ -0,0 +1,94 @@
> +SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project"
> +HOMEPAGE = "http://arago-project.org/git/projects/test-automation/ltp-ddt.git"
> +SECTION = "console/utils"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +
> +PR = "r1"
> +PV_append = "+git${SRCPV}"
> +
> +PROVIDES += "ltp"
> +DEPENDS = "alsa-lib attr libaio libcap acl openssl zip-native"
> +
> +RDEPENDS_${PN} = "\
> +    acl \
> +    at \
> +    attr \
> +    bash \
> +    cpio \
> +    cronie \
> +    curl \
> +    e2fsprogs-mke2fs \
> +    expect \
> +    gawk \
> +    gzip \
> +    iproute2 \
> +    ldd \
> +    libaio \
> +    logrotate \
> +    perl \
> +    pm-qa \
> +    python-core \
> +    serialcheck \
> +    unzip \
> +    util-linux \
> +    which \
> +    libgcc\
> +    memtester\
> +"
> +
> +inherit autotools-brokensep
> +
> +SRCREV = "22e65405811dc47a4254a52aaaf09a5a83387bdd"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH} \
> +    file://0003-Add-knob-to-control-tirpc-support.patch \
> +"
> +
> +S = "${WORKDIR}/git"
> +
> +LTPROOT = "/opt/ltp"
> +
> +# disable TI RPC (Transport-Independent RPC) due to missing dependency
> +EXTRA_OECONF += " --without-tirpc"
> +
> +EXTRA_OEMAKE_append = " \
> +    prefix=${LTPROOT} \
> +    CROSS_COMPILE=${HOST_PREFIX} \
> +    SKIP_IDCHECK=1 \
> +    KERNEL_USR_INC=${STAGING_INCDIR} \
> +    ALSA_INCPATH=${STAGING_INCDIR} \
> +    ALSA_LIBPATH=${STAGING_LIBDIR} \
> +    RANLIB=${RANLIB} \
> +    DESTDIR=${D} \
> +    CC='${CC}' \
> +"
> +
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +FILES_${PN}-dbg += " \
> +    ${LTPROOT}/.debug \
> +    ${LTPROOT}/bin/.debug \
> +    ${LTPROOT}/runtest/.debug \
> +    ${LTPROOT}/testcases/bin/.debug \
> +    ${LTPROOT}/testcases/bin/*/bin/.debug \
> +    ${LTPROOT}/testcases/bin/*/test/.debug \
> +    ${LTPROOT}/testcases/bin/ddt/.debug \
> +    ${LTPROOT}/testcases/bin/ddt/*/bin/.debug \
> +    ${LTPROOT}/testcases/bin/ddt/*/test/.debug \
> +    ${LTPROOT}/testcases/realtime/*/*/.debug \
> +"
> +
> +FILES_${PN}-staticdev += "${LTPROOT}/lib ${LTPROOT}/lib/libmem.a ${LTPROOT}/testcases/data/nm01/lib.a"
> +FILES_${PN} += "${LTPROOT}/*"
> +
> +do_install() {
> +    oe_runmake install
> +}
> +
> +# Avoid file dependency scans, as LTP checks for things that may or may not
> +# exist on the running system.  For instance it has specific checks for
> +# csh and ksh which are not typically part of OpenEmbedded systems (but
> +# can be added via additional layers.)
> +SKIP_FILEDEPS_${PN} = '1'
> -- 
> 1.7.9.5
> 


  reply	other threads:[~2019-03-05 20:20 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 20:01 [PATCH v1] ltp-ddt: Update to latest yan-liu
2019-03-05 20:20 ` Denys Dmytriyenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-03 16:12 yan-liu
2020-05-29 18:29 yan-liu
2020-05-20 19:55 yan-liu
2020-05-13  1:35 yan-liu
2020-05-06 21:37 yan-liu
2020-03-17 15:01 yan-liu
2020-03-04 19:26 yan-liu
2020-02-17 15:05 yan-liu
2020-01-29 15:54 yan-liu
2020-01-23 17:08 yan-liu
2020-01-09 20:48 yan-liu
2020-01-02 20:19 yan-liu
2019-12-11 20:42 yan-liu
2019-11-22 14:22 yan-liu
2019-11-20 19:32 yan-liu
2019-11-13 13:51 yan-liu
2019-10-31 22:07 yan-liu
2019-10-09 20:24 yan-liu
2019-10-02 18:35 yan-liu
2019-09-24 13:48 yan-liu
2019-09-17 20:00 yan-liu
2019-08-19 18:09 yan-liu
2019-08-13 19:19 yan-liu
2019-08-06 20:08 yan-liu
2019-08-07  1:13 ` Denys Dmytriyenko
2019-08-07  2:33   ` Liu, Yan
2019-07-16 15:29 yan-liu
2019-07-09 20:50 yan-liu
2019-07-02 18:19 yan-liu
2019-06-26 17:57 yan-liu
2019-05-21 20:21 yan-liu
2019-03-27 16:55 yan-liu
2019-03-20 18:06 yan-liu
2018-11-14 19:32 yan-liu
2018-11-01 18:43 yan-liu
2018-10-25 12:34 yan-liu
2018-10-08 16:08 yan-liu
2018-09-28 21:30 yan-liu
2018-09-21 21:45 yan-liu
2018-09-14 20:03 yan-liu
2018-08-26 14:55 yan-liu
2018-08-15 16:35 yan-liu
2018-08-02 14:10 yan-liu
2018-07-10 12:44 yan-liu
2018-06-28 14:39 yan-liu
2018-06-18 20:55 yan-liu
2018-05-15 16:05 yan-liu
2018-05-08 17:59 yan-liu
2018-04-30 17:57 yan-liu
2018-04-23 18:19 yan-liu
2018-04-23 18:12 yan-liu
2018-04-24 16:55 ` Denys Dmytriyenko
2018-04-24 17:03   ` Liu, Yan
2018-04-04 14:28 yan-liu
2018-03-27 14:06 yan-liu
2018-03-13 14:12 yan-liu
2017-12-14 13:33 yan-liu
2017-12-05 17:41 yan-liu
2017-11-27 23:06 yan-liu
2017-11-27 23:02 yan-liu
2017-11-27 23:11 ` Liu, Yan
2017-11-20 19:37 yan-liu
2017-11-20 15:26 yan-liu
2017-10-30 21:18 yan-liu
2017-10-24 15:19 yan-liu
2017-10-17 18:00 yan-liu
2017-10-09 17:39 yan-liu
2017-09-18 16:34 yan-liu
2017-09-12 17:53 yan-liu
2017-09-05 15:30 yan-liu
2017-08-28 18:31 yan-liu
2017-08-09 12:10 yan-liu
2017-07-31 15:49 yan-liu
2017-06-19 18:38 yan-liu
2017-06-12 21:31 yan-liu
2017-06-12 16:28 yan-liu
2017-06-05 13:38 yan-liu
2017-05-16 14:13 yan-liu
2017-04-24 13:26 yan-liu
2017-03-28 16:02 yan-liu
2017-03-17 18:34 yan-liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190305202006.GE26081@beryl \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=yan-liu@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.