All of lore.kernel.org
 help / color / mirror / Atom feed
* package_rpm and file conflicts.
@ 2021-03-23  1:01 Randall
  2021-03-23  8:35 ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Randall @ 2021-03-23  1:01 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

HI,

Building up a customization layer over the top of poke to install 3rd party RPM files at build time. These packages contain some basic global configuration changes for the destination environment.

Unfortunately I am getting RPM file conflicts (EG: /etc/network/interfaces) when I go to build. How can force the package installation allowing for the conflicting file from the custom layer to over write the files in the base packages?

EG:

> 
> file /etc/network/interfaces conflicts between attempted installs of
> router-1.0-r0.noarch and init-ifupdown-1.0-r7.qemuarm64
> file /etc/udhcpc.d/50default conflicts between attempted installs of
> router-1.0-r0.noarch and busybox-udhcpc-1.24.1-r0.aarch64

[-- Attachment #2: Type: text/html, Size: 784 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [yocto] package_rpm and file conflicts.
  2021-03-23  1:01 package_rpm and file conflicts Randall
@ 2021-03-23  8:35 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2021-03-23  8:35 UTC (permalink / raw)
  To: Randall; +Cc: yocto

Hi Randall,

On Mon, Mar 22, 2021 at 06:01:59PM -0700, Randall wrote:
> HI,
> 
> Building up a customization layer over the top of poke to install 3rd party RPM files at build time. These packages contain some basic global configuration changes for the destination environment.
> 
> Unfortunately I am getting RPM file conflicts (EG: /etc/network/interfaces) when I go to build. How can force the package installation allowing for the conflicting file from the custom layer to over write the files in the base packages?
> 

You cannot, you need to either not instal init-ifupdown and
busybox-udhdpc or modify them to not install this file in your image.

Cheers,
Quentin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-23  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  1:01 package_rpm and file conflicts Randall
2021-03-23  8:35 ` [yocto] " Quentin Schulz

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.