All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
To: <jan.kiszka@siemens.com>, <quirin.gylstorff@siemens.com>,
	<cip-dev@lists.cip-project.org>
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Subject: [isar-cip-core][PATCH 3/3] recipes-core/ltp: Disable autotest
Date: Tue, 7 Jun 2022 19:20:16 +0530	[thread overview]
Message-ID: <20220607135016.1856603-4-Vijaikumar_Kanagarajan@mentor.com> (raw)
In-Reply-To: <20220607135016.1856603-1-Vijaikumar_Kanagarajan@mentor.com>

Fixes the following error during cross-build.

Makefile:207: *** running tests on cross-compile build not supported.  Stop.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 recipes-core/ltp/files/debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/ltp/files/debian/rules b/recipes-core/ltp/files/debian/rules
index a485615..06b9070 100755
--- a/recipes-core/ltp/files/debian/rules
+++ b/recipes-core/ltp/files/debian/rules
@@ -8,3 +8,5 @@ LTP_CONFIGURE_FLAGS = --prefix=/opt/ltp
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(LTP_CONFIGURE_FLAGS)
+
+override_dh_auto_test:
-- 
2.25.1



  parent reply	other threads:[~2022-06-07 13:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 13:50 [isar-cip-core][PATCH 0/3] Update ltp Vijai Kumar K
2022-06-07 13:50 ` [isar-cip-core][PATCH 1/3] recipes-core/ltp: Update to the latest ltp version Vijai Kumar K
2022-06-07 13:50 ` [isar-cip-core][PATCH 2/3] recipes-core/ltp: refactor ltp recipe Vijai Kumar K
2022-06-07 13:50 ` Vijai Kumar K [this message]
2022-06-07 15:15   ` [isar-cip-core][PATCH 3/3] recipes-core/ltp: Disable autotest Jan Kiszka
2022-06-07 15:23     ` Kanagarajan, Vijaikumar
2022-06-07 15:52       ` Jan Kiszka
2022-06-07 16:14         ` Jan Kiszka
2022-06-07 16:18           ` Jan Kiszka
2022-06-07 17:38             ` Jan Kiszka
2022-06-07 18:10               ` Kanagarajan, Vijaikumar

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=20220607135016.1856603-4-Vijaikumar_Kanagarajan@mentor.com \
    --to=vijaikumar_kanagarajan@mentor.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    --cc=quirin.gylstorff@siemens.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.