Re: [yocto] package list for image build
Le 13/02/2013 02:01, Trevor Woerner a écrit : Hi everyone, I've looked at Tim's cheat sheet and Robert's FAQ but I can't seem to figure out if there is a simple way to get bitbake to list the packages that will be included in the build of a given image. $ bitbake core-image-minimal Am I overlooking something obvious? Best regards, Trevor ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto $ bitbake -g core-image-minimal result in pn-buildlist. -- Pierre FICHEUX -/- CTO OWI, France -\- pierre.fich...@openwide.fr http://ingenierie.openwide.fr http://www.linuxembedded.fr I would love to change the world, but they won't give me the source code ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] package list for image build
Hi Pierre, On Wed, Feb 13, 2013 at 5:09 AM, Pierre Ficheux wrote: > $ bitbake -g core-image-minimal > > result in pn-buildlist. Thank you, that works great on master. This must be new-ish, the bitbake from my gumstix build (HEAD at 846b7c, or roughly Oct 11, 2012) doesn't produce a pn-buildlist. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Control over Sato theme
Hi Gary, On 12 February 2013 23:19, Gary Thomas wrote: > I'd like to be able to control the Sato theme on my system, > with a softer approach than editing the "gtk-sato-engine" package. > > I tried putting updated settings in /home/root/.gtkrc-2.0 but > they don't seem to have any affect. I can see that this file > is being read (and presumably processed) as I bring up the > desktop, but why don't the settings stick? > > Any ideas how I can make this work? What settings in particular? The xsettings-daemon will be overriding gtkrc with values from GConf, so if you're trying to tweak some settings then that will take priority. Other values are likely hard-coded - the Sato engine wasn't designed to be massively customisable and as far as I know its not really been tested like this. > Also, when I tried editing the "data/gtkrc-vga" in the gtk-sato-engine > package I was able to change some settings in the theme, but I couldn't > get consistent coverage. For example, I tried to make the predominant > background color something other than the light gray used by Sato, but > the unselected version of buttons still have the Sato colors and I don't > see how to change that, even in the gtk-sato-engine. GTK+ theming has two different background colours for different contexts (base or bg), so it's possible that you were only changing one of them. Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] hob error
Hello, I'm getting this error when I run hob, Error Unable to parse /home/andre/fsl-community-bsd/sources/meta-fsl-arm-extra/conf/layer.conf:Failture expanding variable BBPATH, expression was ${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered exception Exception: variable BBPATH reference itself! what I'm trying to do is is add nano, vlc and gstreamer to the rootfs. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] hob error
Hi Andre, You may want to send the content for layer.conf and bblayers.conf. However, you may have a typo if you copied and pasted the error message: ${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered exception Exception: variable BBPATH reference itself! It says "soucers" where it should be "sources", I suppose. Rudi On Wed, Feb 13, 2013 at 10:55 AM, Andre Bella wrote: > Hello, > I'm getting this error when I run hob, > > Error > Unable to parse > /home/andre/fsl-community-bsd/sources/meta-fsl-arm-extra/conf/layer.conf:Failture > expanding variable BBPATH, expression was > ${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which > triggered exception Exception: variable BBPATH reference itself! > > what I'm trying to do is is add nano, vlc and gstreamer to the rootfs. > > > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- -- *Rudolf J. Streif* Director of Embedded Solutions The Linux Foundation rudolf.str...@linux.com Phone: +1.619.631.5383 Skype: rudolfstreif PGP: RSA 2048/2048 D6E7D28B Linux Foundation Events Schedule: events.linuxfoundation.org Linux Foundation Training Schedule: training.linuxfoundation.org ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] hob error
Hi it was my type, I couldnt copy and paste so I type it myself on --layer.conf:-- # We have a conf and classes directory, add to BBPATH BBPATH := "${BBPATH}:${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "fsl-arm-extra" BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/" BBFILE_PRIORITY_fsl-arm-extra = "4" - ---bblayers.conf-- LCONF_VERSION = "4" 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 \ " --- --- On Wed, 2/13/13, Rudolf Streif wrote: From: Rudolf Streif Subject: Re: [yocto] hob error To: "Andre Bella" Cc: "yocto@yoctoproject.org" Date: Wednesday, February 13, 2013, 2:21 PM Hi Andre, You may want to send the content for layer.conf and bblayers.conf. However, you may have a typo if you copied and pasted the error message: ${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered exception Exception: variable BBPATH reference itself! It says "soucers" where it should be "sources", I suppose. Rudi On Wed, Feb 13, 2013 at 10:55 AM, Andre Bella wrote: Hello, I'm getting this error when I run hob, Error Unable to parse /home/andre/fsl-community-bsd/sources/meta-fsl-arm-extra/conf/layer.conf:Failture expanding variable BBPATH, expression was ${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered exception Exception: variable BBPATH reference itself! what I'm trying to do is is add nano, vlc and gstreamer to the rootfs. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- -- Rudolf J. StreifDirector of Embedded Solutions The Linux Foundation rudolf.str...@linux.com Phone: +1.619.631.5383Skype: rudolfstreifPGP: RSA 2048/2048 D6E7D28B Linux Foundation Events Schedule: events.linuxfoundation.org Linux Foundation Training Schedule: training.linuxfoundation.org ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto