summary refs log tree commit diff
path: root/pkgs/os-specific/linux/chromium-os
Commit message (Collapse)AuthorAge
* linux_cros: fix buildAlyssa Ross2021-08-03
| | | | | | | This patch is already included in the Chromium kernel. Message-Id: <20210729100928.1965341-6-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages.libqmi: disable QRTRAlyssa Ross2021-08-03
| | | | | Message-Id: <20210729100928.1965341-5-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages.modemmanager-next: add gtk-docAlyssa Ross2021-08-03
| | | | | | | Recent upstream Nixpkgs no longer includes this, but we still need it. Message-Id: <20210729100928.1965341-4-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages.modemmanager: disable patchesAlyssa Ross2021-08-03
| | | | | | | | This is an ancient version of ModemManager, so any patches applied for the current upstream release are very unlikely to apply. Message-Id: <20210729100928.1965341-3-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages.vm_protos: set full go_packageAlyssa Ross2021-08-03
| | | | | | | | This will be required by future versions of protoc-gen-go. (Current versions already warn about it.) Message-Id: <20210729100928.1965341-2-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* Merge remote-tracking branch 'nixpkgs/nixos-unstable' into nixpkgs-updateAlyssa Ross2021-07-28
| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/graphics/hello-wayland/default.nix pkgs/applications/virtualization/cloud-hypervisor/default.nix pkgs/applications/window-managers/tinywl/default.nix pkgs/applications/window-managers/wayfire/applications.nix pkgs/applications/window-managers/wayfire/default.nix pkgs/applications/window-managers/wayfire/wcm.nix pkgs/applications/window-managers/wayfire/wf-config.nix pkgs/applications/window-managers/wayfire/wf-shell.nix pkgs/development/libraries/wlroots/default.nix pkgs/os-specific/linux/chromium-os/crosvm/default.nix pkgs/os-specific/linux/kernel/common-config.nix pkgs/os-specific/linux/kernel/patches.nix pkgs/os-specific/linux/mdevd/default.nix pkgs/os-specific/linux/s6-linux-init/default.nix pkgs/top-level/all-packages.nix
* chromiumOSPackages.modemmanager-next: fix libqmiAlyssa Ross2021-07-09
| | | | | | | | pkgs.modemmanager already includes libqmi, it's just the wrong one. So we should use an override to replace it. libqmi is also not required as a native build input, so remove it from there. Message-Id: <20210701085935.xrhhidohyufctx6p@eve.qyliss.net>
* crosvm: fix buildAlyssa Ross2021-06-09
| | | | | | | | | | | * Add new vhost source dependency * Drop Cargo.lock patch * Re-enable test on x86_64 (seems to work fine now) * Drop syslog patch * Rebase VIRTIO_NET_F_MAC patch -- I renamed TapFdOptions to TapFdOption for consistency with newly-added similar structs. Message-Id: <20210603091138.24942-4-hi@alyssa.is>
* chromiumOSPackages: rebase platform2 packagesAlyssa Ross2021-06-09
| | | | Message-Id: <20210603091138.24942-3-hi@alyssa.is>
* chromiumOSPackages: 89.13729.0.0-rc1 -> 91.13904.0.0-rc2Alyssa Ross2021-06-09
| | | | Message-Id: <20210603091138.24942-2-hi@alyssa.is>
* chromiumOSPackages: 83.13020.0.0-rc1 -> 89.13729.0.0-rc1Jamie McClymont2021-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chromiumOSPackages.linux: fix config * chromiumOSPackages.common-mk: update patches * chromiumOSPackages.vm_protos: drop GN patch The missing dependency has been added upstream. * chromiumOSPackages.common-mk: disable clang-only warnings * chromiumOSPackages.sommelier: update patches Support for stable xdg-shell was implemented in upstream Sommelier, but then reverted because the GTK version that comes with the Debian in the container Chromium OS uses was too old to support it. That's not a problem for us, of course, but it does mean that we can use an upstream implementation of xdg-shell. So here I switch from using Puck's implementation, to reverting the revert of the upstream one. * crosvm: fix outdated Cargo.lock from upstream * crosvm: update VIRTIO_NET_F_MAC patch (renamed to be less annoying) * crosvm: add new dependencies * crosvm: patch boot test so it doesn't fail because of no /dev/log. * crosvm: disable boot test on x86_64 because it often hangs on the AMD EPYC 7401P 24-Core Processor I was testing it on (but not my Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz). * spectrumPackages.linux: drop evged patch This has reached the Chromium OS kernel now, so we don't need to apply it ourselves any more. Co-authored-by: Alyssa Ross <hi@alyssa.is> Cc: Puck Meerburg <puck@puckipedia.com> Reviewed-by: Alyssa Ross <hi@alyssa.is> Tested-by: Alyssa Ross <hi@alyssa.is> Message-Id: <20210529144117.571353-2-hi@alyssa.is> Message-Id: <20210529144117.571353-3-hi@alyssa.is> Message-Id: <20210529144117.571353-4-hi@alyssa.is> Message-Id: <20210529144117.571353-5-hi@alyssa.is> Message-Id: <20210529144117.571353-6-hi@alyssa.is> Message-Id: <20210529144117.571353-7-hi@alyssa.is> Message-Id: <20210529144117.571353-8-hi@alyssa.is> Message-Id: <20210529144117.571353-9-hi@alyssa.is>
* crosvm: support setting guest MAC from --tap-fdAlyssa Ross2021-04-14
| | | | | | | This will be important for host-based networking in Spectrum. Message-Id: <20210411115740.29615-7-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages.sommelier: fix buildAlyssa Ross2020-08-27
|
* chromiumOSPackages.vm_protos: fix buildAlyssa Ross2020-08-27
|
* chromiumOSPackages: 81.12871.0.0-rc1 -> 83.13020.0.0-rc1Alyssa Ross2020-06-02
| | | | | | | | | | | | | | | | | crosvm now needs the Minijail sources. However, it'll notice that a Minijail package is provided via pkg-config, and then not actually use those sources or build its own Minijail. It would be nice if the Minijail we provide could be the same version as in Chromium OS, which means bringing Minijail under chromiumOSPackages. A couple of backports are no longer required; one to common-mk and one to Linux. A new patch to fix a parallel build failure has been introduced. Message-Id: <20200602005619.31128-1-hi@alyssa.is> Thanks-to: Michael Raskin <7c6f434c@mail.ru> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com> Tested-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages: improve update.py repo compatAlyssa Ross2020-06-02
| | | | | | | | | | | | | | | | | | | | | | | These changes make chromiumOSPackages.updateScript better understand the Repo manifest format[1]. It now properly distinguishes between paths in the Chromium OS source tree and paths on the git servers, which are usually not the same. For example, chromiumos-overlay is located in the source tree at src/third_party/chromiumos-overlay, but on chromium.googlesource.com it's located at chromiumos/overlays/chromiumos-overlays. Components are now keyed by their location in the Chromium OS source tree (and packages have all been updated for this change.) Additionally, it now understands Repo remotes. This means that it is now possible to use a Chromium OS component like Minijail, which is hosted on android.googlesource.com rather than chromiumos.googlesource.com. This was not previously possible. [1]: https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md Message-Id: <20200530190028.6388-1-hi@alyssa.is> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
* chromiumOSPackages: add missing kernelPatches argAlyssa Ross2020-05-26
| | | | Oops.
* linux_cros: virtwl: Support multiple host socketsAlyssa Ross2020-05-24
| | | | | This is necessary to be able to provide a memfd server in addition to the main socket.
* chromiumOSPackages.sommelier: fix log spamAlyssa Ross2020-05-14
| | | | | | | | | | | | | | | | | Previously, sommelier would output many lines per second saying: > Failed to send message to virtwl: Success This made it extremely annoying to use the serial console, and very difficult to see other log output. This was happening because Sommelier's check for the return value of the VIRTWL_IOCTL_SEND ioctl was inverted from what it should be. That is, the failure message was printed only on success. If there actually was an error, no error message would be outputted. The upstream patch I've added here is a bit vague that this was the problem, but it does fix the issue.
* chromiumOSPackages.vm_protos: fix buildAlyssa Ross2020-05-13
| | | | Error was introduced by recent Nixpkgs changes.
* chromiumPackages.minigbm: add missing derivationAlyssa Ross2020-05-13
| | | | | Looks like I forgot to commit this in 478b6811be7a90907382eeb711d6a018fe57a03b.
* Merge remote-tracking branch 'nixpkgs/master' into masterAlyssa Ross2020-05-13
|
* chromiumOSPackages.updateScript: drop libchromeAlyssa Ross2020-04-21
| | | | | | Just noticed this. I wasn't able to test the script when removing libchrome in f867986f602459d4c73e6e2247738ea3804ea05e because cros-updates-serving was down.
* chromiumOSPackages: 79.12607.0.0-rc4 -> 81.12871.0.0-rc1Alyssa Ross2020-04-19
|
* chromiumOSPackages.{libchrome,libbrillo}: dropAlyssa Ross2020-04-19
| | | | | These aren't needed for anything apart from the Sommelier demos (which we never build anyway) and are annoying and hard to keep building.
* chromiumOSPackages.updateScript: fix buildspec urlAlyssa Ross2020-04-15
| | | | | | "paladin" doesn't seem to be up to date, whereas "full" seems to match what cros-updates-serving.appspot.com reports is currently being shipped to Chromebooks.
* Merge remote-tracking branch 'nixpkgs/master' into masterAlyssa Ross2020-03-26
|
* Merge remote-tracking branch 'nixpkgs/master' into masterAlyssa Ross2020-02-20
|
* crosvm: fix updateScript locationAlyssa Ross2020-02-11
|
* chromiumOSPackages.minigbm: initAlyssa Ross2020-02-10
|
* sommelier: don't build demosAlyssa Ross2020-01-15
| | | | | | Now we don't need to build half of Chromium OS just to use sommelier! It was in the runtime closure too. Made generating the squashfs's extremely slow.
* chromiumOSPackages: use lib.importJSONAlyssa Ross2020-01-08
| | | | I didn't know this existed! Nice!
* Merge remote-tracking branch 'nixpkgs/master' into masterAlyssa Ross2020-01-08
|
* Merge remote-tracking branch 'nixpkgs/master' into spectrumAlyssa Ross2019-12-29
|
* crosvm: update checksumAlyssa Ross2019-12-23
| | | | I forgot to do this in a8b8108ec74c3fbc395ce7c497e6cbd55fac7172.
* chromiumOSPackages: 78.12499.0.0-rc1 -> 79.12607.0.0-rc4Alyssa Ross2019-12-19
|
* crosvm: fix updateScript pathAlyssa Ross2019-12-18
|
* chromiumOSPackages: use more stable update sourceAlyssa Ross2019-12-17
| | | | | | | | | | It has been explained to me that cros-omahaproxy reports which versions are available to users, while cros-updates-serving reports the latest builds available for each channel. The latter is probably better for our use case anyway, and apparently, while both aren't officially supported, is less likely to randomly break. So let's use that instead, even if it is much more annoying to parse.
* linux_cros: remove kernel version from file nameAlyssa Ross2019-12-04
| | | | Nothing in the file contents refers to a specific kernel version.
* sommelier: use stable xdg-shell protocolAlyssa Ross2019-12-03
| | | | Thanks-to: Puck Meerburg <puck@puckipedia.com>
* sommelier: init at 78.12499.0.0-rc1Alyssa Ross2019-12-03
sommelier has a lot of dependencies on other Chromium OS packages. To manage this mess, I introduced chromiumOSPackages to hold them all, since most of them won't be useful aside from building other Chromium OS packages, and chromiumOSPackages.common-mk, which is a wrapper around stdenv to handle interacting with Chromium OS's idiosyncratic GN-based build system. I adapted crosvm's updateScript to become the updateScript for all of chromiumOSPackages, and pulled crosvm under chromiumOSPackages. This means that all Chromium OS packages use approximately the same versions that are distributed as an upstream release. There are still a couple of Chromium OS packages in Nixpkgs that aren't part of this set. Pulling those in is future work.