All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpica: Add recipe for latest version
@ 2014-03-02 17:41 Richard Purdie
  2014-03-02 20:53 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2014-03-02 17:41 UTC (permalink / raw)
  To: openembedded-core

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"




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-02 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 17:41 [PATCH] acpica: Add recipe for latest version Richard Purdie
2014-03-02 20:53 ` Paul Eggleton

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.