From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Brian Hutchinson <b.hutchman@gmail.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Migration from 1.7.1 to 1.8 - kernel-abiversion missing
Date: Mon, 11 May 2015 15:06:00 -0400 [thread overview]
Message-ID: <5550FD98.1050507@windriver.com> (raw)
In-Reply-To: <CAFZh4h9oL7K-=Nxhy=GV0k31ZgnPQuhFLQ-r_fReSRk1ZRhk1g@mail.gmail.com>
On 2015-05-11 02:10 PM, Brian Hutchinson wrote:
> On Thu, Apr 30, 2015 at 10:06 AM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> It is plausible. But in theory, linux-dummy should still provide
>> what you need (but since it doesn't build anything, there is
>> no abi .. and no modules can be built against it) .. so the
>> error isn't graceful.
>>
>> Bruce
>
> I can confirm this same problem is happening to me. I just updated
> one of my builds from 1.7 to 1.8 and am also getting my rootfs to fail
> due to no abi kernel version:
We still have a race condition in the 1.8 branch for the population
of the build-artifacts directory.
If modules start building, they'll race against the population of the
abiversion, and you may see that message.
There's a proposed patch for master, but I don't think it is in
fido yet.
Bruce
>
> ERROR: No kernel-abiversion file found
> (/home/hutch/yocto_1.8_davinci/poky/build/tmp/sysroots/am180x-evm/pkgdata/kernel-depmod/kernel-abiversion),
> cannot run depmod, aborting
> ERROR: Function failed: do_rootfs
> ERROR: Logfile of failure stored in:
> /home/hutch/yocto_1.8_davinci/poky/build/tmp/work/am180x_evm-poky-linux-gnueabi/core-image-nodeam/1.0-r0/temp/log.do_rootfs.23558
> ERROR: Task 7 (/home/hutch/yocto_1.8_davinci/poky/meta/recipes-core/images/core-image-nodeam.bb,
> do_rootfs) failed with exit code '1'
>
> This is for an AM1808 build. I'm using fido branch of yocto and
> openembedded and master of meta-ti (since it doesn't have a fido
> branch yet).
>
> STAGING_KERNEL_BUILDDIR="/home/hutch/yocto_1.8_davinci/poky/build/tmp/work-shared/am180x-evm/kernel-build-artifacts"
>
> I didn't do anything different in my local.conf than what I normally
> do. linux-dummy was also built with my last yocto 1.7 build and it
> didn't have this problem.
>
> Regards,
>
> Brian
>
WARNING: multiple messages have this Message-ID (diff)
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Brian Hutchinson <b.hutchman@gmail.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>,
"\"Schaumlöffel, Jan\"" <J.Schaumloeffel@astro-kom.de>
Subject: Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing
Date: Mon, 11 May 2015 15:06:00 -0400 [thread overview]
Message-ID: <5550FD98.1050507@windriver.com> (raw)
In-Reply-To: <CAFZh4h9oL7K-=Nxhy=GV0k31ZgnPQuhFLQ-r_fReSRk1ZRhk1g@mail.gmail.com>
On 2015-05-11 02:10 PM, Brian Hutchinson wrote:
> On Thu, Apr 30, 2015 at 10:06 AM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> It is plausible. But in theory, linux-dummy should still provide
>> what you need (but since it doesn't build anything, there is
>> no abi .. and no modules can be built against it) .. so the
>> error isn't graceful.
>>
>> Bruce
>
> I can confirm this same problem is happening to me. I just updated
> one of my builds from 1.7 to 1.8 and am also getting my rootfs to fail
> due to no abi kernel version:
We still have a race condition in the 1.8 branch for the population
of the build-artifacts directory.
If modules start building, they'll race against the population of the
abiversion, and you may see that message.
There's a proposed patch for master, but I don't think it is in
fido yet.
Bruce
>
> ERROR: No kernel-abiversion file found
> (/home/hutch/yocto_1.8_davinci/poky/build/tmp/sysroots/am180x-evm/pkgdata/kernel-depmod/kernel-abiversion),
> cannot run depmod, aborting
> ERROR: Function failed: do_rootfs
> ERROR: Logfile of failure stored in:
> /home/hutch/yocto_1.8_davinci/poky/build/tmp/work/am180x_evm-poky-linux-gnueabi/core-image-nodeam/1.0-r0/temp/log.do_rootfs.23558
> ERROR: Task 7 (/home/hutch/yocto_1.8_davinci/poky/meta/recipes-core/images/core-image-nodeam.bb,
> do_rootfs) failed with exit code '1'
>
> This is for an AM1808 build. I'm using fido branch of yocto and
> openembedded and master of meta-ti (since it doesn't have a fido
> branch yet).
>
> STAGING_KERNEL_BUILDDIR="/home/hutch/yocto_1.8_davinci/poky/build/tmp/work-shared/am180x-evm/kernel-build-artifacts"
>
> I didn't do anything different in my local.conf than what I normally
> do. linux-dummy was also built with my last yocto 1.7 build and it
> didn't have this problem.
>
> Regards,
>
> Brian
>
next prev parent reply other threads:[~2015-05-11 19:06 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-28 6:49 Migration from 1.7.1 to 1.8 - kernel-abiversion missing Schaumlöffel, Jan
2015-04-28 13:52 ` Bruce Ashfield
2015-04-28 15:36 ` Schaumlöffel, Jan
2015-04-28 18:58 ` Bruce Ashfield
2015-04-29 7:38 ` Schaumlöffel, Jan
2015-04-29 13:23 ` Bruce Ashfield
2015-04-30 7:14 ` Schaumlöffel, Jan
2015-04-30 12:18 ` Bruce Ashfield
2015-04-30 12:27 ` Schaumlöffel, Jan
2015-04-30 14:06 ` Bruce Ashfield
2015-05-11 18:10 ` Brian Hutchinson
2015-05-11 18:10 ` [yocto] " Brian Hutchinson
2015-05-11 18:34 ` Brian Hutchinson
2015-05-11 18:34 ` [yocto] " Brian Hutchinson
2015-05-11 19:06 ` Bruce Ashfield [this message]
2015-05-11 19:06 ` Bruce Ashfield
2015-05-12 14:20 ` Brian Hutchinson
2015-05-12 14:20 ` [yocto] " Brian Hutchinson
2015-05-12 15:35 ` Bruce Ashfield
2015-05-12 15:35 ` [yocto] " Bruce Ashfield
2015-05-14 22:08 ` [meta-ti] " Denys Dmytriyenko
2015-05-14 22:08 ` [yocto] " Denys Dmytriyenko
2015-05-14 22:16 ` [meta-ti] " Brian Hutchinson
2015-05-14 22:16 ` [yocto] " Brian Hutchinson
2015-05-15 13:55 ` [meta-ti] " Brian Hutchinson
2015-05-15 13:55 ` [yocto] " Brian Hutchinson
2015-05-15 19:26 ` [meta-ti] " Brian Hutchinson
2015-05-15 19:26 ` [yocto] " Brian Hutchinson
2015-05-15 20:21 ` [meta-ti] " Brian Hutchinson
2015-05-15 20:21 ` [yocto] " Brian Hutchinson
2015-05-19 11:39 ` [meta-ti] " Bruce Ashfield
2015-05-19 11:39 ` [yocto] " Bruce Ashfield
2015-05-19 16:31 ` [meta-ti] " Bruce Ashfield
2015-05-19 16:31 ` [yocto] " Bruce Ashfield
2015-05-19 16:42 ` [meta-ti] " Brian Hutchinson
2015-05-19 16:42 ` [yocto] " Brian Hutchinson
2015-05-21 1:49 ` Patricia Holden
2015-06-10 1:12 ` [meta-ti] " Brian Hutchinson
2015-06-10 1:12 ` [yocto] " Brian Hutchinson
2015-06-10 1:14 ` [meta-ti] " Bruce Ashfield
2015-06-10 1:14 ` [yocto] " Bruce Ashfield
2015-06-10 1:34 ` [meta-ti] " Brian Hutchinson
2015-06-10 1:34 ` [yocto] " Brian Hutchinson
2015-06-10 17:32 ` [meta-ti] " Brian Hutchinson
2015-06-10 17:32 ` [yocto] " Brian Hutchinson
2015-06-23 19:15 ` Robert Calhoun
2015-06-23 19:56 ` Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2015-04-29 13:53 Carl van Schaik
2015-04-29 14:04 Carl van Schaik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5550FD98.1050507@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=b.hutchman@gmail.com \
--cc=meta-ti@yoctoproject.org \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.