1
0
forked from brl/citadel
Commit Graph

559 Commits

Author SHA1 Message Date
isa
4c6f4f4a3d Add missing files to correct dns fix commit (0d13ca38df) 2024-09-10 14:19:59 -04:00
isa
0d13ca38df Fix failure of dns resolution in realms 2024-09-06 15:25:48 -04:00
bc87a2c629 Added packages needed for flatpak/gnome-software support
also: citadel-tools updated
2024-09-06 10:43:31 -04:00
isa
e51faa3266 Fix missing svg file in bitbake build process 2024-09-03 15:30:27 -04:00
isa
88b412a18f Add citadel-installer-ui icon 2024-08-30 09:38:50 -04:00
isa
277cac8eea Fix x1 touchpad not working 2024-08-30 09:38:20 -04:00
isa
4b73960043 Fix installer fails because missing kernel module 2024-08-30 09:36:32 -04:00
isa
8eacade6bf Fix not able to change timezones 2024-08-30 09:35:47 -04:00
isa
5dfd3e31db Add features to qemu script and support for other linux distros 2024-07-18 16:03:29 -04:00
isa
1dc36e94fc Build citadel-tools from the same git repo owner as citadel 2024-07-17 07:01:43 -04:00
isa
68dc48bcf7 Add subgraph mirror server 2024-07-12 16:23:17 -04:00
isa
956661945e Improve build to fail hard if error occurs 2024-07-12 16:23:03 -04:00
isa
038b25817b Update Dockerfile to build the current version of citadel 2024-07-12 16:22:47 -04:00
718e94e090 Update citadel-tools 2024-06-03 12:14:34 -04:00
0259fcadd2 Backport patch which fixes gjs error
See: https://github.com/ibus/ibus/issues/2387
2024-06-03 11:53:46 -04:00
dffa0933b1 Force use of cgroup v2
Added a bootconfig file to the kernel which adds: 'cgroup_no_v1 = all'
to kernel cmdline.
2024-06-03 11:50:38 -04:00
isa
037b8e87a2 Fix libatasmart lacks CFLAGS to compile 2024-05-22 11:44:04 -04:00
2af99a94d9 Build from git.subgraph.com 2024-05-21 13:29:21 -04:00
5f4403b881 Upgrade kernel to 6.9.1 2024-05-21 12:58:49 -04:00
9872870a92 Simplify launching of default realm.
Also remove sway launcher
2024-05-21 12:57:11 -04:00
147c5b3546 Upgrade Poky to 5.0 (scarthgap) 2024-05-21 12:55:51 -04:00
26524e09ce Launch realm when PulseAudio and Wayland sockets are ready 2024-05-08 11:08:06 -04:00
f620c9c280 Install Citadel GNOME gsettings schema
This used to be part of citadel-tools but this is
a better place for it.
2024-05-08 11:05:58 -04:00
4831a46764 GNOME upgrade to 46.0
Recipes updated:

  adwaita-icon-theme             43 --> 46.0
  cairomm                    1.12.0 --> 1.18
  gdm                          42.0 --> 45.0
  glibmm                     2.62.0 --> 2.78.0
  gjs                       1.77.90 --> 1.80.0
  gnome-backgrounds            45.0 --> 46.0
  gnome-bluetooth              42.4 --> 46.0
  gnome-control-center         45.0 --> 46.0
  gnome-disk-utility           42.0 --> 46.0
  gnome-session                42.0 --> 46.0
  gnome-settings-daemon        45.0 --> 46.0
  gnome-shell                  45.0 --> 46.0
  gnome-system-monitor         42.0 --> 46.0
  gsettings-desktop-schemas    45.0 --> 46.0
  gtk4                       4.12.1 --> 4.14.1
  gvfs                       1.50.2 --> 1.54.0
  libadwaita                  1.4.0 --> 1.5.0
  libgtop                    2.40.0 --> 2.41.3
  libgweather4                4.2.0 --> 4.4.2
  libwacom                     0.26 --> 2.8.0
  mutter                       45.0 --> 46.0
  pangomm                    2.46.2 --> 2.50.1

New recipes added:

  pipewire 1.0.4
  wireplumber 0.5.0
  doxygen 1.9.3
  gcr 4.2.0
  rtkit 0.13
  libopus 1.5.1
  libjxl 0.10.2
  wayland
  gtkmm4  4.14.0
2024-05-08 11:00:03 -04:00
b795062914 Rust recipes now require dependency checksums 2023-09-29 12:53:28 -04:00
e20e601129 Upgrade to GNOME 45
Updated Recipes:

  gcr4                      3.92   -> 4.0.0
  geoclue                   2.5.7  -> 2.7.0
  gjs                       1.73.2 -> 1.77.90
  gnome-backgrounds         42.0   -> 45.0
  gnome-control-center      43.0   -> 45.0
  gnome-desktop             43.rc  -> 44.0
  gsettings-desktop-schema  43.0   -> 45.0
  libblockdev               2.26   -> 2.28
  libgweather4              4.0.0  -> 4.2.0
  libnma                    1.8.38 -> 1.10.6
  mozjs                     102    -> 115
  nss                       3.64   -> 3.74
  ovmf                      202205 -> 202211

New recipes:

  appstream                 0.16.3
  libei                     1.1.0
  libxmlb                   0.3.14
  tecla                     45.0
  webm/libvpx               1.13

Recipes updated to replace poky recipes with insufficient version:

  glib-2.0                  2.78.0
  gtk+/gtk+3                3.24.38
  gtk+/gtk4                 4.12.1
  icu                       73_2
  wayland/wayland           1.22.0
  wayland/wayland-protocols 1.32
  wayland/libinput          1.24.0
  libadwaita                1.4.0
2023-09-29 12:46:16 -04:00
c6410b7d91 Firmware updated and xz compression enabled
Significant changes made to upstream recipe to add xz extension
to firmware filenames in FILES sections
2023-09-27 07:35:36 -04:00
350d9880a3 SOF firmware updated to latest version 2023-09-27 07:34:45 -04:00
3a579f6874 Add vmd module to initramfs
This is needed to recognize disk on some systems
2023-09-27 07:32:48 -04:00
7d9dae7f9f Upgrade pokey to mickledore 4.2.3 2023-09-25 13:09:28 -04:00
dc38b01b99 Upgrade kernel to 6.5.3 2023-09-25 13:07:00 -04:00
3db0a6b032 Upgrade to Yocto 4.1 and GNOME 43
poky:

  Upgrade to Yocto 4.1 Langdale

meta-citadel/recipes-kernel:

  citadel-kernel             5.19.9 -> 6.0.8

meta-citadel/recipes-sway:

  sway                       1.5.1  -> 1.7      (meta-wayland)
  wlroots                    0.12.0 -> 0.15.1   (meta-wayland)

meta-gnome/recipes-connectivity:

  iwd                        1.27   -> 1.30     (meta-oe)
  modemmanager               1.18.2 -> 1.18.6   (meta-oe)
  networkmanager             1.36.2 -> 1.40.0   (meta-oe)

meta-gnome/recipes-freedesktop:

  libgusb                    0.3.7  -> 0.3.10   (meta-oe)

meta-gnome/recipes-gnome:

  adwaita-icon-theme         42     -> 43       (oe-core)
  geocode-glib               3.26.2 -> 3.26.4   (meta-oe)
  gjs                        1.72.0 -> 1.73.2   (meta-oe)
  gnome-bluetooth            42.0   -> 42.4     (meta-oe)
  gnome-control-center       42.1   -> 43.0
  gnome-desktop              42.1   -> 43.rc
  gnome-settings-daemon      42.1   -> 43.0
  gnome-shell                42.1   -> 43.0
  gsettings-desktop-schema   41.0   -> 43.0
  gtk4                       4.6.4  -> 4.6.7    (meta-oe)
  gvfs                       1.50.0 -> 1.50.2   (meta-oe)
  libadwaita                 1.1.1  -> 1.2.0    (meta-oe)
  libgee                     0.20.4 -> 0.20.6   (meta-oe)
  mutter                     42.1   -> 43.0
  rest                       0.8.1  -> 0.9.0    (meta-oe)

meta-gnome/recipes-support:

  ell                        0.50   -> 0.53     (poky)
  exiv2                      0.26   -> 0.27.3   (meta-oe)
  graphene                   1.10.2 -> 1.10.8   (meta-oe)
  gsound                     1.0.2  -> 1.0.3    (meta-oe)
  icu_71.1                   (removed from meta-gnome because this version is in poky)
  jansson                    2.12   -> 2.14     (meta-oe)
  lcms                       2.9    -> 2.14     (meta-oe)
  libdvdread                 6.1.1  -> 6.1.3    (meta-oe)
  libndp                     1.6    -> 1.8      (meta-oe)
  mozjs                      91.8.0 -> 102.3.0
  power-profiles-daemon      0.12      (new-recipe)
2022-11-15 12:25:32 -05:00
9b19060b48 override ovmf recipe from poky (for gcc 12 fixes)
This can be removed after next poky upgrade
2022-09-20 11:52:08 -04:00
3a2f90b306 Include virtio-gpu module in initramfs 2022-09-19 10:23:28 -04:00
d330c87771 update paper-icon-theme 2022-09-19 10:22:37 -04:00
c6b06f3bd6 Update default background image 2022-09-19 10:22:12 -04:00
905df732e1 Updates to plymouth and networkmanager 2022-09-19 10:21:30 -04:00
2dc058c792 update mutter and gnome-shell trees 2022-09-19 10:17:28 -04:00
835d40b176 Update to latest citadel-tools tree 2022-09-19 10:07:32 -04:00
0a8a4856ff Kernel upgraded to 5.19.9 2022-09-15 12:41:20 -04:00
ea16dd0949 Use the name 'systemd-timesync' rather than the uid which can change 2022-09-15 12:39:56 -04:00
f4f1f3b153 Upgrade GNOME to 42.1
* citadel-kernel 5.15.8 -> 5.18
 * adwaita-icon-theme 42.0
 * ell 0.44 -> 0.50
 * libnma 1.8.30 -> 1.8.38
 * iwd 1.17 -> 1.27
 * modemmanager 1.16.8 -> 1.18.6
 * networkmanager 1.32.10 -> 1.36.2
 * networkmanager-openvpn 1.8.14 -> 1.8.18
 * accountsservice 0.6.55 -> 22.08.8
 * colord-gtk 0.1.26 -> 0.3.0
 * polkit 0.118 -> 0.119
 * gexiv2 0.12.1 -> 0.14.0
 * gjs 1.70.0 -> 1.72.0
 * gnome-autoar 0.4.1 -> 0.4.3
 * gnome-backgrounds 0.41.0 -> 0.42.0
 * gnome-bluetooth 0.34.3 -> 42.0
 * gnome-control-center 41.1 -> 42.1
 * gnome-desktop 41.1 -> 42.1
 * gnome-disk-utility 41.0 -> 42.0
 * gnome-screenshot 40.0 -> 41.0
 * gnome-session 40.1.1 -> 42.0
 * gnome-settings-daemon 41.0 -> 42.1
 * gnome-shell 41.1 -> 42.1
 * gnome-system-monitor 41.0 -> 42.0
 * gnome-terminal 3.42.1 -> 3.42.2
 * gtk4 4.4.1 -> 4.6.4
 * gvfs 1.48.1 -> 1.50.0
 * libgweather 40.0 -> libgweather4 4.0.0
 * mutter 41.1 -> 42.1
 * network-manager-applet 1.18.0 -> 1.26.0
 * yelp 3.36 -> 42.1
 * yelp-xsl 3.36 -> 42.0
 * yelp-tools 3.32.2 -> 42.0
 * zenity 3.30.0 -> 3.42.1
2022-05-29 14:18:27 -04:00
be34ea65f3 upgrade poky layer to 'kirkstone' release 4.0.1
- removed layers meta-rust and meta-clang
- added new dependencies to Makefile
- changed override syntax across all recipe files
- updated conf files from hardknott to kirkstone
- SRC_URI git URLS fixed to always include branch and protocol
- LICENSE fields updated with new naming convention
- updated citadel-tools dependencies

- upgraded mozjs to mozjs-91

No longer needed because poky includes newer version (or new enough):

- glib-2.0
- libgudev
- xorgproto
- libxfixes
- libinput
- wayland-protocols
- vte
2022-05-28 11:20:07 -04:00
d8c810d707 Update citadel-tools 2021-12-16 16:24:41 -05:00
a99c8743d6 Linux kernel 5.15.8 2021-12-16 10:23:19 -05:00
4c20ae0d6d Move gnome-shell and mutter development to git.
Rather than having one big opaque patch with no change history citadel
changes will be developed on a git branch.
2021-12-16 10:19:43 -05:00
fdb103be41 Hide block devices in GNOME Disks 2021-11-30 15:50:37 -05:00
eb148b10fe GNOME 41.1 2021-11-29 19:16:51 -05:00
70a0414d18 updated patches 2021-11-29 17:56:21 -05:00
aac18d29bb update meta-intel 2021-11-29 16:46:44 -05:00