Hi experts,

My host Linux is Ubuntu 12.04(64 bit) with u-boot-tools installed.
I get the following errors and gbs complains no u-boot-tools installed when
building kernel:
   debug: Checking dependencies for linux
   debug: expansion error
   debug:   nothing provides u-boot-tools
   info: package dependency:
   debug: my_system: sudo -v
   error: *** Error Summary ***
   === the following packages failed to build due to missing build
dependencies ===
   linux:
     nothing provides u-boot-tools

I do not know why gbs still complains no u-boot-tools since u-boot-tools
has been installed.
Could you please tell me how to resolve this problem?
Appreciate for any suggestion.

The following is my build steps:
$> cd ~/tizen_source/kernel/linux-3.0
$> git checkout 2.0_alpha
$> gbs build -A armv7l --debug --skip-conf-repos --overwrite -R
http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages/-R
http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/
2>&1|tee build-log_1213.txt

The following is my ~/.gbs.conf:
[general]
#Current profile name which should match a profile section name
profile = profile.tizen
buildroot = ~/GBS-ROOT/

[profile.tizen]
repos = repo.tizen_latest, repo.my_local

[repo.tizen_latest]
url =
http://download.tizen.org/releases/weekly/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/
#url =
http://download.tizen.org/releases/weekly/2.0alpha/common/tizen-2.0_20120926.2/repos/tizen-base/ia32/packages/
user = <my_account>
passwdx = <my_passwd>

[repo.my_local]
#local repo must be an absolute path
url = /home/jeff/tizen_source/

The gbs.conf and build log are enclosed in the attached tar ball.
Thank you

BR,
Jeff

Attachment: gbs-conf_kern-log.tgz
Description: GNU Zip compressed data

_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to