All of lore.kernel.org
 help / color / mirror / Atom feed
* help with building image.
@ 2013-09-18 14:12 Anup Kini
  2013-09-18 18:05 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Anup Kini @ 2013-09-18 14:12 UTC (permalink / raw)
  To: openembedded-devel

Hi All,

When i try to run build images in HOB, i end up with the following error.

dpkg-scanpackages: info: Wrote 4631 entries to output Packages file.
dpkg-scanpackages: info: Wrote 38 entries to output Packages file.
dpkg-scanpackages: info: Wrote 14 entries to output Packages file.
Reading package lists...
W: Unable to read
/home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list.d/
- DirectoryExists (2: No such file or directory)
W: Unable to read
/home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list
- RealFileExists (2: No such file or directory)
Reading package lists...
Building dependency tree...
W: Unable to read
/home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list.d/
- DirectoryExists (2: No such file or directory)
W: Unable to read
/home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list
- RealFileExists (2: No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Unable to locate package libgcc1
E: Unable to locate package busybox
E: Unable to locate package libglapi-dev
...


What am i missing here ?

-- 

*Anup Kini
*Systems Engineer****
*
------------------------------
*

*Synapticon** * |  Cyber-Physical System Solutions ****

Mobile:

Direct:

+49 151 / 638 646 73

+49 7335 / 186 999 21

Fax:****
+49 7335 / 186 999 1


 **

 ****

synapticon.com <http://www.synapticon.com/>  |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****

Synapticon GmbH  |  Hohlbachweg 2  |  73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0  |  General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114  |  USt-ID DE271647127****

This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with building image.
  2013-09-18 14:12 help with building image Anup Kini
@ 2013-09-18 18:05 ` Gary Thomas
  2013-09-19  7:53   ` Anup Kini
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2013-09-18 18:05 UTC (permalink / raw)
  To: openembedded-devel

On 2013-09-18 08:12, Anup Kini wrote:
> Hi All,
>
> When i try to run build images in HOB, i end up with the following error.
>
> dpkg-scanpackages: info: Wrote 4631 entries to output Packages file.
> dpkg-scanpackages: info: Wrote 38 entries to output Packages file.
> dpkg-scanpackages: info: Wrote 14 entries to output Packages file.
> Reading package lists...
> W: Unable to read
> /home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list.d/
> - DirectoryExists (2: No such file or directory)
> W: Unable to read
> /home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list
> - RealFileExists (2: No such file or directory)
> Reading package lists...
> Building dependency tree...
> W: Unable to read
> /home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list.d/
> - DirectoryExists (2: No such file or directory)
> W: Unable to read
> /home/akini/oe/openembedded-core/build/tmp-eglibc-eglibc/sysroots/x86_64-linux/etc/apt/sources.list
> - RealFileExists (2: No such file or directory)
> W: You may want to run apt-get update to correct these problems
> E: Unable to locate package libgcc1
> E: Unable to locate package busybox
> E: Unable to locate package libglapi-dev
> ...
>
>
> What am i missing here ?
>

Actually, it's what we are missing (from you) in order to be able to help!

Please provide some more details - what are your values for:
   OE-core version?
   Host machine?
   Build target (machine)?

Exactly what steps did you perform to try this?
What might one need to do to recreate your problem?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with building image.
  2013-09-18 18:05 ` Gary Thomas
@ 2013-09-19  7:53   ` Anup Kini
  0 siblings, 0 replies; 3+ messages in thread
From: Anup Kini @ 2013-09-19  7:53 UTC (permalink / raw)
  To: openembedded-devel

Hi Gary

Sorry for being so vague about my problem.
Here are some details from my build.

Build Configuration:
BB_VERSION        = "1.19.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-oe-linux-gnueabi"
MACHINE           = "zc702-zynq7"
DISTRO_VERSION    = "oe-core.0"
TUNE_FEATURES     = " armv7a vfp neon zynq"
TARGET_FPU        = "vfp-neon"
meta              = "master:b26157a8b575aa7b5c96ffe782fc23ec0920311c"
meta-linaro
meta-linaro-toolchain = "master:31b095141ef2a2d691bf3d6914fda48375c24400"
meta-xilinx       = "master:f10288fe45eb30893bea37d10d533079d4c8b7f9"
meta-neo          = "<unknown>:<unknown>"
meta-hob          = "master:b26157a8b575aa7b5c96ffe782fc23ec0920311c"


I am trying to build a core-minimal-image with linaro toolchain 4.7 for the
Zynq board.

Let me know if i can provide any more details, so that u all can guide me
on resolving this issue.


On 18 September 2013 20:05, Gary Thomas <gary@mlbassoc.com> wrote:

> On 2013-09-18 08:12, Anup Kini wrote:
>
>> Hi All,
>>
>> When i try to run build images in HOB, i end up with the following error.
>>
>> dpkg-scanpackages: info: Wrote 4631 entries to output Packages file.
>> dpkg-scanpackages: info: Wrote 38 entries to output Packages file.
>> dpkg-scanpackages: info: Wrote 14 entries to output Packages file.
>> Reading package lists...
>> W: Unable to read
>> /home/akini/oe/openembedded-**core/build/tmp-eglibc-eglibc/**
>> sysroots/x86_64-linux/etc/apt/**sources.list.d/
>> - DirectoryExists (2: No such file or directory)
>> W: Unable to read
>> /home/akini/oe/openembedded-**core/build/tmp-eglibc-eglibc/**
>> sysroots/x86_64-linux/etc/apt/**sources.list
>> - RealFileExists (2: No such file or directory)
>> Reading package lists...
>> Building dependency tree...
>> W: Unable to read
>> /home/akini/oe/openembedded-**core/build/tmp-eglibc-eglibc/**
>> sysroots/x86_64-linux/etc/apt/**sources.list.d/
>> - DirectoryExists (2: No such file or directory)
>> W: Unable to read
>> /home/akini/oe/openembedded-**core/build/tmp-eglibc-eglibc/**
>> sysroots/x86_64-linux/etc/apt/**sources.list
>> - RealFileExists (2: No such file or directory)
>> W: You may want to run apt-get update to correct these problems
>> E: Unable to locate package libgcc1
>> E: Unable to locate package busybox
>> E: Unable to locate package libglapi-dev
>> ...
>>
>>
>> What am i missing here ?
>>
>>
> Actually, it's what we are missing (from you) in order to be able to help!
>
> Please provide some more details - what are your values for:
>   OE-core version?
>   Host machine?
>   Build target (machine)?
>
> Exactly what steps did you perform to try this?
> What might one need to do to recreate your problem?
>
> --
> ------------------------------**------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------**------------------------------
> ______________________________**_________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.**openembedded.org<Openembedded-devel@lists.openembedded.org>
> http://lists.openembedded.org/**mailman/listinfo/openembedded-**devel<http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>



-- 

*Anup Kini
*Systems Engineer****
*
------------------------------
*

*Synapticon** * |  Cyber-Physical System Solutions ****

Mobile:

Direct:

+49 151 / 638 646 73

+49 7335 / 186 999 21

Fax:****
+49 7335 / 186 999 1


 **

 ****

synapticon.com <http://www.synapticon.com/>  |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****

Synapticon GmbH  |  Hohlbachweg 2  |  73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0  |  General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114  |  USt-ID DE271647127****

This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-19  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 14:12 help with building image Anup Kini
2013-09-18 18:05 ` Gary Thomas
2013-09-19  7:53   ` Anup Kini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.