Yocto-1.4 Build error.
Amit Kumar <Amit.Kumar@...>
Hi, I am facing an error to build the fresh Yocto Project default disto Poky. I am using the following steps: [1] Ubuntu-12.04 [2] Install the required packages. [3] Download the latest yocto-1.4 release, poky-9.0.1.tar.bz2 [4] untar it - "tar xvjf poky-9.0.1.tar.bz2" [5] cd poky.9.0.1 [6] source oe-init-build-env [7] bitbake -k core-image-minimal
I am getting the following error: -
//////////////////////////////////////////////////// user@INFBA01401:~/Amitk/YOCTO/poky-dylan-9.0.1/build$ bitbake -k core-image-sato Pseudo is not present but is required, building this first before the main build ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:
Failed to fetch test data from the network. Please ensure your network is configured correctly.
ERROR: Execution of event handler 'check_sanity_eventhandler' failed user@INFBA01401:~/Amitk/YOCTO/poky-dylan-9.0.1/build$ ////////////////////////////////////////////////////
Do anyone have faced this error before, please guide me for the same?
Thanks Amit K
The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail" |
|
Burton, Ross <ross.burton@...>
On 15 July 2013 13:38, Amit Kumar <Amit.Kumar@...> wrote:
Failed to fetch test data from the network. Please ensure your networkAssuming that you did have network connectivity, then the problem normally is that you need to have a proxy configured in the terminal. Exporting http_proxy=http://my-proxy/ (obviously fix that) in the terminal should sort it. Ross |
|
ATUL KUMAR SINGH <atul.singh008@...>
Burton, Ross <ross.burton@...> writes:
network Hi Ross,is configured correctly.Assuming that you did have network connectivity, then the problem I tried to do so by exproting the proxy setting into terminal but nothing much happen as still i am seeing the error. Thanks and regards, ATUL KUMAR SINGH |
|