From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>,
meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][master][PATCH] base-files: Remove fstab override
Date: Tue, 5 Mar 2024 15:49:54 -0500 [thread overview]
Message-ID: <20240305204954.GI6072@denix.org> (raw)
In-Reply-To: <20240305191145.67894-1-afd@ti.com>
On Tue, Mar 05, 2024 at 01:11:45PM -0600, Andrew Davis via lists.yoctoproject.org wrote:
> There is already a version of this file provided by oe-core that
> is kept up to date. Do not override it.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
> .../recipes-core/base-files/base-files/fstab | 13 -------------
> .../recipes-core/base-files/base-files_%.bbappend | 2 +-
> 2 files changed, 1 insertion(+), 14 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-core/base-files/base-files/fstab
>
> diff --git a/meta-arago-distro/recipes-core/base-files/base-files/fstab b/meta-arago-distro/recipes-core/base-files/base-files/fstab
> deleted file mode 100644
> index 8ddadd98..00000000
> --- a/meta-arago-distro/recipes-core/base-files/base-files/fstab
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -# stock fstab - you probably want to override this with a machine specific one
> -
> -/dev/root / auto defaults 1 1
> -proc /proc proc defaults 0 0
> -devpts /dev/pts devpts mode=0620,gid=5 0 0
> -usbdevfs /proc/bus/usb usbdevfs noauto 0 0
> -tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
> -tmpfs /var/volatile tmpfs defaults,size=50M 0 0
> -tmpfs /media/ram tmpfs defaults,size=16M 0 0
The major difference is these 2 tmpfs entries - upstream doesn't have
/media/ram, as that was something TI testing framework was using. Plus
upstream doesn't set the size parameter - by default up to 50% of RAM can
get used by tmpfs and there were issues with some low-RAM legacy platforms
in the past.
If neither of these differences matter any longer, this can be removed.
> -# uncomment this if your device has a SD/MMC/Transflash slot
> -#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
> -
> diff --git a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend b/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend
> index e5c53e80..7d1f6751 100644
> --- a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend
> +++ b/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend
> @@ -1,4 +1,4 @@
> # look for files in this layer first
> FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
>
> -PR:append = ".arago4"
> +PR:append = ".arago5"
> --
> 2.39.2
next prev parent reply other threads:[~2024-03-05 20:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 19:11 [meta-arago][master][PATCH] base-files: Remove fstab override Andrew Davis
2024-03-05 20:49 ` Denys Dmytriyenko [this message]
2024-03-19 15:18 ` Andrew Davis
2024-03-19 15:24 ` Ryan Eatmon
[not found] ` <17BE33D39135657C.24580@lists.yoctoproject.org>
2024-04-08 15:01 ` Ryan Eatmon
2024-04-10 15:22 ` Andrew Davis
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=20240305204954.GI6072@denix.org \
--to=denis@denix.org \
--cc=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.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.