mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-30 03:12:53 +00:00
Add u-boot-rockchip
This commit is contained in:
parent
bd5d5fc86a
commit
c300c77db8
10
packages/firmware/debian/u-boot-rockchip/build.yaml
Normal file
10
packages/firmware/debian/u-boot-rockchip/build.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
image: ubuntu
|
||||
|
||||
package_dir: /package
|
||||
prelude:
|
||||
- apt-get update
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get install -y wget
|
||||
- mkdir /package
|
||||
- wget http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-rockchip_2022.10+dfsg-1_arm64.deb -O u-boot.deb
|
||||
steps:
|
||||
- dpkg -x u-boot.deb /package
|
5
packages/firmware/debian/u-boot-rockchip/definition.yaml
Normal file
5
packages/firmware/debian/u-boot-rockchip/definition.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
category: arm-vendor-blob
|
||||
name: u-boot-rockchip
|
||||
version: "0.1"
|
||||
license: "mixed"
|
||||
license_url: "https://metadata.ftp-master.debian.org/changelogs//main/u/u-boot/u-boot_2022.10+dfsg-1_copyright"
|
Loading…
Reference in New Issue
Block a user