generic-poky/meta-yocto
Inaky Perez-Gonzalez 7bb36e5da0 site.conf.sample: Fix broken SOCKS proxy setup and configuration
SOCKS proxy specification with git was using conflicting methods and
thus was failing when mixed SOCKS needs were in place (requiring no
proxy for some hosts and proxy for the rest)

- GIT_PROXY_COMMAND is an environment variable GIT uses to OVERRIDE
  all proxy configuration in ~/.gitconfig or any other gitconfig. By
  using it to configure, it was breaking havoc on site git
  configuration or the one generated by bitbake in tmp/.

  Renamed to OE_GIT_PROXY_COMMAND in meta/conf/site.conf.sample
   (with a doc tidbit on the name chosen), meta/classes/base.bbclass.

- The gitconfig generated by bitbake was wrong. There was a typo error
  (gitproxy vs gitProxy), thus all lines were being ignored. Fixed in
  meta/classes/base.bbclass.

- The gitconfig generated was being placed in
  ${STAGING_DIR_NATIVE}/usr/etc/gitconfig; git was looking for it in
  ${STAGING_DIR_NATIVE}/etc/gitconfig. Fixed that in
  meta/classes/base.bbclass, at the same time creating a
  GIT_CONFIG_PATH variable, since it is also referenced in
  generate_git_config() and have all instances refer to that.

(From OE-Core rev: e579eb7f33462258c8e82a0936d970593614840d)

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-01 16:35:53 +00:00
..
conf site.conf.sample: Fix broken SOCKS proxy setup and configuration 2012-03-01 16:35:53 +00:00
recipes-bsp beagleboard-audio: drop in favour of alsa-state 2012-01-17 15:53:48 +00:00
recipes-core meta-yocto: add bbappend to restore Yocto psplash image 2012-02-24 16:42:44 +00:00
recipes-gnome/tasks task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yocto 2011-05-25 15:57:26 +01:00
recipes-graphics clutter: drop unneeded bbappends 2011-11-30 15:45:55 +00:00
recipes-kernel/linux linux-yocto_3.2: Fix missing quote that was triggering parsing errors 2012-02-03 11:26:30 +00:00
recipes-qt/qt4 meta-yocto/qt4: Update bbappend to new version 2011-10-07 11:07:12 +01:00