All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][meta-efl][PATCH] meta-oe, meta-efl: Restore few MIRROR variables
@ 2013-11-20 22:15 Martin Jansa
  2013-11-21  8:28 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-11-20 22:15 UTC (permalink / raw)
  To: openembedded-devel

* these were correctly removed from oe-core in
  commit 3b333896c71689c664475d53daed52404bf6b21b
  Author: Phil Blundell <pb@pbcl.net>
  Date:   Thu Nov 14 18:15:46 2013 +0000

    bitbake.conf: Remove obsolete/unused MIRROR cruft
  but we still need them here, so add them to layer.conf

* FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe)
  meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master"
  meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
  meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
  meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"

* E_MIRROR/E_SVN are used in many recipes in meta-efl, even with
  upstream moveing to git, not all components are already in git
  and for distros with populated PREMIRROR these variables are still
  important to parse the recipes.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/conf/layer.conf | 3 +++
 meta-oe/conf/layer.conf  | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf
index 272fc04..fb9a7ce 100644
--- a/meta-efl/conf/layer.conf
+++ b/meta-efl/conf/layer.conf
@@ -7,3 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 BBFILE_COLLECTIONS += "efl-layer"
 BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_efl-layer = "7"
+
+E_MIRROR = "http://download.enlightenment.org/releases"
+E_SVN = "svn://svn.enlightenment.org/svn/e"
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index bd7eceb..393b4e6 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -37,3 +37,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   usb-modeswitch-data->usb-modeswitch \
 "
+
+FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
-- 
1.8.4.3



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

* Re: [meta-oe][meta-efl][PATCH] meta-oe, meta-efl: Restore few MIRROR variables
  2013-11-20 22:15 [meta-oe][meta-efl][PATCH] meta-oe, meta-efl: Restore few MIRROR variables Martin Jansa
@ 2013-11-21  8:28 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2013-11-21  8:28 UTC (permalink / raw)
  To: openembedded-devel

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

Martin Jansa schreef op 20-11-13 23:15:
> * these were correctly removed from oe-core in commit
> 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell
> <pb@pbcl.net> Date:   Thu Nov 14 18:15:46 2013 +0000
> 
> bitbake.conf: Remove obsolete/unused MIRROR cruft but we still need them
> here, so add them to layer.conf
> 
> * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in
> meta-fso (which depends on meta-oe) 
> meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI
> = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" 
> meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI =
> "${FREESMARTPHONE_GIT}/cornucopia" 
> meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI =
> "${FREESMARTPHONE_GIT}/cornucopia" 
> meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI =
> "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"

Our CI loop at linaro caught that as well :)

Acked-by: Koen Kooi <koen.kooi@linaro.org>

> 
> * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with upstream
> moveing to git, not all components are already in git and for distros
> with populated PREMIRROR these variables are still important to parse the
> recipes.
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
> meta-efl/conf/layer.conf | 3 +++ meta-oe/conf/layer.conf  | 2 ++ 2 files
> changed, 5 insertions(+)
> 
> diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf index
> 272fc04..fb9a7ce 100644 --- a/meta-efl/conf/layer.conf +++
> b/meta-efl/conf/layer.conf @@ -7,3 +7,6 @@ BBFILES +=
> "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" 
> BBFILE_COLLECTIONS += "efl-layer" BBFILE_PATTERN_efl-layer :=
> "^${LAYERDIR}/" BBFILE_PRIORITY_efl-layer = "7" + +E_MIRROR =
> "http://download.enlightenment.org/releases" +E_SVN =
> "svn://svn.enlightenment.org/svn/e" diff --git a/meta-oe/conf/layer.conf
> b/meta-oe/conf/layer.conf index bd7eceb..393b4e6 100644 ---
> a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf @@ -37,3 +37,5 @@
> SIGGEN_EXCLUDERECIPES_ABISAFE += " \ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "
> \ usb-modeswitch-data->usb-modeswitch \ " + +FREESMARTPHONE_GIT =
> "git://git.freesmartphone.org"
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFSjcQ9MkyGM64RGpERAu33AJ40U+DxY/MdA6gnfziq19wdL+EJQgCffoFc
ABj35a+jEvyH7I0JBCL0oEY=
=MRUa
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2013-11-21  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 22:15 [meta-oe][meta-efl][PATCH] meta-oe, meta-efl: Restore few MIRROR variables Martin Jansa
2013-11-21  8:28 ` Koen Kooi

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.