All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Carlos Hernandez <ceh@ti.com>
Cc: meta-arago@arago-project.org, yan-liu@ti.com
Subject: Re: [PATCH 2/2 v2] ltp-ddt: update to latest ltp release 20170116
Date: Fri, 3 Mar 2017 14:23:12 -0500	[thread overview]
Message-ID: <20170303192312.GL12614@edge> (raw)
In-Reply-To: <1488568612-42684-1-git-send-email-ceh@ti.com>

Did you forget -M/-C flag in git format-patch? :)

On Fri, Mar 03, 2017 at 02:16:52PM -0500, Carlos Hernandez wrote:
> Signed-off-by: Carlos Hernandez <ceh@ti.com>
> ---
>  .../recipes-devtools/ltp-ddt/ltp-ddt_20160510.bb   | 66 ----------------------
>  .../recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb   | 66 ++++++++++++++++++++++
>  2 files changed, 66 insertions(+), 66 deletions(-)
>  delete mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20160510.bb
>  create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20160510.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20160510.bb
> deleted file mode 100644
> index 3bb17c8f8535..000000000000
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20160510.bb
> +++ /dev/null
> @@ -1,66 +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 = "r10"
> -PV_append = "+git${SRCPV}"
> -
> -PROVIDES += "ltp"
> -DEPENDS += "zip-native alsa-lib libaio"
> -
> -RDEPENDS_${PN} += "pm-qa serialcheck"
> -
> -inherit autotools-brokensep
> -
> -SRCREV = "429d12779e28e1997f656db19c5bf73edf9e9365"
> -BRANCH ?= "master"
> -
> -SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}"
> -
> -S = "${WORKDIR}/git"
> -
> -LTPROOT = "/opt/ltp"
> -
> -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"
> -FILES_${PN} += "${LTPROOT}/*"
> -
> -# The makefiles make excessive use of make -C and several include testcases.mk
> -# which triggers a build of the syscall header. To reproduce, build ltp,
> -# then delete the header, then "make -j XX" and watch regen.sh run multiple
> -# times. Its easier to generate this once here instead.
> -do_compile_prepend () {
> -    ( make -C ${B}/testcases/kernel include/linux_syscall_numbers.h )
> -}
> -
> -do_install() {
> -    oe_runmake install
> -}
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb
> new file mode 100644
> index 000000000000..2d78fa835c9f
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20170116.bb
> @@ -0,0 +1,66 @@
> +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 = "r11"
> +PV_append = "+git${SRCPV}"
> +
> +PROVIDES += "ltp"
> +DEPENDS += "zip-native alsa-lib libaio"
> +
> +RDEPENDS_${PN} += "pm-qa serialcheck"
> +
> +inherit autotools-brokensep
> +
> +SRCREV = "7b43afae8b931541388b0a7e6f65d7ceb6d01b3e"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +LTPROOT = "/opt/ltp"
> +
> +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"
> +FILES_${PN} += "${LTPROOT}/*"
> +
> +# The makefiles make excessive use of make -C and several include testcases.mk
> +# which triggers a build of the syscall header. To reproduce, build ltp,
> +# then delete the header, then "make -j XX" and watch regen.sh run multiple
> +# times. Its easier to generate this once here instead.
> +do_compile_prepend () {
> +    ( make -C ${B}/testcases/kernel include/linux_syscall_numbers.h )
> +}
> +
> +do_install() {
> +    oe_runmake install
> +}
> -- 
> 2.7.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2017-03-03 19:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03 14:25 [PATCH 1/2] ltp-ddt: remove scheduler trace patch no longer required Carlos Hernandez
2017-03-03 14:25 ` [PATCH 2/2] ltp-ddt: update to latest version Carlos Hernandez
2017-03-03 19:03   ` Denys Dmytriyenko
2017-03-03 19:16   ` [PATCH 2/2 v2] ltp-ddt: update to latest ltp release 20170116 Carlos Hernandez
2017-03-03 19:23     ` Denys Dmytriyenko [this message]
2017-03-03 19:33   ` [PATCH v3] " Carlos Hernandez
2017-03-03 21:00     ` Denys Dmytriyenko
2017-03-03 19:05 ` [PATCH 1/2] ltp-ddt: remove scheduler trace patch no longer required Denys Dmytriyenko

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=20170303192312.GL12614@edge \
    --to=denys@ti.com \
    --cc=ceh@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.