All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ltp: update to new release 20130904
@ 2013-09-05 17:10 Anders Roxell
  2013-09-06 19:01 ` Saul Wold
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Anders Roxell @ 2013-09-05 17:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: linaro-networking, patches

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 meta/recipes-extended/ltp/ltp_20130503.bb | 75 -----------------------------
 meta/recipes-extended/ltp/ltp_20130904.bb | 78 +++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 75 deletions(-)
 delete mode 100644 meta/recipes-extended/ltp/ltp_20130503.bb
 create mode 100644 meta/recipes-extended/ltp/ltp_20130904.bb

diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130503.bb
deleted file mode 100644
index 387826d..0000000
--- a/meta/recipes-extended/ltp/ltp_20130503.bb
+++ /dev/null
@@ -1,75 +0,0 @@
-SUMMARY = "Linux Test Project"
-DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features."
-HOMEPAGE = "http://ltp.sourceforge.net"
-SECTION = "console/utils"
-
-LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
-		    file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
-		    file://testcases/kernel/controllers/freezer/run_freezer.sh;beginline=5;endline=17;md5=86a61d2c042d59836ffb353a21456498 \
-		    file://testcases/kernel/fs/ext4-new-features/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
-		    file://testcases/kernel/hotplug/memory_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
-		    file://testcases/kernel/hotplug/cpu_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
-		    file://testcases/open_posix_testsuite/COPYING;md5=216e43b72efbe4ed9017cc19c4c68b01 \
-		    file://testcases/realtime/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
-		    file://tools/netpipe-2.4/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
-		    file://tools/netpipe-2.4-ipv6/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
-		    file://tools/top-LTP/proc/COPYING;md5=aefc88eb8a41672fbfcfe6b69ab8c49c \
-		    file://tools/pounder21/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-		"
-
-DEPENDS = "attr libaio libcap acl openssl"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
-
-SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
-SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
-
-export prefix = "/opt/ltp"
-export exec_prefix = "/opt/ltp"
-
-inherit autotools
-
-RDEPENDS_${PN} = "perl"
-
-FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
-FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
-FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"
-FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/test/.debug"
-FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug"
-FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug"
-FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug"
-
-FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
-
-FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_unpack_append() {
-    bb.build.exec_func('do_extract_tarball', d)
-}
-
-do_extract_tarball() {
-	if test -f ${WORKDIR}/ltp-full-${PV} ; then
-	    tar x --no-same-owner -f ${WORKDIR}/ltp-full-${PV} -C ${WORKDIR}
-	    rm -rf ${WORKDIR}/ltp-${PV}
-	    mv ${WORKDIR}/ltp-full-${PV} ${WORKDIR}/ltp-${PV}
-	fi
-}
-
-do_install(){
-	install -d ${D}/opt/ltp/
-	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
-	
-	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
-	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
-
-	# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky
-	# We will add expect for enhancement in future
-	find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
-}
-
-# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
-INHIBIT_PACKAGE_STRIP = "1"
diff --git a/meta/recipes-extended/ltp/ltp_20130904.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
new file mode 100644
index 0000000..d4ef7ef
--- /dev/null
+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
@@ -0,0 +1,78 @@
+SUMMARY = "Linux Test Project"
+DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features."
+HOMEPAGE = "http://ltp.sourceforge.net"
+SECTION = "console/utils"
+
+LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
+		    file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
+		    file://testcases/kernel/controllers/freezer/run_freezer.sh;beginline=5;endline=17;md5=86a61d2c042d59836ffb353a21456498 \
+		    file://testcases/kernel/fs/ext4-new-features/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
+		    file://testcases/kernel/hotplug/memory_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
+		    file://testcases/kernel/hotplug/cpu_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
+		    file://testcases/open_posix_testsuite/COPYING;md5=216e43b72efbe4ed9017cc19c4c68b01 \
+		    file://testcases/realtime/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
+		    file://tools/netpipe-2.4/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
+		    file://tools/netpipe-2.4-ipv6/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
+		    file://tools/top-LTP/proc/COPYING;md5=aefc88eb8a41672fbfcfe6b69ab8c49c \
+		    file://tools/pounder21/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+		"
+
+DEPENDS = "attr libaio libcap acl openssl"
+
+SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=${PV};protocol=git"
+
+SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
+SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
+
+SRCREV = "${AUTOREV}"
+S = "${WORKDIR}/git"
+
+export prefix = "/opt/ltp"
+export exec_prefix = "/opt/ltp"
+
+inherit autotools
+
+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
+
+FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
+FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
+FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"
+FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/test/.debug"
+FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug"
+FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug"
+FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug"
+
+FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
+
+FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_unpack_append() {
+    bb.build.exec_func('do_extract_tarball', d)
+}
+
+do_extract_tarball() {
+	if test -f ${WORKDIR}/ltp-full-${PV} ; then
+	    tar x --no-same-owner -f ${WORKDIR}/ltp-full-${PV} -C ${WORKDIR}
+	    rm -rf ${WORKDIR}/ltp-${PV}
+	    mv ${WORKDIR}/ltp-full-${PV} ${WORKDIR}/ltp-${PV}
+	fi
+}
+
+do_install(){
+	install -d ${D}/opt/ltp/
+	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
+
+	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
+	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
+
+	# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky
+	# We will add expect for enhancement in future
+	find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
+}
+
+# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
+INHIBIT_PACKAGE_STRIP = "1"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ltp: update to new release 20130904
  2013-09-05 17:10 [PATCH] ltp: update to new release 20130904 Anders Roxell
@ 2013-09-06 19:01 ` Saul Wold
  2013-09-07 20:33 ` Anders Roxell
  2013-09-09 10:17 ` [PATCHv3] " Anders Roxell
  2 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2013-09-06 19:01 UTC (permalink / raw)
  To: Anders Roxell; +Cc: linaro-networking, patches, openembedded-core

On 09/05/2013 10:10 AM, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   meta/recipes-extended/ltp/ltp_20130503.bb | 75 -----------------------------
>   meta/recipes-extended/ltp/ltp_20130904.bb | 78 +++++++++++++++++++++++++++++++
>   2 files changed, 78 insertions(+), 75 deletions(-)
>   delete mode 100644 meta/recipes-extended/ltp/ltp_20130503.bb
>   create mode 100644 meta/recipes-extended/ltp/ltp_20130904.bb
>
> diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130503.bb
> deleted file mode 100644
> index 387826d..0000000
> --- a/meta/recipes-extended/ltp/ltp_20130503.bb
> +++ /dev/null
> @@ -1,75 +0,0 @@
> -SUMMARY = "Linux Test Project"
> -DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features."
> -HOMEPAGE = "http://ltp.sourceforge.net"
> -SECTION = "console/utils"
> -
> -LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> -		    file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> -		    file://testcases/kernel/controllers/freezer/run_freezer.sh;beginline=5;endline=17;md5=86a61d2c042d59836ffb353a21456498 \
> -		    file://testcases/kernel/fs/ext4-new-features/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
> -		    file://testcases/kernel/hotplug/memory_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
> -		    file://testcases/kernel/hotplug/cpu_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
> -		    file://testcases/open_posix_testsuite/COPYING;md5=216e43b72efbe4ed9017cc19c4c68b01 \
> -		    file://testcases/realtime/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
> -		    file://tools/netpipe-2.4/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
> -		    file://tools/netpipe-2.4-ipv6/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
> -		    file://tools/top-LTP/proc/COPYING;md5=aefc88eb8a41672fbfcfe6b69ab8c49c \
> -		    file://tools/pounder21/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> -		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> -		"
> -
> -DEPENDS = "attr libaio libcap acl openssl"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
> -
> -SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
> -SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
> -
> -export prefix = "/opt/ltp"
> -export exec_prefix = "/opt/ltp"
> -
> -inherit autotools
> -
> -RDEPENDS_${PN} = "perl"
> -
> -FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/test/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug"
> -FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug"
> -
> -FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
> -
> -FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*"
> -
> -TARGET_CC_ARCH += "${LDFLAGS}"
> -
> -do_unpack_append() {
> -    bb.build.exec_func('do_extract_tarball', d)
> -}
> -
> -do_extract_tarball() {
> -	if test -f ${WORKDIR}/ltp-full-${PV} ; then
> -	    tar x --no-same-owner -f ${WORKDIR}/ltp-full-${PV} -C ${WORKDIR}
> -	    rm -rf ${WORKDIR}/ltp-${PV}
> -	    mv ${WORKDIR}/ltp-full-${PV} ${WORKDIR}/ltp-${PV}
> -	fi
> -}
> -
> -do_install(){
> -	install -d ${D}/opt/ltp/
> -	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
> -	
> -	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
> -	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
> -
> -	# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky
> -	# We will add expect for enhancement in future
> -	find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
> -}
> -
> -# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
> -INHIBIT_PACKAGE_STRIP = "1"
> diff --git a/meta/recipes-extended/ltp/ltp_20130904.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> new file mode 100644
> index 0000000..d4ef7ef
> --- /dev/null
> +++ b/meta/recipes-extended/ltp/ltp_20130904.bb
> @@ -0,0 +1,78 @@
> +SUMMARY = "Linux Test Project"
> +DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features."
> +HOMEPAGE = "http://ltp.sourceforge.net"
> +SECTION = "console/utils"
> +
> +LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> +		    file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> +		    file://testcases/kernel/controllers/freezer/run_freezer.sh;beginline=5;endline=17;md5=86a61d2c042d59836ffb353a21456498 \
> +		    file://testcases/kernel/fs/ext4-new-features/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
> +		    file://testcases/kernel/hotplug/memory_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
> +		    file://testcases/kernel/hotplug/cpu_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \
> +		    file://testcases/open_posix_testsuite/COPYING;md5=216e43b72efbe4ed9017cc19c4c68b01 \
> +		    file://testcases/realtime/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
> +		    file://tools/netpipe-2.4/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
> +		    file://tools/netpipe-2.4-ipv6/COPYING;md5=9e3781bb5fe787aa80e1f51f5006b6fa \
> +		    file://tools/top-LTP/proc/COPYING;md5=aefc88eb8a41672fbfcfe6b69ab8c49c \
> +		    file://tools/pounder21/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> +		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> +		"
> +
> +DEPENDS = "attr libaio libcap acl openssl"
> +
> +SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=${PV};protocol=git"
> +
> +SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
> +SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
> +
These are un-needed if using GIT.

> +SRCREV = "${AUTOREV}"

Please do not use ${AUTOREV} in oe-core recipes, this adds network 
checks and we want to ensure that oe-core is buildable with no network 
connection.

Using git mv or format-patch -M might have helped us spot this quick!

Sau!

> +S = "${WORKDIR}/git"
> +
> +export prefix = "/opt/ltp"
> +export exec_prefix = "/opt/ltp"
> +
> +inherit autotools
> +
> +RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
> +
> +FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/test/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug"
> +FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug"
> +
> +FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
> +
> +FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*"
> +
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +do_unpack_append() {
> +    bb.build.exec_func('do_extract_tarball', d)
> +}
> +
> +do_extract_tarball() {
> +	if test -f ${WORKDIR}/ltp-full-${PV} ; then
> +	    tar x --no-same-owner -f ${WORKDIR}/ltp-full-${PV} -C ${WORKDIR}
> +	    rm -rf ${WORKDIR}/ltp-${PV}
> +	    mv ${WORKDIR}/ltp-full-${PV} ${WORKDIR}/ltp-${PV}
> +	fi
> +}
> +
> +do_install(){
> +	install -d ${D}/opt/ltp/
> +	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
> +
> +	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
> +	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
> +
> +	# We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky
> +	# We will add expect for enhancement in future
> +	find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
> +}
> +
> +# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
> +INHIBIT_PACKAGE_STRIP = "1"
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ltp: update to new release 20130904
  2013-09-05 17:10 [PATCH] ltp: update to new release 20130904 Anders Roxell
  2013-09-06 19:01 ` Saul Wold
@ 2013-09-07 20:33 ` Anders Roxell
  2013-09-07 20:46   ` Saul Wold
  2013-09-09 10:17 ` [PATCHv3] " Anders Roxell
  2 siblings, 1 reply; 8+ messages in thread
From: Anders Roxell @ 2013-09-07 20:33 UTC (permalink / raw)
  To: openembedded-core; +Cc: linaro-networking, patches

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 .../ltp/{ltp_20130503.bb => ltp_20130904.bb}                | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (93%)

diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
similarity index 93%
rename from meta/recipes-extended/ltp/ltp_20130503.bb
rename to meta/recipes-extended/ltp/ltp_20130904.bb
index 387826d..4f2b9e7 100644
--- a/meta/recipes-extended/ltp/ltp_20130503.bb
+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
@@ -21,17 +21,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 DEPENDS = "attr libaio libcap acl openssl"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
+SRC_URI = "git://github.com/linux-test-project/ltp.git"
 
-SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
-SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
+SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
+SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
+
+SRCREV = "${PV}"
+S = "${WORKDIR}/git"
 
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
 inherit autotools
 
-RDEPENDS_${PN} = "perl"
+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
 
 FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
 FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
@@ -62,7 +65,7 @@ do_extract_tarball() {
 do_install(){
 	install -d ${D}/opt/ltp/
 	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
-	
+
 	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
 	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ltp: update to new release 20130904
  2013-09-07 20:33 ` Anders Roxell
@ 2013-09-07 20:46   ` Saul Wold
  2013-09-09 10:14     ` Anders Roxell
  0 siblings, 1 reply; 8+ messages in thread
From: Saul Wold @ 2013-09-07 20:46 UTC (permalink / raw)
  To: Anders Roxell; +Cc: linaro-networking, patches, openembedded-core

On 09/07/2013 01:33 PM, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   .../ltp/{ltp_20130503.bb => ltp_20130904.bb}                | 13 ++++++++-----
>   1 file changed, 8 insertions(+), 5 deletions(-)
>   rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (93%)
>
> diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> similarity index 93%
> rename from meta/recipes-extended/ltp/ltp_20130503.bb
> rename to meta/recipes-extended/ltp/ltp_20130904.bb
> index 387826d..4f2b9e7 100644
> --- a/meta/recipes-extended/ltp/ltp_20130503.bb
> +++ b/meta/recipes-extended/ltp/ltp_20130904.bb
> @@ -21,17 +21,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>
>   DEPENDS = "attr libaio libcap acl openssl"
>
> -SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
> +SRC_URI = "git://github.com/linux-test-project/ltp.git"
>
> -SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
> -SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
> +SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
> +SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
> +
> +SRCREV = "${PV}"

Is the PV really a git hash?  That's a branch or tag which will also 
require and extra lookup.  It needs to be a git hash.

Also as noted in the last email the SRC_URI checksums are not needed as 
you are using git now.

Sau!

> +S = "${WORKDIR}/git"
>
>   export prefix = "/opt/ltp"
>   export exec_prefix = "/opt/ltp"
>
>   inherit autotools
>
> -RDEPENDS_${PN} = "perl"
> +RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
>
>   FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
>   FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
> @@ -62,7 +65,7 @@ do_extract_tarball() {
>   do_install(){
>   	install -d ${D}/opt/ltp/
>   	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
> -	
> +
>   	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
>   	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
>
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ltp: update to new release 20130904
  2013-09-07 20:46   ` Saul Wold
@ 2013-09-09 10:14     ` Anders Roxell
  0 siblings, 0 replies; 8+ messages in thread
From: Anders Roxell @ 2013-09-09 10:14 UTC (permalink / raw)
  To: Saul Wold; +Cc: linaro-networking, patches, openembedded-core

On 2013-09-07 13:46, Saul Wold wrote:
> On 09/07/2013 01:33 PM, Anders Roxell wrote:
> >Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> >---
> >  .../ltp/{ltp_20130503.bb => ltp_20130904.bb}                | 13 ++++++++-----
> >  1 file changed, 8 insertions(+), 5 deletions(-)
> >  rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (93%)
> >
> >diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> >similarity index 93%
> >rename from meta/recipes-extended/ltp/ltp_20130503.bb
> >rename to meta/recipes-extended/ltp/ltp_20130904.bb
> >index 387826d..4f2b9e7 100644
> >--- a/meta/recipes-extended/ltp/ltp_20130503.bb
> >+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
> >@@ -21,17 +21,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> >
> >  DEPENDS = "attr libaio libcap acl openssl"
> >
> >-SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
> >+SRC_URI = "git://github.com/linux-test-project/ltp.git"
> >
> >-SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
> >-SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
> >+SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
> >+SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
> >+
> >+SRCREV = "${PV}"
> 
> Is the PV really a git hash?  That's a branch or tag which will also
> require and extra lookup.  It needs to be a git hash.
Thanks, didn't know.

> 
> Also as noted in the last email the SRC_URI checksums are not needed
> as you are using git now.
My mistake sorry.

Sending a new patch soon.

Anders
> 
> Sau!
> 
> >+S = "${WORKDIR}/git"
> >
> >  export prefix = "/opt/ltp"
> >  export exec_prefix = "/opt/ltp"
> >
> >  inherit autotools
> >
> >-RDEPENDS_${PN} = "perl"
> >+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
> >
> >  FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
> >  FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
> >@@ -62,7 +65,7 @@ do_extract_tarball() {
> >  do_install(){
> >  	install -d ${D}/opt/ltp/
> >  	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
> >-	
> >+
> >  	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
> >  	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
> >
> >


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCHv3] ltp: update to new release 20130904
  2013-09-05 17:10 [PATCH] ltp: update to new release 20130904 Anders Roxell
  2013-09-06 19:01 ` Saul Wold
  2013-09-07 20:33 ` Anders Roxell
@ 2013-09-09 10:17 ` Anders Roxell
  2013-10-29  9:58   ` Richard Purdie
  2 siblings, 1 reply; 8+ messages in thread
From: Anders Roxell @ 2013-09-09 10:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: linaro-networking, patches

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (94%)

diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
similarity index 94%
rename from meta/recipes-extended/ltp/ltp_20130503.bb
rename to meta/recipes-extended/ltp/ltp_20130904.bb
index 387826d..5e10448 100644
--- a/meta/recipes-extended/ltp/ltp_20130503.bb
+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
@@ -21,17 +21,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 DEPENDS = "attr libaio libcap acl openssl"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
+SRC_URI = "git://github.com/linux-test-project/ltp.git"
 
-SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
-SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
+SRCREV = "a8c42db5f9314211811c36275a21f83902830dc5"
+S = "${WORKDIR}/git"
 
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
 inherit autotools
 
-RDEPENDS_${PN} = "perl"
+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
 
 FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
 FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
@@ -62,7 +62,7 @@ do_extract_tarball() {
 do_install(){
 	install -d ${D}/opt/ltp/
 	oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
-	
+
 	# Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
 	cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCHv3] ltp: update to new release 20130904
  2013-09-09 10:17 ` [PATCHv3] " Anders Roxell
@ 2013-10-29  9:58   ` Richard Purdie
  2013-11-08 18:03     ` Anders Roxell
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Purdie @ 2013-10-29  9:58 UTC (permalink / raw)
  To: Anders Roxell; +Cc: linaro-networking, patches, openembedded-core

On Mon, 2013-09-09 at 12:17 +0200, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>  rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (94%)
> 
> diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> similarity index 94%
> rename from meta/recipes-extended/ltp/ltp_20130503.bb
> rename to meta/recipes-extended/ltp/ltp_20130904.bb
> index 387826d..5e10448 100644

It seems this patch is causing problems on the autobuilder, e.g.:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=5379

but this is occurring on multiple architectures. Looks like some kind of
parallel make race :(

Cheers,

Richard



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCHv3] ltp: update to new release 20130904
  2013-10-29  9:58   ` Richard Purdie
@ 2013-11-08 18:03     ` Anders Roxell
  0 siblings, 0 replies; 8+ messages in thread
From: Anders Roxell @ 2013-11-08 18:03 UTC (permalink / raw)
  To: Richard Purdie; +Cc: linaro-networking, patches, openembedded-core

On 2013-10-29 09:58, Richard Purdie wrote:
> On Mon, 2013-09-09 at 12:17 +0200, Anders Roxell wrote:
> > Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> > ---
> >  meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> >  rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (94%)
> > 
> > diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> > similarity index 94%
> > rename from meta/recipes-extended/ltp/ltp_20130503.bb
> > rename to meta/recipes-extended/ltp/ltp_20130904.bb
> > index 387826d..5e10448 100644
> 
> It seems this patch is causing problems on the autobuilder, e.g.:
> 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=5379
> 
> but this is occurring on multiple architectures. Looks like some kind of
> parallel make race :(
Hi and sorry for the late response.

I have tried to reproduce the error without success so far... =(

Cheers,
Anders


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-08 17:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-05 17:10 [PATCH] ltp: update to new release 20130904 Anders Roxell
2013-09-06 19:01 ` Saul Wold
2013-09-07 20:33 ` Anders Roxell
2013-09-07 20:46   ` Saul Wold
2013-09-09 10:14     ` Anders Roxell
2013-09-09 10:17 ` [PATCHv3] " Anders Roxell
2013-10-29  9:58   ` Richard Purdie
2013-11-08 18:03     ` Anders Roxell

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.