Re: [OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-04 Thread Alexander Kanavin
On Wed, 4 Sep 2019 at 03:44, Zheng, Ruoqin wrote: > Thank you for your advice and I have a question. > > > > 1:-> This does not seem like the right place to me to adjust the settings. > > > > Well, did you mean that I shouldn’t adjust the settings in > meta-environment recipe, instead of it,

Re: [OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-03 Thread Zheng, Ruoqin
ipe? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) From: Alexander Kanavin [mailto:alex.kana...@gmail.com] Sent: Monday, September 02, 2019 4:12 PM To: Zheng, Ruoqin/郑 若钦 Cc: OE-core Subject: Re: [OE-core] [PATCH] meta-environment: make

Re: [OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-02 Thread Alexander Kanavin
On Mon, 2 Sep 2019 at 03:16, Zheng Ruoqin wrote: > We need to configure dnf and rpm to use and make it compatible with > package architecture from yocto build system. > + > +mkdir -p ${D}/${SDKTARGETSYSROOT}/etc/rpm > +echo "arch_compat: ${MACHINE_ARCH}: ${PACKAGE_ARCHS}" > >

[OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-01 Thread Zheng Ruoqin
We need to configure dnf and rpm to use and make it compatible with package architecture from yocto build system. Signed-off-by: Zheng Ruoqin --- meta/recipes-core/meta/meta-environment.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git