From 67ed1ad91794bfda78eb012669c126e5cee258a3 Mon Sep 17 00:00:00 2001
From: Oliver Smith <ollieparanoid@postmarketos.org>
Date: Sun, 16 Feb 2025 15:56:38 +0100
Subject: [PATCH] device-google-veyron: use initfs_extra (MR 6226)

Fix that building phosh, gnome, plasma-mobile images fails with:

==> Generating vmlinuz.kpart
Building depthcharge image for board 'Unnamed veyron board' ('veyron').
Couldn't build a small enough image for this board.

Related: https://builds.sr.ht/~postmarketos/job/1422513#task-img-1544
Related: bpo issue 153
[ci:skip-build]: already built successfully in CI
---
 device/community/device-google-veyron/APKBUILD   | 4 ++--
 device/community/device-google-veyron/deviceinfo | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/device/community/device-google-veyron/APKBUILD b/device/community/device-google-veyron/APKBUILD
index 4e65cc9ad14..d1772ac1f66 100644
--- a/device/community/device-google-veyron/APKBUILD
+++ b/device/community/device-google-veyron/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Jenneron <jenneron@protonmail.com>
 pkgname=device-google-veyron
 pkgdesc="Google Veyron Chromebooks"
-pkgver=7
+pkgver=8
 pkgrel=0
 url="https://postmarketos.org"
 license="MIT"
@@ -53,6 +53,6 @@ nonfree_firmware() {
 
 
 sha512sums="
-abeebda841ae33d50008b891b4a29ccf4a7cf7be240b5913b701409e8621aa7210f685543b8ab7a9778b311359a197b4429af2b559716fa130d3af8447bef61d  deviceinfo
+d6a214d98ef6502ebed97dd2b774d9d7de1ac969d6d17513f413234e9698bd860248345520eb15f6b54fb0e06a793ba974f8548d397c9a72db31ecd506038008  deviceinfo
 be3e804fa538d9d377c637094dcf95e503e8a156fa71676a9e78abc0e290595dfdaa70b5642df721ebcdd3daa04d14e0c61d9bab6f78cb1dbd669404abc3a56d  modules-initfs
 "
diff --git a/device/community/device-google-veyron/deviceinfo b/device/community/device-google-veyron/deviceinfo
index dfcbeeb2f76..9fd2f6e2217 100644
--- a/device/community/device-google-veyron/deviceinfo
+++ b/device/community/device-google-veyron/deviceinfo
@@ -27,3 +27,4 @@ deviceinfo_cgpt_kpart_size="32768"
 deviceinfo_depthcharge_board="veyron"
 deviceinfo_generate_depthcharge_image="true"
 deviceinfo_generate_extlinux_config="true"
+deviceinfo_create_initfs_extra="true"
-- 
GitLab