aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-06-28 14:40:42 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-06-28 14:40:42 +0300
commitc1ba0b9dd83e595273e9a141a1e1ebf821e09e8c (patch)
tree8734aedde912c75b900de5a839f43bf6cae3df04
parent831c8f081db5721817f487c619219ec1a7997ae9 (diff)
meta-linaro-integration: acpica: remove the overlayed recipe
acpica has been updated to 20150515 version in meta-oe Change-Id: I92e8b69cc37bd4b0fc8585912097b65b53a661f0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--meta-linaro-integration/recipes-overlayed/acpica/acpitests/0001-aaptisrun-alter-to-allow-destination-directory-as-ar.patch59
-rw-r--r--meta-linaro-integration/recipes-overlayed/acpica/acpitests_20140828.bbappend9
2 files changed, 0 insertions, 68 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/acpica/acpitests/0001-aaptisrun-alter-to-allow-destination-directory-as-ar.patch b/meta-linaro-integration/recipes-overlayed/acpica/acpitests/0001-aaptisrun-alter-to-allow-destination-directory-as-ar.patch
deleted file mode 100644
index 47c2dd2c..00000000
--- a/meta-linaro-integration/recipes-overlayed/acpica/acpitests/0001-aaptisrun-alter-to-allow-destination-directory-as-ar.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-From b74f3c497d3fb689d12aed26dd5b8614ca6ac96e Mon Sep 17 00:00:00 2001
-From: Graeme Gregory <graeme.gregory@linaro.org>
-Date: Tue, 25 Nov 2014 12:49:42 +0000
-Subject: [PATCH] aaptisrun : alter to allow destination directory as argument
-
-Also search for appits in $PATH
-
-Upstream-status: Inapropriate [LAVA use only, upstream unmaintained]
-Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
----
- tests/aapits/bin/aapitsrun | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/tests/aapits/bin/aapitsrun b/tests/aapits/bin/aapitsrun
-index cfa999e..3a97a0f 100755
---- a/tests/aapits/bin/aapitsrun
-+++ b/tests/aapits/bin/aapitsrun
-@@ -20,7 +20,7 @@
-
- # Init variables of utility
-
--AAPITSDIR=../tmp
-+AAPITSDIR="$1"
-
- AAPITSOUT=${AAPITSDIR}/raw.out
- AAPITSSUM=${AAPITSDIR}/sum.out
-@@ -56,6 +56,8 @@ TESTS_NUMBERS="$AT_INIT_TEST_NUM $AT_MEMM_TEST_NUM $AT_TBLM_TEST_NUM $AT_NSPM_TE
-
- # Check the working directory
-
-+mkdir -p "$AAPITSDIR/aml" || true
-+
- if [ ! -d "$AAPITSDIR" ]; then
- echo "There is no directory $AAPITSDIR, run make in ../asl"
- exit 1
-@@ -68,7 +70,7 @@ if [ ! -d "$AAPITSAML" ]; then
- exit 1
- fi
-
--AAPITS=./aapits
-+AAPITS=`which aapits`
-
- # Check access to AapiTS utility
-
-@@ -144,8 +144,8 @@ echo "tests_fail=$tests_fail"
- echo "tests_none=$tests_none"
- echo "tests_fault=$tests_fault"
-
--echo "End AAPI TS: " $TS_FMT_INIDATE:$TS_FMT_INITIME > $AAPITSOUT
--echo "End AAPI TS: " $TS_FMT_INIDATE:$TS_FMT_INITIME > $AAPITSSUM
-+echo "End AAPI TS: " $TS_FMT_INIDATE:$TS_FMT_INITIME >> $AAPITSOUT
-+echo "End AAPI TS: " $TS_FMT_INIDATE:$TS_FMT_INITIME >> $AAPITSSUM
- echo "End AAPI TS: " $TS_FMT_INIDATE:$TS_FMT_INITIME
-
- exit 0
-
---
-2.1.1
-
diff --git a/meta-linaro-integration/recipes-overlayed/acpica/acpitests_20140828.bbappend b/meta-linaro-integration/recipes-overlayed/acpica/acpitests_20140828.bbappend
deleted file mode 100644
index 0795d0ca..00000000
--- a/meta-linaro-integration/recipes-overlayed/acpica/acpitests_20140828.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://0001-aaptisrun-alter-to-allow-destination-directory-as-ar.patch"
-
-EXTRA_OEMAKE = "CC='${CC}' 'OPT_CFLAGS=-Wall'"
-
-do_install_append() {
- install -m0755 tests/aapits/bin/aapitsrun ${D}${bindir}
-}