All of lore.kernel.org
 help / color / mirror / Atom feed
* Please add build ID to bugs
@ 2011-03-07 19:05 Jeff Osier-Mixon
  2011-03-12  8:58 ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Osier-Mixon @ 2011-03-07 19:05 UTC (permalink / raw)
  To: yocto

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

Hi all

I have added the following item to the Bugzilla guidelines:

*IMPORTANT*: please include the build/commit ID as reported by BitBake, as
this will help the team determine whether your bug has been fixed already.

Guidelines are here:
https://wiki.yoctoproject.org/wiki/Community_Guidelines#Bugzilla_Guidelines

<https://wiki.yoctoproject.org/wiki/Community_Guidelines#Bugzilla_Guidelines>
thanks!
-- 
Jeff Osier-Mixon
Yocto Community Manager @Intel

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

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

* Re: Please add build ID to bugs
  2011-03-07 19:05 Please add build ID to bugs Jeff Osier-Mixon
@ 2011-03-12  8:58 ` Darren Hart
  2011-03-12  9:12   ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2011-03-12  8:58 UTC (permalink / raw)
  To: Jeff Osier-Mixon; +Cc: yocto

On 03/07/2011 11:05 AM, Jeff Osier-Mixon wrote:
> Hi all
>
> I have added the following item to the Bugzilla guidelines:
>
> *IMPORTANT*: please include the build/commit ID as reported by BitBake,

s/BitBake/git/ I presume?

> as this will help the team determine whether your bug has been fixed
> already.
>
> Guidelines are here:
> https://wiki.yoctoproject.org/wiki/Community_Guidelines#Bugzilla_Guidelines
>
> <https://wiki.yoctoproject.org/wiki/Community_Guidelines#Bugzilla_Guidelines>thanks!
> --
> Jeff Osier-Mixon
> Yocto Community Manager @Intel
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: Please add build ID to bugs
  2011-03-12  8:58 ` Darren Hart
@ 2011-03-12  9:12   ` Koen Kooi
  2011-03-12 16:22     ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-03-12  9:12 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto


Op 12 mrt 2011, om 09:58 heeft Darren Hart het volgende geschreven:

> On 03/07/2011 11:05 AM, Jeff Osier-Mixon wrote:
>> Hi all
>> 
>> I have added the following item to the Bugzilla guidelines:
>> 
>> *IMPORTANT*: please include the build/commit ID as reported by BitBake,
> 
> s/BitBake/git/ I presume?

I think he means this one:

Build Configuration:
BB_VERSION        = "1.13.0"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "0671ad1"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v20110312"
TARGET_FPU        = "hard"


regards,

Koen


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

* Re: Please add build ID to bugs
  2011-03-12  9:12   ` Koen Kooi
@ 2011-03-12 16:22     ` Darren Hart
  2011-03-12 17:25       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2011-03-12 16:22 UTC (permalink / raw)
  To: Koen Kooi; +Cc: yocto



On 03/12/2011 01:12 AM, Koen Kooi wrote:
>
> Op 12 mrt 2011, om 09:58 heeft Darren Hart het volgende geschreven:
>
>> On 03/07/2011 11:05 AM, Jeff Osier-Mixon wrote:
>>> Hi all
>>>
>>> I have added the following item to the Bugzilla guidelines:
>>>
>>> *IMPORTANT*: please include the build/commit ID as reported by BitBake,
>>
>> s/BitBake/git/ I presume?
>
> I think he means this one:
>
> Build Configuration:
> BB_VERSION        = "1.13.0"
> METADATA_BRANCH   = "org.openembedded.dev"
> METADATA_REVISION = "0671ad1"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "beagleboard"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "v20110312"
> TARGET_FPU        = "hard"
>

Ah, yes, that makes more sense.

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: Please add build ID to bugs
  2011-03-12 16:22     ` Darren Hart
@ 2011-03-12 17:25       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2011-03-12 17:25 UTC (permalink / raw)
  To: yocto

On 3/12/2011 8:22 AM, Darren Hart wrote:
>
>
> On 03/12/2011 01:12 AM, Koen Kooi wrote:
>>
>> Op 12 mrt 2011, om 09:58 heeft Darren Hart het volgende geschreven:
>>
>>> On 03/07/2011 11:05 AM, Jeff Osier-Mixon wrote:
>>>> Hi all
>>>>
>>>> I have added the following item to the Bugzilla guidelines:
>>>>
>>>> *IMPORTANT*: please include the build/commit ID as reported by BitBake,

so may be it should be termed as 'Build Configuration' instead
>>>
>>> s/BitBake/git/ I presume?
>>
>> I think he means this one:
>>
>> Build Configuration:
>> BB_VERSION = "1.13.0"
>> METADATA_BRANCH = "org.openembedded.dev"
>> METADATA_REVISION = "0671ad1"
>> TARGET_ARCH = "arm"
>> TARGET_OS = "linux-gnueabi"
>> MACHINE = "beagleboard"
>> DISTRO = "angstrom"
>> DISTRO_VERSION = "v20110312"
>> TARGET_FPU = "hard"
>>
>
> Ah, yes, that makes more sense.
>



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

end of thread, other threads:[~2011-03-12 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 19:05 Please add build ID to bugs Jeff Osier-Mixon
2011-03-12  8:58 ` Darren Hart
2011-03-12  9:12   ` Koen Kooi
2011-03-12 16:22     ` Darren Hart
2011-03-12 17:25       ` Khem Raj

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.