All of lore.kernel.org
 help / color / mirror / Atom feed
* i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool
@ 2014-09-19  9:39 Yannick Calmettes
  2014-09-19 14:19 ` Daiane Angolini
  0 siblings, 1 reply; 4+ messages in thread
From: Yannick Calmettes @ 2014-09-19  9:39 UTC (permalink / raw)
  To: meta-freescale

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

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.

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 "
**

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool
@ 2014-09-19 13:58 Philippe Mangaud
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mangaud @ 2014-09-19 13:58 UTC (permalink / raw)
  To: Yannick Calmettes, meta-freescale@yoctoproject.org

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

Bonjour Yannick,

I am on same branch but different imx6sxsabresd machine and "bitbake linux-imx-mfgtool" is pointing me to linux-mfgtool that build fine. The recipe should be ~/fsl-community-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.31.bb.

Best regards, Philippe.

From: Yannick Calmettes [mailto:yannick.calmettes@analogway.com]
Sent: Friday, September 19, 2014 11:40 AM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] i.MX 3.10.31-1.1.0_beta can't find linux-imx-mfgtool

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.

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)) + '/../..')}"<mailto:$%7b@os.path.abspath(os.path.dirname(d.getVar('FILE',True))+'/../..')%7d>

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()}"<mailto:$%7b@oe.utils.cpu_count()%7d>
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}<mailto:$%7b@oe.utils.cpu_count()%7d>"
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 "


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

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

end of thread, other threads:[~2014-09-24  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2014-09-19 13:58 Philippe Mangaud

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.