All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem while generating rootfs with package_ipk
@ 2011-03-14  5:28 embedded.yogesh
  2011-03-15  9:09 ` Lu, Lianhao
  0 siblings, 1 reply; 2+ messages in thread
From: embedded.yogesh @ 2011-03-14  5:28 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 1723 bytes --]

Hi,

While generating rootfs with

MACHINE ?= "atom-pc"
/PACKAGE_CLASSES ?= "package_ipk"/
Host machine "Linux xxx-desktop 2.6.32-28-generic-pae #55-Ubuntu SMP Mon 
Jan 10 22:34:08 UTC 2011 i686 GNU/Linux"

Got following error :-

| Configuring xhost.

| Configuring wireless-tools.

| Configuring libxss1.

| Collected errors:

|  * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists.

|  * extract_archive: Cannot create symlink from ./var/cache to 'volatile/cache': File exists.

|  * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists.

| + '[' '!' -z '' ']'

| + export D=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + D=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export OFFLINE_ROOT=/home/ylal/logi/poky-chrome/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export IPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + IPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export OPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + OPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + ipk_insert_feed_uris

| + echo 'Building from feeds activated!'

| Building from feeds activated!


Thanks
Yogesh

[-- Attachment #2: Type: text/html, Size: 2335 bytes --]

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

* Re: Problem while generating rootfs with package_ipk
  2011-03-14  5:28 Problem while generating rootfs with package_ipk embedded.yogesh
@ 2011-03-15  9:09 ` Lu, Lianhao
  0 siblings, 0 replies; 2+ messages in thread
From: Lu, Lianhao @ 2011-03-15  9:09 UTC (permalink / raw)
  To: embedded.yogesh, poky@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2222 bytes --]

Hi Yogesh,

There is rootfs_ipk bug(http://bugzilla.pokylinux.org/show_bug.cgi?id=870), but your problem seems irrelevant. I don't think the poky-image-minimal includes libxss1 packages, have you added anything into poky-image-minimal?

Best Regards,
Lianhao

From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of embedded.yogesh
Sent: Monday, March 14, 2011 1:28 PM
To: poky@yoctoproject.org
Subject: [poky] Problem while generating rootfs with package_ipk

Hi,

While generating rootfs with

MACHINE ?= "atom-pc"
PACKAGE_CLASSES ?= "package_ipk"
Host machine "Linux xxx-desktop 2.6.32-28-generic-pae #55-Ubuntu SMP Mon Jan 10 22:34:08 UTC 2011 i686 GNU/Linux"

Got following error :-

| Configuring xhost.

| Configuring wireless-tools.

| Configuring libxss1.

| Collected errors:

|  * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists.

|  * extract_archive: Cannot create symlink from ./var/cache to 'volatile/cache': File exists.

|  * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists.

| + '[' '!' -z '' ']'

| + export D=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + D=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export OFFLINE_ROOT=/home/ylal/logi/poky-chrome/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export IPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + IPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + export OPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + OPKG_OFFLINE_ROOT=/home/ylal/logi/poky/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-logi-1.0-r0/rootfs

| + ipk_insert_feed_uris

| + echo 'Building from feeds activated!'

| Building from feeds activated!

Thanks
Yogesh

[-- Attachment #2: Type: text/html, Size: 7580 bytes --]

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

end of thread, other threads:[~2011-03-15  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14  5:28 Problem while generating rootfs with package_ipk embedded.yogesh
2011-03-15  9:09 ` Lu, Lianhao

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.