All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto] [PATCH 0/1] tiny-init: set proper S value
@ 2015-01-10 15:43 Petter Mabäcker
  2015-01-10 15:43 ` [meta-yocto] [PATCH 1/1] " Petter Mabäcker
  2015-01-24  9:22 ` [meta-yocto] [PATCH 0/1] " Petter Mabäcker
  0 siblings, 2 replies; 4+ messages in thread
From: Petter Mabäcker @ 2015-01-10 15:43 UTC (permalink / raw)
  To: yocto

From: Peter Mabacker <petter@technux.se>

The following changes since commit 876370419a50264a28feb4278f8c465b0019e709:

  bitbake: toaster: implementation of project page (2015-01-08 22:34:38 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib petmab/bug5627_m-y
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/bug5627_m-y

Petter Mabäcker (1):
  tiny-init: set proper S value

 meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.9.1



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

* [meta-yocto] [PATCH 1/1] tiny-init: set proper S value
  2015-01-10 15:43 [meta-yocto] [PATCH 0/1] tiny-init: set proper S value Petter Mabäcker
@ 2015-01-10 15:43 ` Petter Mabäcker
  2015-01-24  9:22 ` [meta-yocto] [PATCH 0/1] " Petter Mabäcker
  1 sibling, 0 replies; 4+ messages in thread
From: Petter Mabäcker @ 2015-01-10 15:43 UTC (permalink / raw)
  To: yocto

Ensure that we are using a proper value for S, instead of the default
value.

All recipes must have a proper value set for S when solving [YOCTO #5627].

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-yocto/recipes-core/tiny-init/tiny-init.bb b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
index 5d90051..4d4e34d 100644
--- a/meta-yocto/recipes-core/tiny-init/tiny-init.bb
+++ b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
@@ -11,6 +11,8 @@ SRC_URI = "file://init \
 	   file://rc.local.sample \
 	  "
 
+S = "${WORKDIR}"
+
 do_configure() {
 	:
 }
-- 
1.9.1



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

* Re: [meta-yocto] [PATCH 0/1] tiny-init: set proper S value
  2015-01-10 15:43 [meta-yocto] [PATCH 0/1] tiny-init: set proper S value Petter Mabäcker
  2015-01-10 15:43 ` [meta-yocto] [PATCH 1/1] " Petter Mabäcker
@ 2015-01-24  9:22 ` Petter Mabäcker
  2015-01-26 15:41   ` Burton, Ross
  1 sibling, 1 reply; 4+ messages in thread
From: Petter Mabäcker @ 2015-01-24  9:22 UTC (permalink / raw)
  To: Sgw; +Cc: yocto

Hi Saul,

Since bug [5627] has reached poky repo, can you please consider propose 
merging of below change to meta-yocto, to avoid the warning about 'S' 
not set to a proper value?

BR,
Petter

2015-01-10 16:43 skrev Petter Mabäcker:

> From: Peter Mabacker <petter@technux.se>
>
> The following changes since commit
> 876370419a50264a28feb4278f8c465b0019e709:
>
> bitbake: toaster: implementation of project page (2015-01-08 22:34:38
> +0000)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib petmab/bug5627_m-y
>
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/bug5627_m-y
> [1]
>
> Petter Mabäcker (1):
> tiny-init: set proper S value
>
> meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> --
> 1.9.1


Links:
------
[1] 
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/bug5627_m-y


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

* Re: [meta-yocto] [PATCH 0/1] tiny-init: set proper S value
  2015-01-24  9:22 ` [meta-yocto] [PATCH 0/1] " Petter Mabäcker
@ 2015-01-26 15:41   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2015-01-26 15:41 UTC (permalink / raw)
  To: petter; +Cc: yocto@yoctoproject.org

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

On 24 January 2015 at 09:22, Petter Mabäcker <petter@technux.se> wrote:

> Since bug [5627] has reached poky repo, can you please consider propose
> merging of below change to meta-yocto, to avoid the warning about 'S' not
> set to a proper value?
>

Whoops, I missed that when merging the other pieces, thanks for pinging.

Ross

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

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

end of thread, other threads:[~2015-01-26 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-10 15:43 [meta-yocto] [PATCH 0/1] tiny-init: set proper S value Petter Mabäcker
2015-01-10 15:43 ` [meta-yocto] [PATCH 1/1] " Petter Mabäcker
2015-01-24  9:22 ` [meta-yocto] [PATCH 0/1] " Petter Mabäcker
2015-01-26 15:41   ` Burton, Ross

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.