Compare commits

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

7 commits

Author SHA1 Message Date
41105d3ca5 add xfsprogs and dosfstools
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-01-17 05:27:03 +00:00
9ffeef447a authconfig has been retired
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-11-15 12:20:08 +00:00
af65d32126 add bluetooth mesh subpackage
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-11-03 23:02:03 +00:00
b51a5c38b7 move F-31 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-10-27 13:18:41 +00:00
4cf81fb829 Explicitly add wpa_supplicant and iwd
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-08-27 23:13:10 +01:00
9c131e8c9d fwupdate packages are now merged into fwupd
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-08-27 19:12:52 +01:00
d7fba827f9 setup for F-31 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-08-14 12:57:07 +01:00
6 changed files with 13 additions and 14 deletions

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f31
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
yum_baseurl = https://dl.fedoraproject.org/pub/fedora/linux/releases/31/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": [],
@ -77,8 +77,8 @@
"rpm-ostree", "polkit", "lvm2",
"chrony", "zram",
"cryptsetup", "pinentry",
"authconfig", "keyutils",
"e2fsprogs",
"keyutils",
"e2fsprogs", "xfsprogs", "dosfstools",
"gnupg2",
"basesystem",
"python3",
@ -89,6 +89,7 @@
"curl",
"firewalld", "iptables",
"NetworkManager", "NetworkManager-wifi", "NetworkManager-wwan",
"wpa_supplicant", "iwd",
"dnsmasq", "traceroute",
"hostname", "iproute", "iputils",
"openssh-clients", "openssh-server", "passwd",
@ -106,7 +107,7 @@
"policycoreutils-python-utils",
"setools-console",
"audit", "rng-tools",
"bluez", "bluez-libs", "wpan-tools",
"bluez", "bluez-libs", "bluez-mesh", "wpan-tools",
"kernel-tools", "libgpiod-utils",
"podman", "container-selinux", "skopeo", "criu",
"slirp4netns",
@ -115,15 +116,13 @@
"packages-aarch64": ["grub2-efi-aa64", "efibootmgr", "shim-aa64",
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware",
"fwupdate", "fwupdate-efi", "arm-image-installer",
"iwl7260-firmware"],
"arm-image-installer", "iwl7260-firmware"],
"packages-armhfp": ["grub2-efi-arm", "efibootmgr",
"uboot-tools", "uboot-images-armv7", "bcm283x-firmware",
"arm-image-installer"],
"packages-x86_64": ["grub2", "grub2-efi-x64", "efibootmgr", "shim-x64",
"fwupdate", "fwupdate-efi", "microcode_ctl",
"packages-x86_64": ["grub2", "grub2-efi-x64", "efibootmgr", "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", "iwl7260-firmware"],

View file

@ -1,5 +1,5 @@
<template>
<name>rawhide</name>
<name>branched</name>
<os>
<name>Fedora</name>
<version>20</version>

View file

@ -1,5 +1,5 @@
"ref": "fedora/devel/${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-31"],
"include": "fedora-iot-base.json"