All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename
@ 2007-12-11 22:04 Paul Sokolovsky
  2007-12-12  8:20 ` [Angstrom-devel] " Michael 'Mickey' Lauer
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Sokolovsky @ 2007-12-11 22:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: angstrom-distro-devel

Hello openembedded-devel,

  I already mentioned this in
http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-December/003695.html , here's specific RFC:
I'd like to propose using the following filename pattern for deployed
kernel images: "${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}", instead
of "${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}". This will
ensure that kernels built from the same recipe are named consistently,
and thus will allow users and developers track kernels easier. Also,
any change to build configuration should be accompanied by recipe PR
bump, so new kernel file will be produces.

  So:

1. Does anybody see something grossly wrong with this scheme?
2. Otherwise, I'm going to change this for linux-handhelds-2.6, and
would like to encourage maintainers of the other kernel recipes to do
the same.


-- 
Best regards,
 Paul                          mailto:pmiscml@gmail.com




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

* Re: [Angstrom-devel] [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename
  2007-12-11 22:04 [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename Paul Sokolovsky
@ 2007-12-12  8:20 ` Michael 'Mickey' Lauer
  2007-12-12  9:35   ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Michael 'Mickey' Lauer @ 2007-12-12  8:20 UTC (permalink / raw)
  To: Paul Sokolovsky; +Cc: openembedded-devel, angstrom-distro-devel

Paul Sokolovsky wrote:
> Hello openembedded-devel,

>   I already mentioned this in
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-December/003695.html , here's specific RFC:
> I'd like to propose using the following filename pattern for deployed
> kernel images: "${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}", instead
> of "${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}". This will
> ensure that kernels built from the same recipe are named consistently,
> and thus will allow users and developers track kernels easier. Also,
> any change to build configuration should be accompanied by recipe PR
> bump, so new kernel file will be produces.

+1. Good thing is it forces you to update PR, bad thing is it forces
you to update PR, especially when you are trying out multiple
defconfigs. But I guess in that case you probably use devshell or an
out-of-OE-tree kernel.

>   So:

> 1. Does anybody see something grossly wrong with this scheme?
> 2. Otherwise, I'm going to change this for linux-handhelds-2.6, and
> would like to encourage maintainers of the other kernel recipes to do
> the same.

Isn't it already deployed in linux.inc? I remember I had to catch up
linux-openmoko.inc because of that change.

Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de




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

* Re: [Angstrom-devel] [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename
  2007-12-12  8:20 ` [Angstrom-devel] " Michael 'Mickey' Lauer
@ 2007-12-12  9:35   ` Koen Kooi
  2007-12-12 14:09     ` Paul Sokolovsky
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2007-12-12  9:35 UTC (permalink / raw)
  To: angstrom-distro-devel; +Cc: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael 'Mickey' Lauer schreef:
> Paul Sokolovsky wrote:
>> Hello openembedded-devel,
> 
>>   I already mentioned this in
>> http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-December/003695.html , here's specific RFC:
>> I'd like to propose using the following filename pattern for deployed
>> kernel images: "${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}", instead
>> of "${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}". This will
>> ensure that kernels built from the same recipe are named consistently,
>> and thus will allow users and developers track kernels easier. Also,
>> any change to build configuration should be accompanied by recipe PR
>> bump, so new kernel file will be produces.
> 
> +1. Good thing is it forces you to update PR, bad thing is it forces
> you to update PR, especially when you are trying out multiple
> defconfigs. But I guess in that case you probably use devshell or an
> out-of-OE-tree kernel.
> 
>>   So:
> 
>> 1. Does anybody see something grossly wrong with this scheme?
>> 2. Otherwise, I'm going to change this for linux-handhelds-2.6, and
>> would like to encourage maintainers of the other kernel recipes to do
>> the same.
> 
> Isn't it already deployed in linux.inc? I remember I had to catch up
> linux-openmoko.inc because of that change.

It is. Remaining 'offenders' are linux-hh and linux-rp, and maybe some
other kernel recipes I never look at.

regards,

Koen

- --
koen@dominion.kabel.utwente.nl will go go away in december 2007, please
use k.kooi@student.utwente.nl instead.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHX6tiMkyGM64RGpERAt+SAJ9hLMyja973cmVH9ODATkw59ozCxACeIDHm
e9Nqvwk9Yakn3SWfghFc7f0=
=MKeG
-----END PGP SIGNATURE-----



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

* Re: [Angstrom-devel] [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename
  2007-12-12  9:35   ` Koen Kooi
@ 2007-12-12 14:09     ` Paul Sokolovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Sokolovsky @ 2007-12-12 14:09 UTC (permalink / raw)
  To: openembedded-devel

Hello Koen,

Wednesday, December 12, 2007, 11:35:30 AM, you wrote:

[]
>>> I'd like to propose using the following filename pattern for deployed
>>> kernel images: "${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}", instead

>>> 2. Otherwise, I'm going to change this for linux-handhelds-2.6, and
>>> would like to encourage maintainers of the other kernel recipes to do
>>> the same.
>> 
>> Isn't it already deployed in linux.inc? I remember I had to catch up
>> linux-openmoko.inc because of that change.

> It is. Remaining 'offenders' are linux-hh and linux-rp, and maybe some
> other kernel recipes I never look at.

  Aha, perfect. So I guess, we can bring all kernel recipes to
consistency, like in one-week frame...

> regards,

> Koen




-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




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

end of thread, other threads:[~2007-12-12 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 22:04 [RFC] Using ${PR} instead of ${DATETIME} in deployed kernel image filename Paul Sokolovsky
2007-12-12  8:20 ` [Angstrom-devel] " Michael 'Mickey' Lauer
2007-12-12  9:35   ` Koen Kooi
2007-12-12 14:09     ` Paul Sokolovsky

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.