From 46a70564099d418f5592bb4647d300890858b052 Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Fri, 1 Mar 2019 21:46:49 +0000
Subject: [PATCH] resize x86 rootfs to 36 MB and kernel to 16 MB

This will allow x86 devices with 256 MB disk to upgrade.
---
 targets/x86.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/targets/x86.inc b/targets/x86.inc
index 3e3b5e539..a3691da04 100644
--- a/targets/x86.inc
+++ b/targets/x86.inc
@@ -1,5 +1,7 @@
 config 'CONFIG_VDI_IMAGES=y'
 config 'CONFIG_VMDK_IMAGES=y'
+config 'CONFIG_TARGET_KERNEL_PARTSIZE=16'
+config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36'
 
 local ATH10K_PACKAGES = {'kmod-ath10k-ct', 'ath10k-firmware-qca9887', 'ath10k-firmware-qca988x'}
 if env.GLUON_WLAN_MESH == 'ibss' then
-- 
GitLab