Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Pipeline nightly
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Pipeline nightly
Commits
9532dde7
Commit
9532dde7
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
update patch for Gluon v2019.1
parent
007c1116
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
+7
-7
7 additions, 7 deletions
...0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
with
7 additions
and
7 deletions
patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
+
7
−
7
View file @
9532dde7
From 4
3e01839034486dbcdb2d2119f6c962ba4d64acc
Mon Sep 17 00:00:00 2001
From 4
7edaab429d565fe8db24a7182ced834102a8e7f
Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Fri, 1 Mar 2019 21:46:49 +0000
Date: Fri, 1 Mar 2019 21:46:49 +0000
Subject: [PATCH] resize x86 rootfs to 36 MB and kernel to 16 MB
Subject: [PATCH] resize x86 rootfs to 36 MB and kernel to 16 MB
...
@@ -9,16 +9,16 @@ This will allow x86 devices with 256 MB disk to upgrade.
...
@@ -9,16 +9,16 @@ This will allow x86 devices with 256 MB disk to upgrade.
1 file changed, 3 insertions(+)
1 file changed, 3 insertions(+)
diff --git a/targets/x86.inc b/targets/x86.inc
diff --git a/targets/x86.inc b/targets/x86.inc
index
c66c3408..833a1960
100644
index
3e3b5e53..d67d7b65
100644
--- a/targets/x86.inc
--- a/targets/x86.inc
+++ b/targets/x86.inc
+++ b/targets/x86.inc
@@ -
12
,3 +
12
,6 @@
packages
'kmod-ath9k'
@@ -
40
,3 +
40
,6 @@
packages
{
packages $ATH10K_PACKAGES
}
packages 'kmod-gpio-button-hotplug' 'kmod-gpio-nct5104d' 'kmod-hwmon-core' 'kmod-leds-gpio' 'kmod-leds-apu2' 'kmod-sp5100_tco'
packages
'kmod-usb-core' 'kmod-usb-ohci' 'kmod-usb2' 'kmod-usb3' 'kmod-usb-serial'
packages
(ATH10K_PACKAGES)
+
+
+config 'CONFIG_TARGET_KERNEL_PARTSIZE=16'
+config 'CONFIG_TARGET_KERNEL_PARTSIZE=16'
+config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36'
+config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36'
--
--
2.2
1.0
2.2
4.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment