* [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename
@ 2011-05-17 21:41 Jessica Zhang
2011-05-17 21:41 ` [PATCH 1/1] Couple minor fixes for the " Jessica Zhang
2011-05-20 0:48 ` [PATCH 0/1] Couple minor fixes that omitted in the recent " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Jessica Zhang @ 2011-05-17 21:41 UTC (permalink / raw)
To: openembedded-core
From: Jessica Zhang <jessica.zhang@intel.com>
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: jzhang/oe-rename
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/oe-rename
Thanks,
Jessica Zhang <jessica.zhang@intel.com>
---
Jessica Zhang (1):
Couple minor fixes for the OECORE rename
meta/classes/toolchain-scripts.bbclass | 6 +++---
meta/conf/bitbake.conf | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/1] Couple minor fixes for the OECORE rename
2011-05-17 21:41 [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename Jessica Zhang
@ 2011-05-17 21:41 ` Jessica Zhang
2011-05-20 0:48 ` [PATCH 0/1] Couple minor fixes that omitted in the recent " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Jessica Zhang @ 2011-05-17 21:41 UTC (permalink / raw)
To: openembedded-core
From: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
meta/classes/toolchain-scripts.bbclass | 6 +++---
meta/conf/bitbake.conf | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
index aa34b98..09ecd7c 100644
--- a/meta/classes/toolchain-scripts.bbclass
+++ b/meta/classes/toolchain-scripts.bbclass
@@ -27,7 +27,7 @@ toolchain_create_sdk_env_script () {
echo 'export LDFLAGS="--sysroot=${SDKTARGETSYSROOT}"' >> $script
echo 'export CPPFLAGS="--sysroot=${SDKTARGETSYSROOT}"' >> $script
echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
- echo 'export POKY_TARGET_SYSROOT="${SDKTARGETSYSROOT}"' >> $script
+ echo 'export OECORE_TARGET_SYSROOT="${SDKTARGETSYSROOT}"' >> $script
echo 'export POKY_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script
}
@@ -58,7 +58,7 @@ toolchain_create_tree_env_script () {
echo 'export CFLAGS="${TARGET_CC_ARCH}"' >> $script
echo 'export CXXFLAGS="${TARGET_CC_ARCH}"' >> $script
echo 'export OECORE_NATIVE_SYSROOT="${STAGING_DIR_NATIVE}"' >> $script
- echo 'export POKY_TARGET_SYSROOT="${STAGING_DIR_TARGET}"' >> $script
+ echo 'export OECORE_TARGET_SYSROOT="${STAGING_DIR_TARGET}"' >> $script
}
# This function creates an environment-setup-script for use by the ADT installer
@@ -88,7 +88,7 @@ toolchain_create_sdk_env_script_for_installer () {
echo 'export LDFLAGS="--sysroot=##SDKTARGETSYSROOT##"' >> $script
echo 'export CPPFLAGS="--sysroot=##SDKTARGETSYSROOT##"' >> $script
echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
- echo 'export POKY_TARGET_SYSROOT="##SDKTARGETSYSROOT##"' >> $script
+ echo 'export OECORE_TARGET_SYSROOT="##SDKTARGETSYSROOT##"' >> $script
echo 'export POKY_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script
echo 'export POKY_SDK_VERSION="${SDK_VERSION}"' >> $script
}
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8b6236e..484fc5e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -327,7 +327,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}"
-SDK_NAME = "${DISTRO}-${SDK_ARCH}-${TARGET_ARCH}"
+SDK_NAME = "oecore-${SDK_ARCH}-${TARGET_ARCH}"
SDKPATH = "/usr/local/${SDK_NAME}"
SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename
2011-05-17 21:41 [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename Jessica Zhang
2011-05-17 21:41 ` [PATCH 1/1] Couple minor fixes for the " Jessica Zhang
@ 2011-05-20 0:48 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-05-20 0:48 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 05/17/2011 02:41 PM, Jessica Zhang wrote:
> From: Jessica Zhang<jessica.zhang@intel.com>
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: jzhang/oe-rename
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/oe-rename
>
> Thanks,
> Jessica Zhang<jessica.zhang@intel.com>
> ---
>
>
> Jessica Zhang (1):
> Couple minor fixes for the OECORE rename
>
> meta/classes/toolchain-scripts.bbclass | 6 +++---
> meta/conf/bitbake.conf | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into oe-core and poky
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-20 0:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 21:41 [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename Jessica Zhang
2011-05-17 21:41 ` [PATCH 1/1] Couple minor fixes for the " Jessica Zhang
2011-05-20 0:48 ` [PATCH 0/1] Couple minor fixes that omitted in the recent " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox