All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto] mc fails to start with readonly rootfs
       [not found] <15E1C77B4FBAA4EC.30484@lists.yoctoproject.org>
@ 2019-12-19 13:17 ` Marek Belisko
  0 siblings, 0 replies; only message in thread
From: Marek Belisko @ 2019-12-19 13:17 UTC (permalink / raw)
  To: JA; +Cc: yocto, yocto

On Thu, Dec 19, 2019 at 2:04 PM Marek Belisko via
Lists.Yoctoproject.Org
<marek.belisko=gmail.com@lists.yoctoproject.org> wrote:
>
> Hi,
>
> when enable readonly rootfs mc fails to start because cannot write to
> directory: /home/root/.config/mc
>
> I've created volatile-bindd to this directory (to be able to write
> something) and extend mc using below bbappend:
>
> do_install_append () {
>         install -d ${D}/home/root/.config/mc
> }
>
> FILES_${PN} += "/home/root/.config/mc/*"
>
> But now I got QA issue:
>
> ERROR: mc-4.8.22-r0 do_package: QA Issue: mc: Files/directories were
> installed but not shipped in any package:
>   /home
>   /home/root
>   /home/root/.config
>   /home/root/.config/mc
> Please set FILES such that these items are packaged. Alternatively if
> they are unneeded, avoid installing them or delete them within
> do_install.

QA issue is resolved by adding: FILES_${PN} += "/home/root/.config/mc/"
Is this patch welcomed to upstream to overcome same problem?
>
> Checked FILES_mc and path is there. Am I missing anything obvious? Thanks.
>
> BR,
>
> marek
>
> --
> as simple and primitive as possible
> -------------------------------------------------
> Marek Belisko - OPEN-NANDRA
> Freelance Developer
>
> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> Tel: +421 915 052 184
> skype: marekwhite
> twitter: #opennandra
> web: http://open-nandra.com
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#47771): https://lists.yoctoproject.org/g/yocto/message/47771
> Mute This Topic: https://lists.yoctoproject.org/mt/68830517/900721
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  [marek.belisko@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-

BR,

marek

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-19 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <15E1C77B4FBAA4EC.30484@lists.yoctoproject.org>
2019-12-19 13:17 ` [yocto] mc fails to start with readonly rootfs Marek Belisko

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.