depot: runtime definitions for sculpt installation

This patch supplements 'runtime' files to several pkg archives,
which thereby become deployable by the depot_deploy tool.

Issue #2676
This commit is contained in:
Norman Feske
2018-01-26 21:13:18 +01:00
parent 0253cdd50c
commit fc902b797e
59 changed files with 537 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
Runtime for deploying the iPXE NIC driver from the depot

View File

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

View File

@@ -0,0 +1 @@
2018-02-08 8dbf7e5fa1c1cf4887589fa8233d1e48c5a7f440

View File

@@ -0,0 +1,12 @@
<runtime ram="16M" caps="300" binary="nic_drv">
<provides> <nic/> </provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="nic_drv"/>
</content>
</runtime>