Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec54aed388 |
||
|
|
ef545831cd |
||
|
|
70dd8174cb | ||
|
|
50e5fc0a39 | ||
|
|
a779929ad8 |
||
|
|
3a0269e8bb |
||
|
|
f023652850 | ||
|
|
c3f84b550d |
2 changed files with 25 additions and 11 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,6 @@
|
|||
SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
|
||||
MODULE = $(shell pwd | sed 's/^.*\///')
|
||||
BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//')
|
||||
|
||||
update:
|
||||
curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml
|
||||
curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml
|
||||
|
|
|
|||
33
host.yaml
33
host.yaml
|
|
@ -9,9 +9,9 @@ data:
|
|||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
bootstrap: f27
|
||||
requires:
|
||||
platform: master
|
||||
platform: f27
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Host_and_Platform
|
||||
documentation: https://github.com/fedora-modularity/hp
|
||||
|
|
@ -33,21 +33,28 @@ data:
|
|||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: 1a1c5ff0deb39f4166d710a959d633901e7636bf
|
||||
# extlinux-bootloader-1.2-3.fc27
|
||||
extlinux-bootloader:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: 4f1d6e93c3452ae054c16713d351115e6d94a6ab
|
||||
# fbset-2.1-43.fc27
|
||||
fbset:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: c10269f57f040733b3702d35b9076ef247b9058a
|
||||
# grub2-2.02-15.fc28
|
||||
# grub2-2.02-19.fc27
|
||||
# Diverged from BPL to address blocker bugs
|
||||
grub2:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: e576c737b27c01d9f68fc122a1833ac23cd56f28
|
||||
# kernel-4.13.0-0.rc6.git4.1.fc28
|
||||
ref: 307d0195543a534bef98328ba37f64a86fbfb462
|
||||
# kernel-4.13.10-300.fc27
|
||||
# Diverged from BPL to address blocker bugs
|
||||
kernel:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: e66a6eb47149b9dd7d8ff139742d8463ec54910f
|
||||
ref: 289b4a0a16861e03a8d269aeb4e81401ad3f7e4f
|
||||
# kexec-tools-2.0.15-12.fc28
|
||||
kexec-tools:
|
||||
rationale: >-
|
||||
|
|
@ -57,19 +64,25 @@ data:
|
|||
linux-firmware:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: 9aa2671a4f14ddf1713bca14f25a942435613be6
|
||||
ref: eed9f21b0dd2f0dd78d54b8e80d61abbc15fc07d
|
||||
# mactel-boot-0.9-16.fc27
|
||||
mactel-boot:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: f8ed1b576233d3808fd44373d13c76749c1c159f
|
||||
# shim-signed-13-0.5
|
||||
# plymouth-0.9.3-0.9.20160620git0e65b86c.fc27
|
||||
plymouth:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: f64caafdc8a3443d1daa7988295408b44afb0637
|
||||
# shim-signed-13-0.7
|
||||
# Diverged from BPL to address blocker bugs
|
||||
shim-signed:
|
||||
rationale: >-
|
||||
Provides the signed aarch64 binaries; provides the
|
||||
signed i686 binaries; provides the
|
||||
signed x86_64 binaries.
|
||||
ref: db207c6fdcdc01b40859a05922654210069fa40e
|
||||
ref: 0154c48a8f2bb60104a359a9ef08f8e5b0ba8c68
|
||||
# syslinux-6.04-0.5.fc27
|
||||
syslinux:
|
||||
rationale: >-
|
||||
|
|
@ -79,4 +92,4 @@ data:
|
|||
uboot-tools:
|
||||
rationale: >-
|
||||
Autogenerated by Host & Platform tooling.
|
||||
ref: 3ef111bdbb02704f4e60322dfabd1e12dd4e409e
|
||||
ref: f5a26b4e68d6c175d3634efc02df7e4f5a7f43e5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue