* [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116
@ 2017-01-18 10:12 Petr Vorel
2017-01-18 10:12 ` [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags Petr Vorel
2017-01-20 3:09 ` [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Petr Vorel @ 2017-01-18 10:12 UTC (permalink / raw)
To: buildroot
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
package/ltp-testsuite/ltp-testsuite.hash | 6 ++----
package/ltp-testsuite/ltp-testsuite.mk | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/package/ltp-testsuite/ltp-testsuite.hash b/package/ltp-testsuite/ltp-testsuite.hash
index a6041e6a0..b8311e094 100644
--- a/package/ltp-testsuite/ltp-testsuite.hash
+++ b/package/ltp-testsuite/ltp-testsuite.hash
@@ -1,4 +1,2 @@
-# From: https://github.com/linux-test-project/ltp/releases/download/20160920/ltp-full-20160920.tar.xz.md5
-md5 d1d5b7389d209fe0afca16d8d73a8357 ltp-full-20160920.tar.xz
-# From: https://github.com/linux-test-project/ltp/releases/download/20160920/ltp-full-20160920.tar.xz.sha1
-sha1 79f3311ecbcf02f070e601745243c9757638c4ef ltp-full-20160920.tar.xz
+# From: https://github.com/linux-test-project/ltp/releases/download/20170116/ltp-full-20170116.tar.xz.sha1
+sha1 b42047fe0d30db9b2c760bd1ab901ecb133835fc ltp-full-20170116.tar.xz
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index 4f325baa7..f892dc00e 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LTP_TESTSUITE_VERSION = 20160920
+LTP_TESTSUITE_VERSION = 20170116
LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)
LTP_TESTSUITE_LICENSE = GPLv2, GPLv2+
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags
2017-01-18 10:12 [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Petr Vorel
@ 2017-01-18 10:12 ` Petr Vorel
2017-01-18 10:40 ` Thomas Petazzoni
2017-01-20 3:09 ` [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Petr Vorel @ 2017-01-18 10:12 UTC (permalink / raw)
To: buildroot
compile also open possix
remove power management (compiled by default since commit
b74bbed51b0c0d44b70b136326a8a23cbc64db01)
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
package/ltp-testsuite/ltp-testsuite.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index f892dc00e..9d82087f7 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -10,7 +10,7 @@ LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download
LTP_TESTSUITE_LICENSE = GPLv2, GPLv2+
LTP_TESTSUITE_LICENSE_FILES = COPYING
LTP_TESTSUITE_CONF_OPTS += \
- --with-power-management-testsuite \
+ --with-open-posix-testsuite \
--with-realtime-testsuite
ifeq ($(BR2_LINUX_KERNEL),y)
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags
2017-01-18 10:12 ` [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags Petr Vorel
@ 2017-01-18 10:40 ` Thomas Petazzoni
2017-01-18 10:44 ` Petr Vorel
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2017-01-18 10:40 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 18 Jan 2017 11:12:36 +0100, Petr Vorel wrote:
> compile also open possix
>
> remove power management (compiled by default since commit
> b74bbed51b0c0d44b70b136326a8a23cbc64db01)
>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Is this directly related to the ltp-testsuite version bump ? If that's
the case, then it should be in the same patch.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags
2017-01-18 10:40 ` Thomas Petazzoni
@ 2017-01-18 10:44 ` Petr Vorel
2017-01-18 10:56 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Petr Vorel @ 2017-01-18 10:44 UTC (permalink / raw)
To: buildroot
Hi Thomas,
> Is this directly related to the ltp-testsuite version bump ? If that's
> the case, then it should be in the same patch.
Not really (it applies to some releases before), but I can put it both into single commit,
if you want.
Kind regards,
Petr
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags
2017-01-18 10:44 ` Petr Vorel
@ 2017-01-18 10:56 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-01-18 10:56 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 18 Jan 2017 11:44:28 +0100, Petr Vorel wrote:
> Not really (it applies to some releases before), but I can put it
> both into single commit, if you want.
No, if it's not related, then two separate patches like you did is
perfect. It's just that the commit log didn't make it completely clear.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116
2017-01-18 10:12 [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Petr Vorel
2017-01-18 10:12 ` [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags Petr Vorel
@ 2017-01-20 3:09 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-01-20 3:09 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 18 Jan 2017 11:12:35 +0100, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> package/ltp-testsuite/ltp-testsuite.hash | 6 ++----
> package/ltp-testsuite/ltp-testsuite.mk | 2 +-
> 2 files changed, 3 insertions(+), 5 deletions(-)
Both patches applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-01-20 3:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 10:12 [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Petr Vorel
2017-01-18 10:12 ` [Buildroot] [PATCH 2/2] package/ltp-testsuite: update configure flags Petr Vorel
2017-01-18 10:40 ` Thomas Petazzoni
2017-01-18 10:44 ` Petr Vorel
2017-01-18 10:56 ` Thomas Petazzoni
2017-01-20 3:09 ` [Buildroot] [PATCH 1/2] package/ltp-testsuite: bump to version 20170116 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox