All of lore.kernel.org
 help / color / mirror / Atom feed
* Why there is a RCONFLICTS in wireless-regdb recipe file
@ 2020-08-21  3:59 leimaohui
  0 siblings, 0 replies; 2+ messages in thread
From: leimaohui @ 2020-08-21  3:59 UTC (permalink / raw)
  To: openembedded-core

Hi,

There is a RCONFLICTS in wireless-regdb recipe file:
-------------------------------------------
# Install static regulatory DB in /lib/firmware for kernel to load.
# This requires Linux kernel >= v4.15.
# For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass
# (in meta-networking) in kernel's recipe.
PACKAGES = "${PN}-static ${PN}"
RCONFLICTS_${PN} = "${PN}-static"    <---Here

FILES_${PN}-static = " \
    ${nonarch_base_libdir}/firmware/regulatory.db \
    ${nonarch_base_libdir}/firmware/regulatory.db.p7s \
"

-------------------------------------------

But I'm not understand why this parameter has been added? There is no conflict file between these two packages?
Or for other reasons?

The following is the file list of wireless-regdb-static and wireless-regdb.
-------------------------------------------
/wireless-regdb/2020.04.29-r0/packages-split/wireless-regdb-static/
└── lib
    └── firmware
        ├── regulatory.db
        └── regulatory.db.p7s

2 directories, 2 files
-------------------------------------------
wireless-regdb/2020.04.29-r0/packages-split/wireless-regdb
├── etc
│   └── wireless-regdb
│       └── pubkeys
│           └── sforshee.key.pub.pem
└── usr
    └── lib
        └── crda
            └── regulatory.bin

6 directories, 2 files
-------------------------------------------

Best wished
Lei



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

* Re: Why there is a RCONFLICTS in wireless-regdb recipe file
       [not found] <162D2C87C5727928.19371@lists.openembedded.org>
@ 2020-08-25  0:57 ` leimaohui
  0 siblings, 0 replies; 2+ messages in thread
From: leimaohui @ 2020-08-25  0:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Richard Purdie (richard.purdie@linuxfoundation.org)

ping

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of leimaohui
> Sent: Friday, August 21, 2020 12:00 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] Why there is a RCONFLICTS in wireless-regdb recipe file
> 
> Hi,
> 
> There is a RCONFLICTS in wireless-regdb recipe file:
> -------------------------------------------
> # Install static regulatory DB in /lib/firmware for kernel to load.
> # This requires Linux kernel >= v4.15.
> # For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass # (in meta-
> networking) in kernel's recipe.
> PACKAGES = "${PN}-static ${PN}"
> RCONFLICTS_${PN} = "${PN}-static"    <---Here
> 
> FILES_${PN}-static = " \
>     ${nonarch_base_libdir}/firmware/regulatory.db \
>     ${nonarch_base_libdir}/firmware/regulatory.db.p7s \ "
> 
> -------------------------------------------
> 
> But I'm not understand why this parameter has been added? There is no
> conflict file between these two packages?
> Or for other reasons?
> 
> The following is the file list of wireless-regdb-static and wireless-regdb.
> -------------------------------------------
> /wireless-regdb/2020.04.29-r0/packages-split/wireless-regdb-static/
> └── lib
>     └── firmware
>         ├── regulatory.db
>         └── regulatory.db.p7s
> 
> 2 directories, 2 files
> -------------------------------------------
> wireless-regdb/2020.04.29-r0/packages-split/wireless-regdb
> ├── etc
> │   └── wireless-regdb
> │       └── pubkeys
> │           └── sforshee.key.pub.pem
> └── usr
>     └── lib
>         └── crda
>             └── regulatory.bin
> 
> 6 directories, 2 files
> -------------------------------------------
> 
> Best wished
> Lei
> 




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

end of thread, other threads:[~2020-08-25  0:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21  3:59 Why there is a RCONFLICTS in wireless-regdb recipe file leimaohui
     [not found] <162D2C87C5727928.19371@lists.openembedded.org>
2020-08-25  0:57 ` leimaohui

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.