All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yannick Calmettes <yannick.calmettes@analogway.com>
To: Daiane Angolini <daiane.list@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool
Date: Wed, 24 Sep 2014 09:23:38 +0200	[thread overview]
Message-ID: <5422717A.5030004@analogway.com> (raw)
In-Reply-To: <CA+jg_OVNBjZm_qTEmE563wZ=mu-NKa3p33AXFaH9eTf6n+-XAw@mail.gmail.com>

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

Thank you for your answer.
Yes "fsl-image-mfgtool-initramfs" seems to do what I want.
Maybe in README of "meta-fsl-bsp-release/imx" it could be indicated 
instead of "bitbake linux-imx-mfgtool" that is wrong.

Yannick
**
Le 19/09/2014 16:19, Daiane Angolini a écrit :
> On Fri, Sep 19, 2014 at 6:39 AM, Yannick Calmettes
> <yannick.calmettes@analogway.com> wrote:
>> Dear All,
>>
>> I'm currently using "3.10.31-1.1.0_beta" branch to support an imx6qsabresd
>> board.
>> I want to generate U-Boot and Kernel for MfgTool for this board and after
>> integrate my modifications (SPI NOR connected to a SPI that is known by Boot
>> configuration pin).
>> I have succeed to generate standard u-boot with recipe "u-boot-imx-mfgtool"
>> but I can't bitbake "linux-imx-mfgtool", it says the recipe do not exist.
> I don't remember exactly, but you should not bitbake "linux-imx-mfgtool"
> you  should bitbake fsl-image-mfgtool-initramfs instead, and have your
> linux-imx-mfgtools included in it.
>
> I think that is it
>
> Daiane
>> It's the first time I use this mailing list, I hope it's the right place for
>> this question.
>>
>> Best,
>>
>> Yannick
>>
>> This is my bblayers.conf :
>> LCONF_VERSION = "6"
>>
>> BBPATH = "${TOPDIR}"
>> BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) +
>> '/../..')}"
>>
>> BBFILES ?= ""
>> BBLAYERS = " \
>>    ${BSPDIR}/sources/poky/meta \
>>    ${BSPDIR}/sources/poky/meta-yocto \
>>    \
>>    ${BSPDIR}/sources/meta-openembedded/meta-oe \
>>    \
>>    ${BSPDIR}/sources/meta-fsl-arm \
>>    ${BSPDIR}/sources/meta-fsl-arm-extra \
>>    ${BSPDIR}/sources/meta-fsl-demos \
>> "
>> ##Freescale Yocto Release layer
>> BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-arm "
>> BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-demos "
>> BBLAYERS += " ${BSPDIR}/sources/meta-browser "
>> BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-gnome "
>> BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-networking "
>> BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-ruby "
>> BBLAYERS += " ${BSPDIR}/sources/meta-qt5 "
>> BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-qt5 "
>>
>> And this is my local.conf :
>> BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
>> PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
>> MACHINE ??= 'imx6qsabresd'
>> DISTRO ?= 'poky'
>> PACKAGE_CLASSES ?= "package_rpm"
>> EXTRA_IMAGE_FEATURES = "debug-tweaks"
>> USER_CLASSES ?= "buildstats image-mklibs image-prelink"
>> PATCHRESOLVE = "noop"
>> BB_DISKMON_DIRS = "\
>>      STOPTASKS,${TMPDIR},1G,100K \
>>      STOPTASKS,${DL_DIR},1G,100K \
>>      STOPTASKS,${SSTATE_DIR},1G,100K \
>>      ABORT,${TMPDIR},100M,1K \
>>      ABORT,${DL_DIR},100M,1K \
>>      ABORT,${SSTATE_DIR},100M,1K"
>> PACKAGECONFIG_pn-qemu-native = "sdl"
>> PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
>> ASSUME_PROVIDED += "libsdl-native"
>> CONF_VERSION = "1"
>>
>> BB_NUMBER_THREADS = '8'
>> PARALLEL_MAKE = '-j 8'
>>
>> DL_DIR ?= "${BSPDIR}/downloads/"
>> ACCEPT_FSL_EULA = "1"
>> PREFERRED_PROVIDER_virtual/mesa = ""
>>
>> DISTRO_FEATURES_remove = "x11 wayland directfb "
>>
>>
>> --
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>


 

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

  reply	other threads:[~2014-09-24  7:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19  9:39 i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool Yannick Calmettes
2014-09-19 14:19 ` Daiane Angolini
2014-09-24  7:23   ` Yannick Calmettes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-19 13:58 Philippe Mangaud

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=5422717A.5030004@analogway.com \
    --to=yannick.calmettes@analogway.com \
    --cc=daiane.list@gmail.com \
    --cc=meta-freescale@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.