[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-404-g4b0f30c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-04-23 11:55:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4b0f30cd86c581a9b3c0ff3830b1dade16bdb2a1 (commit)
from 918489b0ab18393960d9822046648cba7af60e00 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4b0f30cd86c581a9b3c0ff3830b1dade16bdb2a1
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Apr 23 13:53:38 2018 +0200
[BUILDROOT] opos6ulnano/genimage.cfg: do not populate failsafe partition with default rootfs as it may oversize it
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/opos6ulnano/genimage.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot/target/device/armadeus/opos6ulnano/genimage.cfg b/buildroot/target/device/armadeus/opos6ulnano/genimage.cfg
index 62e250a..2bba487 100644
--- a/buildroot/target/device/armadeus/opos6ulnano/genimage.cfg
+++ b/buildroot/target/device/armadeus/opos6ulnano/genimage.cfg
@@ -10,7 +10,7 @@ image opos6ulnano-user_data.ext4 {
partition failsafe {
partition-type = 0x83
offset = 1M
- image = "rootfs.ext4"
+# image = "rootfs.ext4"
size = 128M
}
hooks/post-receive
--
armadeus
|