coreboot-lsts: added package.
This commit is contained in:
parent
8837ab35e8
commit
d7627a9b36
26
rules/coreboot-lsts/default.bash
Normal file
26
rules/coreboot-lsts/default.bash
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
version=\
|
||||||
|
(
|
||||||
|
'1.1.0'
|
||||||
|
)
|
||||||
|
|
||||||
|
url=\
|
||||||
|
(
|
||||||
|
"http://www.lsts.pt/glued/coreboot-lsts-$version.tar.gz"
|
||||||
|
)
|
||||||
|
|
||||||
|
md5=\
|
||||||
|
(
|
||||||
|
'a7c77a981778bec54f28f598814f11c6'
|
||||||
|
)
|
||||||
|
|
||||||
|
maintainer=\
|
||||||
|
(
|
||||||
|
'Ricardo Martins <rasm@fe.up.pt>'
|
||||||
|
)
|
||||||
|
|
||||||
|
target_install()
|
||||||
|
{
|
||||||
|
dir="$cfg_dir_rootfs/usr/share/coreboot-lsts"
|
||||||
|
$cmd_mkdir "$dir" &&
|
||||||
|
$cmd_cp "coreboot-lsts-$version.rom" "$dir"
|
||||||
|
}
|
Reference in New Issue
Block a user