From 7145ab2e509ea555c26cfaba3e674f2ac15f83ae Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Wed, 2 Jun 2021 00:02:23 +0100 Subject: [PATCH] config: add deviceinfo_flash_kernel_on_update (MR 2061) Add new deviceinfo variable to explicitly support flashing the new kernel when updated on Android devices. --- pmb/config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index c7504f63..f4313e77 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -426,6 +426,7 @@ deviceinfo_attributes = [ "partition_blacklist", "boot_part_start", "root_filesystem", + "flash_kernel_on_update", # weston "weston_pixman_type",