[OE-core] [PATCH 0/3] Do not depend on BBFILES to compute scm dirs

Khem Raj raj.khem at gmail.com
Wed May 11 06:29:51 UTC 2011


This fixes the problem that I described in
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/001966.html

Additionally we do not need directories with */packages/* in BBFILES
anymore

use --no-check-certificate for wget otherwise tar downloads from
github.com end up giving certificate errors

HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5.tar.gz [following]
--2011-05-10 23:16:17--  https://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5.tar.gz
Connecting to github.com|207.97.227.239|:443... connected.
ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.

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

Thanks,
    Khem Raj <raj.khem at gmail.com>
---


Khem Raj (2):
  metadata_scm.bbclass: Use COREBASE to grok for SCM operations
  meta/conf/layer.conf: Remove packages/*bb from BBFILES

Otavio Salvador (1):
  conf/bitbake.conf: use --no-check-certificate to avoid errors when
    wgetting from https

 meta/classes/metadata_scm.bbclass |    5 +----
 meta/conf/bitbake.conf            |    8 ++++----
 meta/conf/layer.conf              |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)

-- 
1.7.4.1





More information about the Openembedded-core mailing list