All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Pull request for TARGET_VENDOR fix
@ 2011-05-17  6:22 Martin Jansa
  2011-05-17  6:27 ` [PATCH 1/1] bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf Martin Jansa
  2011-05-17 14:11 ` [PATCH 0/1] Pull request for TARGET_VENDOR fix Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2011-05-17  6:22 UTC (permalink / raw)
  To: openembedded-core

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: jansa/pull
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull

Thanks,
    Martin Jansa <Martin.Jansa@gmail.com>
---


Martin Jansa (1):
  bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from
    defaultsetup.conf

 meta/conf/bitbake.conf             |    2 +-
 meta/conf/distro/defaultsetup.conf |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

-- 
1.7.5.rc3




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

* [PATCH 1/1] bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf
  2011-05-17  6:22 [PATCH 0/1] Pull request for TARGET_VENDOR fix Martin Jansa
@ 2011-05-17  6:27 ` Martin Jansa
  2011-05-17 14:11 ` [PATCH 0/1] Pull request for TARGET_VENDOR fix Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2011-05-17  6:27 UTC (permalink / raw)
  To: openembedded-core

* -oecore was changed to -oe to be more consistent with SDK_VENDOR as we had -oesdk as SDK_VENDOR and not -oecoresdk

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/bitbake.conf             |    2 +-
 meta/conf/distro/defaultsetup.conf |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8b6236e..c292759 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -78,7 +78,7 @@ HOST_EXEEXT = ""
 
 TARGET_ARCH = "INVALID"
 TARGET_OS = "INVALID"
-TARGET_VENDOR = "${BUILD_VENDOR}"
+TARGET_VENDOR = "-oe"
 TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}"
 TARGET_PREFIX = "${TARGET_SYS}-"
 TARGET_CC_ARCH = ""
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf
index 8da6c0a..9f12f4d 100644
--- a/meta/conf/distro/defaultsetup.conf
+++ b/meta/conf/distro/defaultsetup.conf
@@ -3,8 +3,6 @@ include conf/distro/include/default-versions.inc
 include conf/distro/include/default-distrovars.inc
 include conf/distro/include/world-broken.inc
 
-TARGET_VENDOR ?= "-oecore"
-
 TARGET_FPU_arm ?= "soft"
 TARGET_FPU_armeb ?= "soft"
 
-- 
1.7.5.rc3




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

* Re: [PATCH 0/1] Pull request for TARGET_VENDOR fix
  2011-05-17  6:22 [PATCH 0/1] Pull request for TARGET_VENDOR fix Martin Jansa
  2011-05-17  6:27 ` [PATCH 1/1] bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf Martin Jansa
@ 2011-05-17 14:11 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-17 14:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-05-17 at 08:22 +0200, Martin Jansa wrote:
> Pull URL: git://git.openembedded.org/openembedded-core-contrib
>   Branch: jansa/pull
>   Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
> 
> Thanks,
>     Martin Jansa <Martin.Jansa@gmail.com>
> ---
> 
> 
> Martin Jansa (1):
>   bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from
>     defaultsetup.conf

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-05-17 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17  6:22 [PATCH 0/1] Pull request for TARGET_VENDOR fix Martin Jansa
2011-05-17  6:27 ` [PATCH 1/1] bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf Martin Jansa
2011-05-17 14:11 ` [PATCH 0/1] Pull request for TARGET_VENDOR fix Richard Purdie

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.