* Extension of package name by distro version
@ 2019-09-16 8:55 Jan Kaisrlik
2019-09-16 20:42 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kaisrlik @ 2019-09-16 8:55 UTC (permalink / raw)
To: yocto
Hello,
I would like to ask if it is possible to extend all package names by
some string f.e. by string corresponding to the version of the
distribution (+fw2.6.1)
* without distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2_arm64.deb
* with distro string -
kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2+fw2.6.1_arm64.deb
I've checked manuals and code and I do not see any easy way how to
append some string to the version of the package.
What I've played with it so far I added the mentioned string to PR in
bbclasses' in poky. Honestly, I do not believe this is the best idea
(on other hands it is working xD ) ...
If it is not possible at the moment are you interested in the patch?
Thank you in advance.
Best regards,
Jan Kaisrlík
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Extension of package name by distro version
2019-09-16 8:55 Extension of package name by distro version Jan Kaisrlik
@ 2019-09-16 20:42 ` Paul Eggleton
2019-09-17 7:17 ` Jan Kaisrlik
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2019-09-16 20:42 UTC (permalink / raw)
To: Jan Kaisrlik; +Cc: yocto
Hi Jan
On Monday, 16 September 2019 8:55:00 PM NZST Jan Kaisrlik wrote:
> I would like to ask if it is possible to extend all package names by
> some string f.e. by string corresponding to the version of the
> distribution (+fw2.6.1)
> * without distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2_arm64.deb
> * with distro string -
> kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2+fw2.6.1_arm64.deb
> I've checked manuals and code and I do not see any easy way how to
> append some string to the version of the package.
>
> What I've played with it so far I added the mentioned string to PR in
> bbclasses' in poky. Honestly, I do not believe this is the best idea
> (on other hands it is working xD ) ...
I would say PR_append = "${DISTRO_VERSION}" in your custom distro config work
- did you try that?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Extension of package name by distro version
2019-09-16 20:42 ` Paul Eggleton
@ 2019-09-17 7:17 ` Jan Kaisrlik
0 siblings, 0 replies; 3+ messages in thread
From: Jan Kaisrlik @ 2019-09-17 7:17 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
On Mon, Sep 16, 2019 at 10:43 PM Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
>
> Hi Jan
>
> On Monday, 16 September 2019 8:55:00 PM NZST Jan Kaisrlik wrote:
> > I would like to ask if it is possible to extend all package names by
> > some string f.e. by string corresponding to the version of the
> > distribution (+fw2.6.1)
> > * without distro string - kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2_arm64.deb
> > * with distro string -
> > kernel-5.3.0-rc3_5.3.0+git0+e21a712a96-2+fw2.6.1_arm64.deb
> > I've checked manuals and code and I do not see any easy way how to
> > append some string to the version of the package.
> >
> > What I've played with it so far I added the mentioned string to PR in
> > bbclasses' in poky. Honestly, I do not believe this is the best idea
> > (on other hands it is working xD ) ...
>
> I would say PR_append = "${DISTRO_VERSION}" in your custom distro config work
> - did you try that?
Hooray, that's what I were looking for. Somehow I skipped this option.
Thank you!
Best regards,
Jan
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-17 7:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16 8:55 Extension of package name by distro version Jan Kaisrlik
2019-09-16 20:42 ` Paul Eggleton
2019-09-17 7:17 ` Jan Kaisrlik
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.