All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [bitbake-devel] [PATCH] bitbake.conf remove duplicate PERSISTENT_DIR
       [not found] <17A012684A72999E.8967@lists.openembedded.org>
@ 2023-12-14  9:13 ` Jose Quaresma
  2023-12-14 12:32   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Jose Quaresma @ 2023-12-14  9:13 UTC (permalink / raw)
  To: quaresma.jose; +Cc: bitbake-devel, Jose Quaresma

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

Hi,

This patch was merged in bitbake master:

f88f314c toaster: Commandline build import table improvements
-> 13cbc987 bitbake.conf remove duplicate PERSISTENT_DIR
da7f91d6 bitbake: toaster: add functional testing toaster error details

but I can't see it on poky master:

524255ad26 bitbake: toaster: Commandline build import table improvements
dc608a5bbe bitbake: bitbake: toaster: add functional testing toaster error
details
799c131d92 bitbake: toaster: remove test and update setup to avoid
rebuilding image

Is there a bug somewhere?

Jose

Jose Quaresma via lists.openembedded.org <quaresma.jose=
gmail.com@lists.openembedded.org> escreveu no dia terça, 12/12/2023 à(s)
11:34:

> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> ---
>  conf/bitbake.conf | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index baf0a76f..2c1d8be2 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -42,5 +42,4 @@ T = "${WORKDIR}/temp"
>  TARGET_ARCH = "${BUILD_ARCH}"
>  TMPDIR = "${TOPDIR}/tmp"
>  WORKDIR = "${TMPDIR}/work/${PF}"
> -PERSISTENT_DIR = "${TMPDIR}/cache"
>  GITPKGV = "${@bb.fetch2.get_srcrev(d, 'gitpkgv_revision')}"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15650):
> https://lists.openembedded.org/g/bitbake-devel/message/15650
> Mute This Topic: https://lists.openembedded.org/mt/103127894/5052612
> Group Owner: bitbake-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/bitbake-devel/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

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

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

* Re: [bitbake-devel] [PATCH] bitbake.conf remove duplicate PERSISTENT_DIR
  2023-12-14  9:13 ` [bitbake-devel] [PATCH] bitbake.conf remove duplicate PERSISTENT_DIR Jose Quaresma
@ 2023-12-14 12:32   ` Richard Purdie
  2023-12-14 13:03     ` Jose Quaresma
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2023-12-14 12:32 UTC (permalink / raw)
  To: Jose Quaresma; +Cc: bitbake-devel, Jose Quaresma

On Thu, 2023-12-14 at 09:13 +0000, Jose Quaresma wrote:
> Hi,
> 
> This patch was merged in bitbake master:
> 
> f88f314c toaster: Commandline build import table improvements
> -> 13cbc987 bitbake.conf remove duplicate PERSISTENT_DIR
> da7f91d6 bitbake: toaster: add functional testing toaster error
> details
> 
> but I can't see it on poky master:
> 
> 524255ad26 bitbake: toaster: Commandline build import table
> improvements
> dc608a5bbe bitbake: bitbake: toaster: add functional testing toaster
> error details
> 799c131d92 bitbake: toaster: remove test and update setup to avoid
> rebuilding image
> 
> Is there a bug somewhere?

That file doesn't exist in poky since historically, two bitbake.conf
files was considered confusing.

https://git.yoctoproject.org/poky-config/tree/combo-layer.conf#n8

Cheers,

Richard


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

* Re: [bitbake-devel] [PATCH] bitbake.conf remove duplicate PERSISTENT_DIR
  2023-12-14 12:32   ` Richard Purdie
@ 2023-12-14 13:03     ` Jose Quaresma
  0 siblings, 0 replies; 3+ messages in thread
From: Jose Quaresma @ 2023-12-14 13:03 UTC (permalink / raw)
  To: Richard Purdie; +Cc: bitbake-devel, Jose Quaresma

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

Richard Purdie <richard.purdie@linuxfoundation.org> escreveu no dia quinta,
14/12/2023 à(s) 12:32:

> On Thu, 2023-12-14 at 09:13 +0000, Jose Quaresma wrote:
> > Hi,
> >
> > This patch was merged in bitbake master:
> >
> > f88f314c toaster: Commandline build import table improvements
> > -> 13cbc987 bitbake.conf remove duplicate PERSISTENT_DIR
> > da7f91d6 bitbake: toaster: add functional testing toaster error
> > details
> >
> > but I can't see it on poky master:
> >
> > 524255ad26 bitbake: toaster: Commandline build import table
> > improvements
> > dc608a5bbe bitbake: bitbake: toaster: add functional testing toaster
> > error details
> > 799c131d92 bitbake: toaster: remove test and update setup to avoid
> > rebuilding image
> >
> > Is there a bug somewhere?
>
> That file doesn't exist in poky since historically, two bitbake.conf
> files was considered confusing.
>
> https://git.yoctoproject.org/poky-config/tree/combo-layer.conf#n8


I didn't know this detail.
Thanks


>
>
> Cheers,
>
> Richard
>


-- 
Best regards,

José Quaresma

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

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

end of thread, other threads:[~2023-12-14 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <17A012684A72999E.8967@lists.openembedded.org>
2023-12-14  9:13 ` [bitbake-devel] [PATCH] bitbake.conf remove duplicate PERSISTENT_DIR Jose Quaresma
2023-12-14 12:32   ` Richard Purdie
2023-12-14 13:03     ` Jose Quaresma

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.