From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BEFF3E005BD; Wed, 24 Sep 2014 00:26:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [85.31.212.143 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from fx403.security-mail.net (smtpout140.security-mail.net [85.31.212.143]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C83B2E005BD for ; Wed, 24 Sep 2014 00:26:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fx403.security-mail.net (MTA) with SMTP id 0EFE3C3200A for ; Wed, 24 Sep 2014 09:26:38 +0200 (CEST) Received: from fx403 (localhost [127.0.0.1]) by fx403.security-mail.net (MTA) with ESMTP id 092E4C32051; Wed, 24 Sep 2014 09:26:38 +0200 (CEST) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20140924092637-14640-00002,score=-20 x-secugrey: score=-10 x-secugrey: filter=out_default,id=20140924092637-14640-00003,score=-20 Received: from cg92.security-mail.net (cg92.security-mail.net [172.16.248.92]) by fx403.security-mail.net (MTA) with SMTP id 6A44FC32010; Wed, 24 Sep 2014 09:26:37 +0200 (CEST) Received: from [89.91.77.218] (account yannick.calmettes@analogway.com HELO [192.168.0.39]) by mails.optimails.com (CommuniGate Pro SMTP 6.0.9) with ESMTPSA id 1826053398; Wed, 24 Sep 2014 09:26:36 +0200 Message-ID: <5422717A.5030004@analogway.com> Date: Wed, 24 Sep 2014 09:23:38 +0200 From: Yannick Calmettes User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Daiane Angolini References: <541BF9D9.2010107@analogway.com> In-Reply-To: X-Virus-Scanned: by Security-Mail Cc: "meta-freescale@yoctoproject.org" Subject: Re: i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 07:26:47 -0000 Content-Type: multipart/alternative; boundary="------------040302010102010801010600" --------------040302010102010801010600 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 > 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 >> --------------040302010102010801010600 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
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



 

--------------040302010102010801010600--