All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Dagg Stompler <daggs@gmx.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] configs/ordeidc2: increase image size to 256M
Date: Sat, 11 Sep 2021 11:30:49 +0200	[thread overview]
Message-ID: <20210911093049.GJ1053080@scaer> (raw)
In-Reply-To: <20210911092713.GI1053080@scaer>

Dagg, All,

On 2021-09-11 11:27 +0200, Yann E. MORIN spake thusly:
> On 2021-09-11 11:42 +0300, Dagg Stompler spake thusly:
> > following Commit 9f127cc4, the resulting image is bigger than possible.
> > so BR2_TARGET_ROOTFS_EXT2_SIZE set to 256M is required.
> > 
> > Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/1575071376

In fact, that error is about another issue that was recently fixed:

    https://git.buildroot.org/buildroot/commit/?id=4ad23552c6

Can you verify that the test still works with the current master, before
increasing the fs size?

Regards,
Yann E. MORIN.

> > Signed-off-by: Dagg Stompler <daggs@gmx.com>
> > ---
> >  configs/odroidc2_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
> > index 5f97fc3dd8..daa818e036 100644
> > --- a/configs/odroidc2_defconfig
> > +++ b/configs/odroidc2_defconfig
> > @@ -10,6 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAML0"
> >  BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
> >  BR2_TARGET_ROOTFS_EXT2=y
> >  BR2_TARGET_ROOTFS_EXT2_4=y
> > +BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
> >  BR2_ROOTFS_OVERLAY="board/hardkernel/odroidc2/rootfs_overlay"
> >  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/hardkernel/odroidc2/post-image.sh"
> > 
> > --
> > 2.33.0
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot@lists.buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-09-11  9:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-11  8:42 [Buildroot] [PATCH] configs/ordeidc2: increase image size to 256M Dagg Stompler
2021-09-11  9:27 ` Yann E. MORIN
2021-09-11  9:30   ` Yann E. MORIN [this message]
2021-09-11 14:30     ` daggs
2021-09-11 14:29   ` daggs
2021-09-11 15:23     ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2021-09-11  8:37 Dagg Stompler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210911093049.GJ1053080@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=daggs@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.