All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Fathi Boudra <fathi.boudra@linaro.org>
Cc: Koen Kooi <koen@dominion.thruhere.net>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] acpitests: update to 20140828 release
Date: Mon, 29 Sep 2014 04:57:23 +0200	[thread overview]
Message-ID: <20140929025723.GR25706@jama> (raw)
In-Reply-To: <1411724646-16968-1-git-send-email-fathi.boudra@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 5621 bytes --]

On Fri, Sep 26, 2014 at 12:44:06PM +0300, Fathi Boudra wrote:
> * update md5sums
> * refresh patches
> * update EXTRA_OEMAKE (sync with acpica recipe)
> 
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
>  .../acpica/acpitests/aapits-linux.patch            |  4 +--
>  .../acpica/acpitests/aapits-makefile.patch         | 36 +++++++++++++---------
>  ...acpitests_20140424.bb => acpitests_20140828.bb} | 10 +++---
>  3 files changed, 29 insertions(+), 21 deletions(-)
>  rename meta-oe/recipes-extended/acpica/{acpitests_20140424.bb => acpitests_20140828.bb} (69%)
> 
> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> index 116761d..7c5d6b0 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> @@ -326,8 +326,8 @@ diff -urN acpica-unix2-20130626/tests/aapits/Makefile acpica-unix2-20130626-aapi
>  --- acpica-unix2-20130626/tests/aapits/Makefile	2013-01-17 12:48:29.000000000 -0700
>  +++ acpica-unix2-20130626-aapits/tests/aapits/Makefile	2013-07-25 15:17:09.309236422 -0600
>  @@ -194,7 +194,7 @@
> - CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include 
> - 
> + CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include
> +
>   
>  -acpiexec : $(patsubst %.c,%.o, $(SRCS))
>  +$(PROG) : $(patsubst %.c,%.o, $(SRCS))
> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> index d38501b..4d9e997 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> @@ -8,19 +8,27 @@ Upstream-status: Unknown
>  diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
>  --- acpica-unix2-20140325/tests/aapits/Makefile	2014-04-05 14:23:14.683636794 -0600
>  +++ acpica-unix2-20140325-aapits/tests/aapits/Makefile	2014-04-05 15:10:57.879184598 -0600
> -@@ -20,6 +20,7 @@
> - 	../../source/components/hardware/hwxface.c \
> +@@ -16,6 +16,7 @@
> + 	atosxfwrap.c \
> + 	osunixxf.c \
> + 	../../source/common/ahids.c \
> ++	../../source/common/ahuuids.c \
>   	../../source/common/cmfsize.c \
>   	../../source/common/getopt.c \
> -+	../../source/common/ahids.c \
> - 	../../source/components/debugger/dbcmds.c \
> - 	../../source/components/debugger/dbconvert.c \
> - 	../../source/components/debugger/dbdisply.c \
> -@@ -154,6 +155,7 @@
> - 	../../source/components/tables/tbfadt.c \
> - 	../../source/components/tables/tbfind.c \
> - 	../../source/components/tables/tbinstal.c \
> -+	../../source/components/tables/tbdata.c \
> - 	../../source/components/tables/tbprint.c \
> - 	../../source/components/tables/tbutils.c \
> - 	../../source/components/tables/tbxface.c \
> + 	../../source/components/hardware/hwtimer.c \
> +@@ -174,6 +175,7 @@
> + 	../../source/components/utilities/utexcep.c \
> + 	../../source/components/utilities/utfileio.c \
> + 	../../source/components/utilities/utglobal.c \
> ++	../../source/components/utilities/uthex.c \
> + 	../../source/components/utilities/utids.c \
> + 	../../source/components/utilities/utinit.c \
> + 	../../source/components/utilities/utlock.c \
> +@@ -189,6 +191,7 @@
> + 	../../source/components/utilities/utstate.c \
> + 	../../source/components/utilities/utstring.c \
> + 	../../source/components/utilities/uttrack.c \
> ++	../../source/components/utilities/utuuid.c \
> + 	../../source/components/utilities/utxface.c \
> + 	../../source/components/utilities/utxferror.c \
> + 	../../source/components/utilities/utxfinit.c \
> diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> similarity index 69%
> rename from meta-oe/recipes-extended/acpica/acpitests_20140424.bb
> rename to meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> index 7e145bb..889c00b 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb
> +++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> @@ -11,14 +11,14 @@ SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;nam
>             file://aapits-linux.patch \
>             file://aapits-makefile.patch \
>      "
> -SRC_URI[acpitests.md5sum] = "bfc399cecb21e9491d362d8e480b2689"
> -SRC_URI[acpitests.sha256sum] = "e7d7ff638872543909b38c2498e88958251ee6ce4d22bc13d4e3925771212c0e"
> -SRC_URI[acpica.md5sum] = "733532f005fba5d1c5344440651b13d1"
> -SRC_URI[acpica.sha256sum] = "72ece982bbbdfb1b17418f1feb3a9daaa01803d0d41dcf00e19d702cdf751bbc"
> +SRC_URI[acpitests.md5sum] = "db9d6fdaa8e3eb101d700ee5ba4938ed"
> +SRC_URI[acpitests.sha256sum] = "e576c74bf1bf1c9f7348bf9419e05c8acfece7105abcdc052e66670c7af2cf00"
> +SRC_URI[acpica.md5sum] = "6f05f0d10166a1b1ff6107f3d1cdf1e5"
> +SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e"
>  
>  S = "${WORKDIR}/acpitests-unix-${PV}"
>  
> -EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc 'OPT_CFLAGS=-Wall'"
> +EXTRA_OEMAKE = "CC='${CC}' 'OPT_CFLAGS=-Wall'"

Khem recently added HOST_CC_ARCH to CC, can you please check and rebase?

>  # The Makefiles expect a specific layout
>  do_compile() {
> -- 
> 2.1.1
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

      reply	other threads:[~2014-09-29  2:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26  9:44 [meta-oe][PATCH] acpitests: update to 20140828 release Fathi Boudra
2014-09-29  2:57 ` Martin Jansa [this message]

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=20140929025723.GR25706@jama \
    --to=martin.jansa@gmail.com \
    --cc=fathi.boudra@linaro.org \
    --cc=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.