diff options
author | Jessica Zhang <jessica.zhang@intel.com> | 2012-01-30 21:11:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:12:43 +0000 |
commit | 61da952fdc2996c27c56234c36116a69a23a378d (patch) | |
tree | 20a37d62932d6e359f25503f494bc7adfa3c663d /meta/recipes-devtools/installer/adt-installer | |
parent | 731700ec390d680ee4d277312755bea0ab4aeeec (diff) | |
download | openembedded-core-61da952fdc2996c27c56234c36116a69a23a378d.tar.gz openembedded-core-61da952fdc2996c27c56234c36116a69a23a378d.tar.bz2 openembedded-core-61da952fdc2996c27c56234c36116a69a23a378d.zip |
Fix the issue that adt-installer tar ball is not regenerated if sstate is on, and other minor bug fixes
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/adt_installer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf index 2038b09e9c..275756e187 100644 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf @@ -23,7 +23,7 @@ # Your yocto distro repository, this should include IPKG based packages and root filesystem files where the installation is based on -YOCTOADT_REPO="http://adtrepo.yoctoproject.org/$YOCTOADT_VERSION" +YOCTOADT_REPO="http://adtrepo.yoctoproject.org/YOCTOADT_VERSION" # The following are for system wide setup # Target architectures that you want to setup host cross dev environment for |