[yocto] yocto Digest, Vol 24, Issue 51

Raul Rosetto Munoz munoz0raul at gmail.com
Wed Sep 12 10:25:42 PDT 2012


I saw the same problem but Im found the solution at link
*
http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#changing-recipes-kernel
*
*in B.2.3. Changing the  CONFIG_SMP Configuration Using  menuconfig*

Basic, do you need to do these commands:

$ bitbake linux-yocto -c cleansstate
$ bitbake linux-yocto -c menuconfig

change the kernel and:
$ bitbake linux-yocto -c compile -f
$ bitbake linux-yocto

Remermber all the times that you do cleanall you return you .config
configurations to your defconfig.
If you change menuconfig you must replace de defconfig file for your nem
.config found in /tmp/work/machine/linux/git/.config

Maybe Its help you!

Thanks



2012/9/12 <yocto-request at yoctoproject.org>

> Send yocto mailing list submissions to
>         yocto at yoctoproject.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.yoctoproject.org/listinfo/yocto
> or, via email, send a message with subject or body 'help' to
>         yocto-request at yoctoproject.org
>
> You can reach the person managing the list at
>         yocto-owner at yoctoproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of yocto digest..."
>
>
> Today's Topics:
>
>    1. Yocto Contract Position (Daniel McGuire)
>    2. [linux-yocto] 'bitbake linux-yocto' after 'bitbake
>       linux-yocto -c compile -f' does not create image (Rudolf Streif)
>    3. Re: [linux-yocto] 'bitbake linux-yocto' after 'bitbake
>       linux-yocto -c compile -f' does not create image (Chris Larson)
>    4. Re: [linux-yocto] 'bitbake linux-yocto' after 'bitbake
>       linux-yocto -c compile -f' does not create image (Rudolf Streif)
>    5. Re: [meta-fsl-ppc 09/16] rcw_git.bb: update to 1.2.1      release
>       version (Khem Raj)
>    6. Re: [meta-fsl-ppc 13/16] Update recipes to use release tags
>       instead of SHA (McClintock Matthew-B29882)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: 11 Sep 2012 19:55:26 -0400
> From: Daniel McGuire <daniel.m at tripleco.com>
> To: yocto at yoctoproject.org, openembedded-core at lists.openembedded.org
> Subject: [yocto] Yocto Contract Position
> Message-ID: <1726581940.1347407726406.JavaMail.cfservice at sl10app4>
> Content-Type: text/plain; charset="utf-8"
>
>
>
>
> I am looking for a Yocto expert who can work a 3 week contract in the bay
> area. We are looking for one contractor only. And we pay on an hourly rate.
> Also, we need someone with US citizenship, Greencard, or valid EAD. I have
> included the job description. If you are available, let me know the hourly
> rate it would take to get you to do the project. We need someone
> immediately so give me a call as soon as you can if you are interested.
> Thanks. And if you are not available, maybe you could refer me to someone
> who would be willing and capable to complete the short project. Thanks
> again.
>
>
>
>
>
>
>
> Milpitas, CA.
>
> Few weeks contract - short.
>
> They need an expert.
>
> Phone hire.
>
>
>
> They're a defense contract company so the work must be done on-site.
> They're taking a skinny portion of their current legacy system and want to
> port it to Yocto to see if it will be worthwhile. They essentially want
> Yocto to be the company's standard in California, Florida, and the U.K. but
> want to test the feasibility before moving forward (that's what this short
> project is for).
>
> The Yocto Project is a Linux-based project that helps developers create
> custom Linux distributions specifically for embedded devices.
>
> We are looking for a very short contract of a few weeks for a very
> specific specialist as outlined below.
>
>
>
> As the term is short, and the need is immediate, we'd pay a premium IF we
> could find hands-on yocto expertise. We have already spent a lot of time
> coming up to speed on Yocto, now we need an expert to complete the proof of
> concept for us.
>
>
>
> The following are the requirements for the candidate we should look for.
>
> -        Minimum two years' experience in working with "Yocto project"
> -        Experience in creating a build setup and configuration of the
> yocto project
> -        Good knowledge and usage of the tool chains related to yocto
> project
> -        Extensive knowledge and experience in integrating new layers to
> the Linux distribution.
> -        Ability to configure (add/remove) new kernel and user layers to
> create custom linux distribution.
> -        Experience in working with Java meta-layer, Database layer would
> be a nice to have
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Daniel McGuire
>
>
> Technical Recruiter| Triple Crown Consulting, LLC
>
>
>
>
>
> 1901 S. Bascom Ave. Suite 750
> Campbell, CA 95008
>
>
> P: 408.680.2563|
> F: 408.608.0398
>
>
> daniel.m at tripleco.com
>
>
>
>
>
>
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.yoctoproject.org/pipermail/yocto/attachments/20120911/f7715654/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 12 Sep 2012 08:06:06 -0700
> From: Rudolf Streif <rudolf.streif at linux.com>
> To: yocto at yoctoproject.org
> Subject: [yocto] [linux-yocto] 'bitbake linux-yocto' after 'bitbake
>         linux-yocto -c compile -f' does not create image
> Message-ID:
>         <
> CA+gsK-qoz4u6OZV+FZN+LZq2AOgw5RajOW6DCJOnXbZGecva1w at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> In Denil modifying kernel parameters and doing
>
> bitbake linux-yocto -c compile -f
> bitbake linux-yocto
>
> worked perfectly fine. The tasks after compile were rerun and the new
> kernel copied to tmp/deploy/images
>
> In Edison 7.0.1 this does not seem to work anymore. The tasks do not rerun
> and the kernel image is not deployed.
>
> What has changed? Why does it not work anymore?
>
> Thanks,
> Rudi
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.yoctoproject.org/pipermail/yocto/attachments/20120912/a319e906/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 12 Sep 2012 08:08:28 -0700
> From: Chris Larson <clarson at kergoth.com>
> To: Rudolf Streif <rudolf.streif at linux.com>
> Cc: yocto at yoctoproject.org
> Subject: Re: [yocto] [linux-yocto] 'bitbake linux-yocto' after
>         'bitbake linux-yocto -c compile -f' does not create image
> Message-ID:
>         <
> CABcZANnkt30OvFX3BNctHf115jQbX4piKMxb3b2N8saP4Prrmg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Wed, Sep 12, 2012 at 8:06 AM, Rudolf Streif <rudolf.streif at linux.com>
> wrote:
> > bitbake linux-yocto -c compile -f
> > bitbake linux-yocto
> >
> > worked perfectly fine. The tasks after compile were rerun and the new
> kernel
> > copied to tmp/deploy/images
> >
> > In Edison 7.0.1 this does not seem to work anymore. The tasks do not
> rerun
> > and the kernel image is not deployed.
>
> I'd suggest using bitbake's new -C argument. Run bitbake -C compile
> linux-yocto.
> --
> Christopher Larson
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 12 Sep 2012 08:16:46 -0700
> From: Rudolf Streif <rudolf.streif at linux.com>
> To: Chris Larson <clarson at kergoth.com>
> Cc: yocto at yoctoproject.org
> Subject: Re: [yocto] [linux-yocto] 'bitbake linux-yocto' after
>         'bitbake linux-yocto -c compile -f' does not create image
> Message-ID:
>         <CA+gsK-rSTj418hLedGJ8VgdUgrP7=
> eRqNw5etpb21gBWwGAYkA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks, Chris. From what bitbake version on is that command available? The
> bitbake version bundled with YP Denzil 7.0.1 is 1.15.2 and it does not
> recognize that command:
>
> ...
> bitbake: error: no such option -C
>
> Rudi
>
> On Wed, Sep 12, 2012 at 8:08 AM, Chris Larson <clarson at kergoth.com> wrote:
>
> > On Wed, Sep 12, 2012 at 8:06 AM, Rudolf Streif <rudolf.streif at linux.com>
> > wrote:
> > > bitbake linux-yocto -c compile -f
> > > bitbake linux-yocto
> > >
> > > worked perfectly fine. The tasks after compile were rerun and the new
> > kernel
> > > copied to tmp/deploy/images
> > >
> > > In Edison 7.0.1 this does not seem to work anymore. The tasks do not
> > rerun
> > > and the kernel image is not deployed.
> >
> > I'd suggest using bitbake's new -C argument. Run bitbake -C compile
> > linux-yocto.
> > --
> > Christopher Larson
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.yoctoproject.org/pipermail/yocto/attachments/20120912/f7ad9334/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 5
> Date: Wed, 12 Sep 2012 08:57:16 -0700
> From: Khem Raj <raj.khem at gmail.com>
> To: Paul Eggleton <paul.eggleton at linux.intel.com>
> Cc: "yocto at yoctoproject.org" <yocto at yoctoproject.org>
> Subject: Re: [yocto] [meta-fsl-ppc 09/16] rcw_git.bb: update to 1.2.1
>         release version
> Message-ID:
>         <
> CAMKF1srJ6FHnmapeJAxu__xS95L02MRNCbhP68gCexNEU3nkQQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Wednesday, September 12, 2012, Paul Eggleton <
> paul.eggleton at linux.intel.com> wrote:
> > On Wednesday 12 September 2012 00:40:36 Khem Raj wrote:
> >> NAK
> >
> > Please do not reply to patches like this. If you object to a patch you
> need to
> > provide some reasoning.
>
> I did in the previous patch in this series which is similar
> > Cheers,
> > Paul
> >
> > --
> >
> > Paul Eggleton
> > Intel Open Source Technology Centre
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.yoctoproject.org/pipermail/yocto/attachments/20120912/f34cce42/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 6
> Date: Wed, 12 Sep 2012 16:00:49 +0000
> From: McClintock Matthew-B29882 <B29882 at freescale.com>
> To: Khem Raj <raj.khem at gmail.com>
> Cc: "yocto at yoctoproject.org" <yocto at yoctoproject.org>
> Subject: Re: [yocto] [meta-fsl-ppc 13/16] Update recipes to use
>         release tags instead of SHA
> Message-ID:
>         <
> 70CC66F5C30A414DADDA6973E4CA391A674A12 at 039-SN1MPN1-001.039d.mgd.msft.net>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Wed, Sep 12, 2012 at 2:40 AM, Khem Raj <raj.khem at gmail.com> wrote:
> > NAK, it breaks BB_NO_NETWORK useless.
>
> Khem is right, I was about to go back and change all the tags to SHAs...
>
> -M
>
> > On Wed, Sep 12, 2012 at 12:06 AM,  <b19537 at freescale.com> wrote:
> >> From: Matthew McClintock <msm at freescale.com>
> >>
> >> Signed-off-by: Matthew McClintock <msm at freescale.com>
> >> ---
> >>  recipes-tools/hv-cfg/hv-cfg_git.bb |    2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/
> hv-cfg_git.bb
> >> index e137575..d3786c5 100644
> >> --- a/recipes-tools/hv-cfg/hv-cfg_git.bb
> >> +++ b/recipes-tools/hv-cfg/hv-cfg_git.bb
> >> @@ -18,7 +18,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> >>
> >>  inherit deploy
> >>
> >> -SRCREV = "102ab848d94f3c04f364ed273d0e00b21b0266f4"
> >> +SRCREV = "v1.2"
> >>  SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git"
> >>
> >>  S = "${WORKDIR}/git"
> >> --
> >> 1.7.9.5
> >>
> >>
> >> _______________________________________________
> >> yocto mailing list
> >> yocto at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> > _______________________________________________
> > yocto mailing list
> > yocto at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
>
> ------------------------------
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> End of yocto Digest, Vol 24, Issue 51
> *************************************
>



-- 
*Raul Rosetto Muñoz*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120912/6512f2d4/attachment.html>


More information about the yocto mailing list