All of lore.kernel.org
 help / color / mirror / Atom feed
* custom hddimg failure (mkdosfs: seek failed)
@ 2013-03-21  8:44 Insop Song
  2013-03-21 17:58 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Insop Song @ 2013-03-21  8:44 UTC (permalink / raw)
  To: Bruce Ashfield, Yocto Project Discussion

Hi,

I am trying to add sdk (gcc ..) to meta-realtime
(http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
Only difference between upstream meta-realtime is ""tools-sdk"

-----
require recipes-core/images/core-image-minimal-dev.bb

DESCRIPTION = "Image with meta-realtime and sdk"

DEPENDS = "linux-yocto"

IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_FEATURES += "tools-sdk"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	rt-app \
	schedtool-dl \
	"

----

I am keep getting hddimg failure with this message "mkdosfs: seek failed"

I appreciate if anyone know on this issue.

Thank you,

Insop

---
This is full output including error message.

$ time bitbake core-image-realtime-sdk
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100%
|############################################################################################|
Time: 00:00:49
Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
targets, 29 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.10"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "fri2"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130321"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
meta-intel
meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
rerun and all succeeded.
No currently running tasks (2 of 9)
Loading cache: 100%
|##############################################################################################|
ETA:  00:00:00
Loaded 1145 entries from dependency cache.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.10"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "fri2"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130321"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
meta-intel
meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: build_hddimg (see
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
for further information)
ERROR: Logfile of failure stored in:
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
Log data follows:
| DEBUG: Executing python function do_bootimg
| DEBUG: Executing python function build_syslinux_cfg
| DEBUG: Python function build_syslinux_cfg finished
| DEBUG: Executing python function build_grub_cfg
| DEBUG: Python function build_grub_cfg finished
| DEBUG: Executing shell function build_hddimg
| mkdosfs: seek failed
| mkdosfs 2.11 (12 Mar 2005)
| DEBUG: Python function do_bootimg finished
| ERROR: Function failed: build_hddimg (see
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
for further information)
ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
do_bootimg) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
be rerun and 1 failed.
No currently running tasks (4522 of 4523)

Summary: 1 task failed:
  /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
do_bootimg
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

real	48m10.876s
user	55m35.948s
sys	9m36.128s
insop@chai ~/mybuilds/fri2-1.4 $


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

* Re: custom hddimg failure (mkdosfs: seek failed)
  2013-03-21  8:44 custom hddimg failure (mkdosfs: seek failed) Insop Song
@ 2013-03-21 17:58 ` Khem Raj
  2013-03-23  6:53   ` Insop Song
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2013-03-21 17:58 UTC (permalink / raw)
  To: Insop Song; +Cc: Yocto Project Discussion

EXTRA_IMAGE_FEATURES =  "tools-sdk"
 
On Mar 21, 2013, at 1:44 AM, Insop Song <insop.song@gmail.com> wrote:

> Hi,
> 
> I am trying to add sdk (gcc ..) to meta-realtime
> (http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
> Only difference between upstream meta-realtime is ""tools-sdk"
> 
> -----
> require recipes-core/images/core-image-minimal-dev.bb
> 
> DESCRIPTION = "Image with meta-realtime and sdk"
> 
> DEPENDS = "linux-yocto"
> 
> IMAGE_FEATURES += "package-management ssh-server-dropbear"
> IMAGE_FEATURES += "tools-sdk"
> EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"
> 
> IMAGE_INSTALL = "\
> 	${CORE_IMAGE_BASE_INSTALL} \
> 	rt-app \
> 	schedtool-dl \
> 	"
> 
> ----
> 
> I am keep getting hddimg failure with this message "mkdosfs: seek failed"
> 
> I appreciate if anyone know on this issue.
> 
> Thank you,
> 
> Insop
> 
> ---
> This is full output including error message.
> 
> $ time bitbake core-image-realtime-sdk
> Pseudo is not present but is required, building this first before the main build
> Parsing recipes: 100%
> |############################################################################################|
> Time: 00:00:49
> Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
> targets, 29 skipped, 0 masked, 0 errors.
> 
> Build Configuration:
> BB_VERSION        = "1.17.1"
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-12.10"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "fri2"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3+snapshot-20130321"
> TUNE_FEATURES     = "m32 core2"
> TARGET_FPU        = ""
> meta
> meta-yocto
> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
> meta-intel
> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
> rerun and all succeeded.
> No currently running tasks (2 of 9)
> Loading cache: 100%
> |##############################################################################################|
> ETA:  00:00:00
> Loaded 1145 entries from dependency cache.
> 
> Build Configuration:
> BB_VERSION        = "1.17.1"
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-12.10"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "fri2"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3+snapshot-20130321"
> TUNE_FEATURES     = "m32 core2"
> TARGET_FPU        = ""
> meta
> meta-yocto
> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
> meta-intel
> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: build_hddimg (see
> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
> Log data follows:
> | DEBUG: Executing python function do_bootimg
> | DEBUG: Executing python function build_syslinux_cfg
> | DEBUG: Python function build_syslinux_cfg finished
> | DEBUG: Executing python function build_grub_cfg
> | DEBUG: Python function build_grub_cfg finished
> | DEBUG: Executing shell function build_hddimg
> | mkdosfs: seek failed
> | mkdosfs 2.11 (12 Mar 2005)
> | DEBUG: Python function do_bootimg finished
> | ERROR: Function failed: build_hddimg (see
> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
> for further information)
> ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
> do_bootimg) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
> be rerun and 1 failed.
> No currently running tasks (4522 of 4523)
> 
> Summary: 1 task failed:
>  /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
> do_bootimg
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 
> real	48m10.876s
> user	55m35.948s
> sys	9m36.128s
> insop@chai ~/mybuilds/fri2-1.4 $
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: custom hddimg failure (mkdosfs: seek failed)
  2013-03-21 17:58 ` Khem Raj
@ 2013-03-23  6:53   ` Insop Song
  2013-03-23  7:04     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Insop Song @ 2013-03-23  6:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto Project Discussion

Hi Khem,

Thank you for the reply.

I've tried and it worked only if I use "tools-sdk" like below:

However, this image asks me the paaswrd, do you know?

Thank you,

Insop

=========================================
DEPENDS = "linux-yocto"

IMAGE_FEATURES += "package-management ssh-server-dropbear"
EXTRA_IMAGE_FEATURES = "tools-sdk tools-profile"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	rt-app \
	schedtool-dl \

=========================================



On Thu, Mar 21, 2013 at 10:58 AM, Khem Raj <raj.khem@gmail.com> wrote:
> EXTRA_IMAGE_FEATURES =  "tools-sdk"
>
> On Mar 21, 2013, at 1:44 AM, Insop Song <insop.song@gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to add sdk (gcc ..) to meta-realtime
>> (http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
>> Only difference between upstream meta-realtime is ""tools-sdk"
>>
>> -----
>> require recipes-core/images/core-image-minimal-dev.bb
>>
>> DESCRIPTION = "Image with meta-realtime and sdk"
>>
>> DEPENDS = "linux-yocto"
>>
>> IMAGE_FEATURES += "package-management ssh-server-dropbear"
>> IMAGE_FEATURES += "tools-sdk"
>> EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"
>>
>> IMAGE_INSTALL = "\
>>       ${CORE_IMAGE_BASE_INSTALL} \
>>       rt-app \
>>       schedtool-dl \
>>       "
>>
>> ----
>>
>> I am keep getting hddimg failure with this message "mkdosfs: seek failed"
>>
>> I appreciate if anyone know on this issue.
>>
>> Thank you,
>>
>> Insop
>>
>> ---
>> This is full output including error message.
>>
>> $ time bitbake core-image-realtime-sdk
>> Pseudo is not present but is required, building this first before the main build
>> Parsing recipes: 100%
>> |############################################################################################|
>> Time: 00:00:49
>> Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
>> targets, 29 skipped, 0 masked, 0 errors.
>>
>> Build Configuration:
>> BB_VERSION        = "1.17.1"
>> BUILD_SYS         = "i686-linux"
>> NATIVELSBSTRING   = "Ubuntu-12.10"
>> TARGET_SYS        = "i586-poky-linux"
>> MACHINE           = "fri2"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>> TUNE_FEATURES     = "m32 core2"
>> TARGET_FPU        = ""
>> meta
>> meta-yocto
>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>> meta-intel
>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>
>> NOTE: Resolving any missing task queue dependencies
>> NOTE: Preparing runqueue
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
>> rerun and all succeeded.
>> No currently running tasks (2 of 9)
>> Loading cache: 100%
>> |##############################################################################################|
>> ETA:  00:00:00
>> Loaded 1145 entries from dependency cache.
>>
>> Build Configuration:
>> BB_VERSION        = "1.17.1"
>> BUILD_SYS         = "i686-linux"
>> NATIVELSBSTRING   = "Ubuntu-12.10"
>> TARGET_SYS        = "i586-poky-linux"
>> MACHINE           = "fri2"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>> TUNE_FEATURES     = "m32 core2"
>> TARGET_FPU        = ""
>> meta
>> meta-yocto
>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>> meta-intel
>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>
>> NOTE: Resolving any missing task queue dependencies
>> NOTE: Preparing runqueue
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> ERROR: Function failed: build_hddimg (see
>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>> for further information)
>> ERROR: Logfile of failure stored in:
>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>> Log data follows:
>> | DEBUG: Executing python function do_bootimg
>> | DEBUG: Executing python function build_syslinux_cfg
>> | DEBUG: Python function build_syslinux_cfg finished
>> | DEBUG: Executing python function build_grub_cfg
>> | DEBUG: Python function build_grub_cfg finished
>> | DEBUG: Executing shell function build_hddimg
>> | mkdosfs: seek failed
>> | mkdosfs 2.11 (12 Mar 2005)
>> | DEBUG: Python function do_bootimg finished
>> | ERROR: Function failed: build_hddimg (see
>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>> for further information)
>> ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>> do_bootimg) failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
>> be rerun and 1 failed.
>> No currently running tasks (4522 of 4523)
>>
>> Summary: 1 task failed:
>>  /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>> do_bootimg
>> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>>
>> real  48m10.876s
>> user  55m35.948s
>> sys   9m36.128s
>> insop@chai ~/mybuilds/fri2-1.4 $
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: custom hddimg failure (mkdosfs: seek failed)
  2013-03-23  6:53   ` Insop Song
@ 2013-03-23  7:04     ` Khem Raj
  2013-03-23 21:59       ` Insop Song
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2013-03-23  7:04 UTC (permalink / raw)
  To: Insop Song; +Cc: Yocto Project Discussion


On Mar 22, 2013, at 11:53 PM, Insop Song <insop.song@gmail.com> wrote:

> Hi Khem,
> 
> Thank you for the reply.
> 
> I've tried and it worked only if I use "tools-sdk" like below:
> 
> However, this image asks me the paaswrd, do you know?
> 
> Thank you,
> 
> Insop
> 
> =========================================
> DEPENDS = "linux-yocto"
> 
> IMAGE_FEATURES += "package-management ssh-server-dropbear"
> EXTRA_IMAGE_FEATURES = "tools-sdk tools-profile"

add 'debug-tweaks' also to EXTRA_IMAGE_FEATURES 


> 
> IMAGE_INSTALL = "\
> 	${CORE_IMAGE_BASE_INSTALL} \
> 	rt-app \
> 	schedtool-dl \
> 
> =========================================
> 
> 
> 
> On Thu, Mar 21, 2013 at 10:58 AM, Khem Raj <raj.khem@gmail.com> wrote:
>> EXTRA_IMAGE_FEATURES =  "tools-sdk"
>> 
>> On Mar 21, 2013, at 1:44 AM, Insop Song <insop.song@gmail.com> wrote:
>> 
>>> Hi,
>>> 
>>> I am trying to add sdk (gcc ..) to meta-realtime
>>> (http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
>>> Only difference between upstream meta-realtime is ""tools-sdk"
>>> 
>>> -----
>>> require recipes-core/images/core-image-minimal-dev.bb
>>> 
>>> DESCRIPTION = "Image with meta-realtime and sdk"
>>> 
>>> DEPENDS = "linux-yocto"
>>> 
>>> IMAGE_FEATURES += "package-management ssh-server-dropbear"
>>> IMAGE_FEATURES += "tools-sdk"
>>> EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"
>>> 
>>> IMAGE_INSTALL = "\
>>>      ${CORE_IMAGE_BASE_INSTALL} \
>>>      rt-app \
>>>      schedtool-dl \
>>>      "
>>> 
>>> ----
>>> 
>>> I am keep getting hddimg failure with this message "mkdosfs: seek failed"
>>> 
>>> I appreciate if anyone know on this issue.
>>> 
>>> Thank you,
>>> 
>>> Insop
>>> 
>>> ---
>>> This is full output including error message.
>>> 
>>> $ time bitbake core-image-realtime-sdk
>>> Pseudo is not present but is required, building this first before the main build
>>> Parsing recipes: 100%
>>> |############################################################################################|
>>> Time: 00:00:49
>>> Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
>>> targets, 29 skipped, 0 masked, 0 errors.
>>> 
>>> Build Configuration:
>>> BB_VERSION        = "1.17.1"
>>> BUILD_SYS         = "i686-linux"
>>> NATIVELSBSTRING   = "Ubuntu-12.10"
>>> TARGET_SYS        = "i586-poky-linux"
>>> MACHINE           = "fri2"
>>> DISTRO            = "poky"
>>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>>> TUNE_FEATURES     = "m32 core2"
>>> TARGET_FPU        = ""
>>> meta
>>> meta-yocto
>>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>>> meta-intel
>>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>> 
>>> NOTE: Resolving any missing task queue dependencies
>>> NOTE: Preparing runqueue
>>> NOTE: Executing SetScene Tasks
>>> NOTE: Executing RunQueue Tasks
>>> NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
>>> rerun and all succeeded.
>>> No currently running tasks (2 of 9)
>>> Loading cache: 100%
>>> |##############################################################################################|
>>> ETA:  00:00:00
>>> Loaded 1145 entries from dependency cache.
>>> 
>>> Build Configuration:
>>> BB_VERSION        = "1.17.1"
>>> BUILD_SYS         = "i686-linux"
>>> NATIVELSBSTRING   = "Ubuntu-12.10"
>>> TARGET_SYS        = "i586-poky-linux"
>>> MACHINE           = "fri2"
>>> DISTRO            = "poky"
>>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>>> TUNE_FEATURES     = "m32 core2"
>>> TARGET_FPU        = ""
>>> meta
>>> meta-yocto
>>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>>> meta-intel
>>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>> 
>>> NOTE: Resolving any missing task queue dependencies
>>> NOTE: Preparing runqueue
>>> NOTE: Executing SetScene Tasks
>>> NOTE: Executing RunQueue Tasks
>>> ERROR: Function failed: build_hddimg (see
>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>> for further information)
>>> ERROR: Logfile of failure stored in:
>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>> Log data follows:
>>> | DEBUG: Executing python function do_bootimg
>>> | DEBUG: Executing python function build_syslinux_cfg
>>> | DEBUG: Python function build_syslinux_cfg finished
>>> | DEBUG: Executing python function build_grub_cfg
>>> | DEBUG: Python function build_grub_cfg finished
>>> | DEBUG: Executing shell function build_hddimg
>>> | mkdosfs: seek failed
>>> | mkdosfs 2.11 (12 Mar 2005)
>>> | DEBUG: Python function do_bootimg finished
>>> | ERROR: Function failed: build_hddimg (see
>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>> for further information)
>>> ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>>> do_bootimg) failed with exit code '1'
>>> NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
>>> be rerun and 1 failed.
>>> No currently running tasks (4522 of 4523)
>>> 
>>> Summary: 1 task failed:
>>> /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>>> do_bootimg
>>> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>>> 
>>> real  48m10.876s
>>> user  55m35.948s
>>> sys   9m36.128s
>>> insop@chai ~/mybuilds/fri2-1.4 $
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>> 



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

* Re: custom hddimg failure (mkdosfs: seek failed)
  2013-03-23  7:04     ` Khem Raj
@ 2013-03-23 21:59       ` Insop Song
  0 siblings, 0 replies; 5+ messages in thread
From: Insop Song @ 2013-03-23 21:59 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto Project Discussion

Thank you.
Works, I can log in without password

Insop



On Mar 23, 2013, at 0:04, Khem Raj <raj.khem@gmail.com> wrote:

>
> On Mar 22, 2013, at 11:53 PM, Insop Song <insop.song@gmail.com> wrote:
>
>> Hi Khem,
>>
>> Thank you for the reply.
>>
>> I've tried and it worked only if I use "tools-sdk" like below:
>>
>> However, this image asks me the paaswrd, do you know?
>>
>> Thank you,
>>
>> Insop
>>
>> =========================================
>> DEPENDS = "linux-yocto"
>>
>> IMAGE_FEATURES += "package-management ssh-server-dropbear"
>> EXTRA_IMAGE_FEATURES = "tools-sdk tools-profile"
>
> add 'debug-tweaks' also to EXTRA_IMAGE_FEATURES
>
>
>>
>> IMAGE_INSTALL = "\
>>    ${CORE_IMAGE_BASE_INSTALL} \
>>    rt-app \
>>    schedtool-dl \
>>
>> =========================================
>>
>>
>>
>> On Thu, Mar 21, 2013 at 10:58 AM, Khem Raj <raj.khem@gmail.com> wrote:
>>> EXTRA_IMAGE_FEATURES =  "tools-sdk"
>>>
>>> On Mar 21, 2013, at 1:44 AM, Insop Song <insop.song@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to add sdk (gcc ..) to meta-realtime
>>>> (http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
>>>> Only difference between upstream meta-realtime is ""tools-sdk"
>>>>
>>>> -----
>>>> require recipes-core/images/core-image-minimal-dev.bb
>>>>
>>>> DESCRIPTION = "Image with meta-realtime and sdk"
>>>>
>>>> DEPENDS = "linux-yocto"
>>>>
>>>> IMAGE_FEATURES += "package-management ssh-server-dropbear"
>>>> IMAGE_FEATURES += "tools-sdk"
>>>> EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"
>>>>
>>>> IMAGE_INSTALL = "\
>>>>     ${CORE_IMAGE_BASE_INSTALL} \
>>>>     rt-app \
>>>>     schedtool-dl \
>>>>     "
>>>>
>>>> ----
>>>>
>>>> I am keep getting hddimg failure with this message "mkdosfs: seek failed"
>>>>
>>>> I appreciate if anyone know on this issue.
>>>>
>>>> Thank you,
>>>>
>>>> Insop
>>>>
>>>> ---
>>>> This is full output including error message.
>>>>
>>>> $ time bitbake core-image-realtime-sdk
>>>> Pseudo is not present but is required, building this first before the main build
>>>> Parsing recipes: 100%
>>>> |############################################################################################|
>>>> Time: 00:00:49
>>>> Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
>>>> targets, 29 skipped, 0 masked, 0 errors.
>>>>
>>>> Build Configuration:
>>>> BB_VERSION        = "1.17.1"
>>>> BUILD_SYS         = "i686-linux"
>>>> NATIVELSBSTRING   = "Ubuntu-12.10"
>>>> TARGET_SYS        = "i586-poky-linux"
>>>> MACHINE           = "fri2"
>>>> DISTRO            = "poky"
>>>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>>>> TUNE_FEATURES     = "m32 core2"
>>>> TARGET_FPU        = ""
>>>> meta
>>>> meta-yocto
>>>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>>>> meta-intel
>>>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>>>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>>>
>>>> NOTE: Resolving any missing task queue dependencies
>>>> NOTE: Preparing runqueue
>>>> NOTE: Executing SetScene Tasks
>>>> NOTE: Executing RunQueue Tasks
>>>> NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
>>>> rerun and all succeeded.
>>>> No currently running tasks (2 of 9)
>>>> Loading cache: 100%
>>>> |##############################################################################################|
>>>> ETA:  00:00:00
>>>> Loaded 1145 entries from dependency cache.
>>>>
>>>> Build Configuration:
>>>> BB_VERSION        = "1.17.1"
>>>> BUILD_SYS         = "i686-linux"
>>>> NATIVELSBSTRING   = "Ubuntu-12.10"
>>>> TARGET_SYS        = "i586-poky-linux"
>>>> MACHINE           = "fri2"
>>>> DISTRO            = "poky"
>>>> DISTRO_VERSION    = "1.3+snapshot-20130321"
>>>> TUNE_FEATURES     = "m32 core2"
>>>> TARGET_FPU        = ""
>>>> meta
>>>> meta-yocto
>>>> meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
>>>> meta-intel
>>>> meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
>>>> meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"
>>>>
>>>> NOTE: Resolving any missing task queue dependencies
>>>> NOTE: Preparing runqueue
>>>> NOTE: Executing SetScene Tasks
>>>> NOTE: Executing RunQueue Tasks
>>>> ERROR: Function failed: build_hddimg (see
>>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>>> for further information)
>>>> ERROR: Logfile of failure stored in:
>>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>>> Log data follows:
>>>> | DEBUG: Executing python function do_bootimg
>>>> | DEBUG: Executing python function build_syslinux_cfg
>>>> | DEBUG: Python function build_syslinux_cfg finished
>>>> | DEBUG: Executing python function build_grub_cfg
>>>> | DEBUG: Python function build_grub_cfg finished
>>>> | DEBUG: Executing shell function build_hddimg
>>>> | mkdosfs: seek failed
>>>> | mkdosfs 2.11 (12 Mar 2005)
>>>> | DEBUG: Python function do_bootimg finished
>>>> | ERROR: Function failed: build_hddimg (see
>>>> /home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
>>>> for further information)
>>>> ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>>>> do_bootimg) failed with exit code '1'
>>>> NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
>>>> be rerun and 1 failed.
>>>> No currently running tasks (4522 of 4523)
>>>>
>>>> Summary: 1 task failed:
>>>> /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
>>>> do_bootimg
>>>> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>>>>
>>>> real  48m10.876s
>>>> user  55m35.948s
>>>> sys   9m36.128s
>>>> insop@chai ~/mybuilds/fri2-1.4 $
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>


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

end of thread, other threads:[~2013-03-23 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21  8:44 custom hddimg failure (mkdosfs: seek failed) Insop Song
2013-03-21 17:58 ` Khem Raj
2013-03-23  6:53   ` Insop Song
2013-03-23  7:04     ` Khem Raj
2013-03-23 21:59       ` Insop Song

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.