Add u-boot-rockchip

This commit is contained in:
Ettore Di Giacinto 2022-10-25 21:08:17 +00:00
parent bd5d5fc86a
commit c300c77db8
5 changed files with 15 additions and 0 deletions

View 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

View 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"