From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH] acpica: Add recipe for latest version
Date: Sun, 02 Mar 2014 17:41:42 +0000 [thread overview]
Message-ID: <1393782102.22581.9.camel@ted> (raw)
This is now used by multiple architectures and is useful when working
with firmware. I'd love to see more BSPs shipping working firmware
builds and this should bring us a step closer to that.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-bsp/acpica/acpica_20140114.bb b/meta/recipes-bsp/acpica/acpica_20140114.bb
new file mode 100644
index 0000000..584023d
--- /dev/null
+++ b/meta/recipes-bsp/acpica/acpica_20140114.bb
@@ -0,0 +1,16 @@
+SRC_URI = "http://acpica.org/sites/acpica/files/acpica-unix2-20140114.tar.gz"
+LICENSE = "GPLv2.0 | ACPICA"
+LIC_FILES_CHKSUM = "file://source/include/acpi.h;endline=42;md5=23044abac8549f92999615207f2b8f56"
+
+S = "${WORKDIR}/acpica-unix2-${PV}/"
+
+EXTRA_OEMAKE = "CC='${CC}'"
+
+do_install () {
+ oe_runmake install DESTDIR='${D}' INSTALLFLAGS='-m 555' INSTALLDIR=${bindir}
+}
+
+SRC_URI[md5sum] = "fcd4b7304f1bfabc7d4b9cfdecc6b0c6"
+SRC_URI[sha256sum] = "0d5bd32690ab77e21ab143ef25361c314a4ed13c33a5fb3ddd6f5559ab24ebc3"
+
+BBCLASSEXTEND = "native"
next reply other threads:[~2014-03-02 17:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-02 17:41 Richard Purdie [this message]
2014-03-02 20:53 ` [PATCH] acpica: Add recipe for latest version Paul Eggleton
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=1393782102.22581.9.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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.