All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto: Special case the openembedded-core layer in toasterconf.json to avoid duplicates
@ 2015-09-30 17:18 brian avery
  2015-09-30 17:18 ` [PATCH 1/1] toaster: Special case the openembedded-core layer " brian avery
  0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2015-09-30 17:18 UTC (permalink / raw)
  To: poky; +Cc: Michael Wood

I missed this part of the large toaster patch set because it lives outside of bitbake. 
This makes sure we have only 1 openembedded-core layer available in toaster.

The following changes since commit 4bc3f0994e68b3302a0523a3156dd0dca0cac7a0:

  bitbake: toaster: move clones into subdirectory (2015-09-29 14:11:39 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib toaster-next
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=toaster-next

Michael Wood (1):
  toaster: Special case the openembedded-core layer to avoid duplicates

 meta-yocto/conf/toasterconf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [PATCH 1/1] toaster: Special case the openembedded-core layer to avoid duplicates
  2015-09-30 17:18 [PATCH 0/1] meta-yocto: Special case the openembedded-core layer in toasterconf.json to avoid duplicates brian avery
@ 2015-09-30 17:18 ` brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2015-09-30 17:18 UTC (permalink / raw)
  To: poky; +Cc: Michael Wood

From: Michael Wood <michael.g.wood@intel.com>

If the openembedded-core layer is specified in the toasterconf we need
to treat it differently because we may also get this layer either from
the layerindex source or I can also be provided locally.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
---
 meta-yocto/conf/toasterconf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json
index c455276..9e45ff0 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -12,7 +12,7 @@
             "name": "Local Yocto Project",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "fido", "dizzy"],
+            "branches": ["HEAD" ],
             "layers": [
                 {
                     "name": "openembedded-core",
-- 
1.9.1



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

end of thread, other threads:[~2015-09-30 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30 17:18 [PATCH 0/1] meta-yocto: Special case the openembedded-core layer in toasterconf.json to avoid duplicates brian avery
2015-09-30 17:18 ` [PATCH 1/1] toaster: Special case the openembedded-core layer " brian avery

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.