Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
a04f0a27d7 firmware: Updates for changes in iwlwifi packaging
The Intel WiFi firmware was consolidated/adjusted to better
align with the kernel drivers.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-07-06 11:10:10 +01:00
Paul Whalen
927701bc6a Fix json formatting
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2023-04-21 14:08:41 -04:00
f1dae780e7 Add split out wifi firmwares explicitly
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-04-20 14:51:59 +01:00
Paul Whalen
c9fa2864d4 Move F-38 to stable ostree branch
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2023-04-17 11:23:58 -04:00
Paul Whalen
e86ca679ed Setup for F-38 branched
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2023-02-10 11:19:08 -05:00
6 changed files with 10 additions and 12 deletions

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f38
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/%(arch)s/os/
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
lorax_include_packages = fedora-productimg-iot
docker_os_name = fedora

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],
@ -75,7 +75,6 @@
"packages": ["fedora-release-iot",
"glibc", "glibc-minimal-langpack", "nss-altfiles",
"sssd-client", "libsss_sudo", "shadow-utils",
"kernel", "linux-firmware",
"dracut-config-generic", "dracut-network",
"rpm-ostree", "rpm", "polkit", "lvm2",
"cryptsetup", "pinentry",
@ -113,15 +112,14 @@
"parsec", "dbus-parsec",
"clevis", "clevis-dracut", "clevis-luks", "clevis-pin-tpm2",
"efibootmgr", "fwupd-efi", "fwupd-plugin-uefi-capsule-data",
"iwl7260-firmware", "iwlax2xx-firmware"],
"kernel", "linux-firmware",
"iwlwifi-mvm-firmware", "iwlwifi-dvm-firmware",
"atheros-firmware", "brcmfmac-firmware", "realtek-firmware"],
"packages-aarch64": ["grub2-efi-aa64", "shim-aa64",
"uboot-images-armv8", "bcm283x-firmware", "arm-image-installer"],
"packages-x86_64": ["grub2-efi-x64", "shim-x64", "microcode_ctl",
"iwl1000-firmware", "iwl100-firmware", "iwl105-firmware", "iwl135-firmware",
"iwl2000-firmware", "iwl2030-firmware", "iwl3160-firmware", "iwl5000-firmware",
"iwl5150-firmware", "iwl6000-firmware", "iwl6050-firmware"],
"packages-x86_64": ["grub2-efi-x64", "shim-x64", "microcode_ctl"],
"default_target": "multi-user.target",

View file

@ -1,5 +1,5 @@
"ref": "fedora/rawhide/${basearch}/updates/iot",
"ref": "fedora/stable/${basearch}/updates/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/testing/iot",
"ref": "fedora/stable/${basearch}/testing/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-38"],
"include": "fedora-iot-base.json"