Hi Matt, On 7 August 2013 18:53, Matt Ranostay <mranos...@gmail.com> wrote: > > > On Wed, Aug 7, 2013 at 7:34 AM, Burton, Ross <ross.bur...@intel.com> wrote: >> >> Hi, >> >> On 7 August 2013 15:17, Matt Ranostay <mranos...@gmail.com> wrote: >> > Added ACPICA package which enables viewing/editing/compiling >> > of ACPI tables.
2 weeks ago, I've added acpica to our meta layer: https://git.linaro.org/gitweb?p=openembedded/meta-linaro.git;a=blob;f=meta-linaro/recipes-extra/acpica/acpica_20130626.bb;h=65eadac0d8cb289fafc3fd9093771414850b9973;hb=ac4d009827b1552e3422aede2c06b5a610221144 Feel free to cherry pick if you found anything useful. >> Is this really general-purpose enough to be suitable for oe-core, or >> would it be more suited to meta-oe or some other layer? >> > Probably correct to be in meta-oe or another layer since only x86 and some > ARM platforms use ACPI as of now. > >> >> > +PR = "r0" >> >> Remove this line, r0 is the default. >> >> +LIC_FILES_CHKSUM = >> >> "file://${S}/source/include/aclocal.h;endline=42;md5=07fbd4e514c75e140a19e3ab508f763d" >> >> ${S} is default, so in general people do file://sources/... >> >> > +SRC_URI = >> > "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz" >> >> Fetching that here with wget produces: >> >> ERROR: The certificate of ‘acpica.org’ is not trusted. >> > > Seems StartCom Ltd. isn't a trusted CA or just not in the keystore by > default. > >> >> Someone should tell them... >> >> > +inherit autotools >> >> The recipe doesn't use autotools, so you should drop this inherit. >> >> > +do_install() { >> > + oe_runmake INSTALLFLAGS="-m 555" >> > +} >> >> That's just running 'make INSTALLFLAGS="-m 555"'. You'll need to tell >> it to run the right target for install, and to pass ${D} somehow so >> the makefile doesn't try and write to /usr directly. >> > Gah good catch. Will fix up and resubmit. Cheers, Fathi _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core