acpica: create a package

Allow start of acpica inside the deploy config of sculpt.

Issue #2909
This commit is contained in:
Pirmin Duss 2018-07-05 08:33:55 +02:00 committed by Christian Helmuth
parent 32a6d10de8
commit 436b10729e
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,3 @@
The acpica component.

View File

@ -0,0 +1 @@
_/src/acpica

View File

@ -0,0 +1 @@
2018-07-04-c 1207263b4ed55eb6e432fc368b4c01d5ff1c1c9d

View File

@ -0,0 +1,18 @@
<runtime ram="5M" caps="150" binary="acpica">
<requires>
<io_mem/>
<io_port/>
<irq/>
<platform/>
<timer/>
</requires>
<content>
<rom label="ld.lib.so"/>
<rom label="acpica"/>
</content>
<config/>
</runtime>