All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: build error pandaboard on master
@ 2012-08-02 17:07 maniacbug
  2012-08-02 17:21 ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: maniacbug @ 2012-08-02 17:07 UTC (permalink / raw)
  To: yocto@yoctoproject.org

> Got around this issue by checking out the denzil branch on meta-ti and 
> poky.  then my core-image-sato builds and boots.


Right, that is what I was going to suggest.


One of us should fix the pulseaudio issue on master and send in a patch.


> Anyone know how to get the wireless and HW accelerated video playback to 
> work with the pandaboard and Yocto? maybe a different image?

meta-ti list is probably going to be the place to find this out. Or at least find clues. Unfortunately, it seems that there is not a pandaboard expert in the Yocto house.

The meta-ti layer has been extracted from Angstrom, so there seem to be plenty dependencies directly on OE. Often when building more hardware-specific recipies, these dependencies crop up. So Yocto on Pandaboard is definitely still a work in progress.


I have gotten video to work by porting the libav recipe from OE. Happy to send it to you if you want to try. There is no evidence to suggest this is hardware-accellerated.  HOWEVER, it does play 2Mbps video without stuttering. So from my perspective, whether it's hw accellerated is not important :)

The downside is that AUDIO is working hardly at all. This is my current challenge, and I'll definitely report progress to the meta-ti list.



^ permalink raw reply	[flat|nested] 38+ messages in thread
* build error pandaboard on master
@ 2012-08-03 14:37 Edward Vidal
  2012-08-03 15:08 ` Edward Vidal
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 14:37 UTC (permalink / raw)
  To: yocto

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

On 2012-08-03 07:59, Edward Vidal wrote:
>* Hello*>**>* On 2012-08-03 07:19, Edward Vidal wrote:*>>*/  Hello,*>* />/  I too am interested in the pandaboard with yacto.*>* />/  I added meta-ti to conf/bblayes.conf*>* />/  I have tried master and git branch 30fb40.*>* />/  Did you have to make any changes to meta-ti?*>* />/  I get the following*>* />/    MACHINE=pandaboard bitbake -v core-image-sato*>* />/  Pseudo is not present but is required, building this first before the main build*>* />/  DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,*>* />/  QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS*>* />/  DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)*>* />/  DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta*>* />/  DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-yocto*>* />/  DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-ti*>* />/  DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf*>* />/  ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'*>* />/  Any help will be appreciated.*>* />/  thanks*>* /*>* Did you actually download meta-ti into your /home/vidal/poky tree?*>**>* Yes I used the commands*>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*>* cd meta-ti*>* git branch 30fb40*>* cd ../meta-ti*>* git log*>* commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795*>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>* Date:   Mon Jul 9 14:35:36 2012 +0200*>**>*      netbase: follow oe-core to v5.0*>**>*      Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>*      Signed-off-by: Denys Dmytriyenko <denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>**>* commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc*>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>**>* The errors above was that I was running as another user*>* After fixing bblayes.conf*>* MACHINE=pandaboard bitbake -v core-image-sato*>* Pseudo is not present but is required, building this first before the main build*>* Loading cache: 100% |###########################################| ETA:  00:00:00*>* Loaded 60 entries from dependency cache.*>* ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)-:--:--*>* ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/cloud9-gfx-image.bb <http://cloud9-gfx-image.bb>: Exited with "1"*>* ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)*>* ERROR: This recipe does not have the LICENSE field set (cloud9-image)*>* ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)*>* ERROR: Command execution failed: Traceback (most recent call last):*>*    File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in runAsyncCommand*>*      self.cooker.updateCache()*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache*>*      if not self.parser.parse_next():*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next*>*      self.virtuals += len(result)*>* UnboundLocalError: local variable 'result' referenced before assignment*>**>**>* Summary: There were 6 ERROR messages shown, returning a non-zero exit code.*>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*>* cd meta-ti*>* git branch 30fb40*>* Thanks*
Check the README

I normally add this to local.conf to work around these problems:
   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

I tried both
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
and BBMASK ?= ".*/meta-ti/recipes-misc" which  is in the README
I get
 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100% |#########################################| Time: 00:00:33
Parsing of 887 .bb files complete (0 cached, 887 parsed). 1165
targets, 58 skipped, 8 masked, 0 errors.
ERROR: No recipes available for:
  /home/ame/poky/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thanks

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

^ permalink raw reply	[flat|nested] 38+ messages in thread
* build error pandaboard on master
@ 2012-08-03 13:59 Edward Vidal
  2012-08-03 14:06 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 13:59 UTC (permalink / raw)
  To: yocto

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

Hello

On 2012-08-03 07:19, Edward Vidal wrote:
>* Hello,*>* I too am interested in the pandaboard with yacto.*>* I added meta-ti to conf/bblayes.conf*>* I have tried master and git branch 30fb40.*>* Did you have to make any changes to meta-ti?*>* I get the following*>*   MACHINE=pandaboard bitbake -v core-image-sato*>* Pseudo is not present but is required, building this first before the main build*>* DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,*>* QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS*>* DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)*>* DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf*>* DEBUG: Adding layer /home/vidal/poky/meta*>* DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf*>* DEBUG: Adding layer /home/vidal/poky/meta-yocto*>* DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf*>* DEBUG: Adding layer /home/vidal/poky/meta-ti*>* DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf*>* ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'*>* Any help will be appreciated.*>* thanks*
Did you actually download meta-ti into your /home/vidal/poky tree?

Yes I used the commands
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
cd ../meta-ti
git log
commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
Author: Andreas Müller <schnitzeltony@googlemail.com>
Date:   Mon Jul 9 14:35:36 2012 +0200

    netbase: follow oe-core to v5.0

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    Signed-off-by: Denys Dmytriyenko <denys@ti.com>

commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc
Author: Andreas Müller <schnitzeltony@googlemail.com>

The errors above was that I was running as another user
After fixing bblayes.conf
MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 60 entries from dependency cache.
ERROR: This recipe does not have the LICENSE field set
(cloud9-gfx-image)-:--:--
ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/
cloud9-gfx-image.bb: Exited with "1"
ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
ERROR: This recipe does not have the LICENSE field set (cloud9-image)
ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
ERROR: Command execution failed: Traceback (most recent call last):
  File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in
runAsyncCommand
    self.cooker.updateCache()
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
    if not self.parser.parse_next():
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
    self.virtuals += len(result)
UnboundLocalError: local variable 'result' referenced before assignment


Summary: There were 6 ERROR messages shown, returning a non-zero exit code.
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
Thanks

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

^ permalink raw reply	[flat|nested] 38+ messages in thread
* build error pandaboard on master
@ 2012-08-03 13:19 Edward Vidal
  2012-08-03 13:24 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 13:19 UTC (permalink / raw)
  To: yocto

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

Hello,
I too am interested in the pandaboard with yacto.
I added meta-ti to conf/bblayes.conf
I have tried master and git branch 30fb40.
Did you have to make any changes to meta-ti?
I get the following
 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
DEBUG: Removed the following variables from the environment: LESSOPEN,
CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2,
XDG_RUNTIME_DIR, QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR,
HOSTNAME, HISTCONTROL, MAIL, LS_COLORS
DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)
DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf
DEBUG: Adding layer /home/vidal/poky/meta
DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-yocto
DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-ti
DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf
ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2]
No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'
Any help will be appreciated.
thanks

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

^ permalink raw reply	[flat|nested] 38+ messages in thread
* Re: build error pandaboard on master
@ 2012-08-01 18:59 maniacbug
  2012-08-02 12:47 ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: maniacbug @ 2012-08-01 18:59 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried master, but don't see a need if denzil is going to work.  BTW, I did not find it necessary to use meta-oe.


Both core-image-base and core-image-sato are working swell, except for sound.  Though the latest omap4 kernel has lots of improvements in that area, so I'm in the midst of upgrading it to see if thatfind helps.


> Yes, this is a rather touch ball of twine with all these layers - they 
> have to
> be properly aligned to get something that builds.

Wow, try it WITHOUT Yocto/Poky.  Yocto project seems to add stabilization and documentation to OE, which is about the only thing that makes it possible to get started at all :)

> Work arounds:
>   * You could checkout meta-ti to something that matches denzil
>     Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.


I would actually call this the CORRECT solution, not just a workaround.  meta-ti should create a denzil-tracking branch from this commit.
> How in the world you knew how to find that commit number is the part that amazes me

This commit was identified and discussed on the meta-ti list as the point of departure from denzil, that's how I found it, myself.

m.b


^ permalink raw reply	[flat|nested] 38+ messages in thread
* build error pandaboard on master
@ 2012-07-30 12:53 Jim Abernathy
  2012-07-30 13:00 ` Martin Jansa
  2012-07-30 13:15 ` Gary Thomas
  0 siblings, 2 replies; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 12:53 UTC (permalink / raw)
  To: yocto

I'm on master branch trying to build core-image-minimal for the machine 
"pandaboard". Besides the basics, I put in a license statement for 
cloud9 into local.conf.

My bblayer.conf is as follows:

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "5"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
   /home/jim/poky/meta \
   /home/jim/poky/meta-yocto \
   /home/jim/meta-openembedded/meta-oe \
   /home/jim/meta-ti \
   "

The error I'm getting is:

ERROR: ParseError at 
/home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
inherit file classes/systemd.bbclass

Build Configuration:
BB_VERSION        = "1.15.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "pandaboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.2+snapshot-20120730"
TUNE_FEATURES     = "armv7a vfp neon cortexa9"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"

ERROR: Nothing PROVIDES 'pseudo-native'





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

end of thread, other threads:[~2012-08-03 15:08 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 17:07 build error pandaboard on master maniacbug
2012-08-02 17:21 ` Jim Abernathy
2012-08-02 20:22   ` Elvis Dowson
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 14:37 Edward Vidal
2012-08-03 15:08 ` Edward Vidal
2012-08-03 13:59 Edward Vidal
2012-08-03 14:06 ` Gary Thomas
2012-08-03 13:19 Edward Vidal
2012-08-03 13:24 ` Gary Thomas
2012-08-01 18:59 maniacbug
2012-08-02 12:47 ` Jim Abernathy
2012-08-02 15:03   ` Jim Abernathy
2012-07-30 12:53 Jim Abernathy
2012-07-30 13:00 ` Martin Jansa
2012-07-30 13:06   ` Jim Abernathy
2012-07-30 13:19     ` Martin Jansa
2012-07-30 13:21       ` Martin Jansa
2012-07-30 13:57       ` Jim Abernathy
2012-07-30 13:15 ` Gary Thomas
2012-07-30 13:48   ` Jim Abernathy
2012-07-30 13:56     ` Gary Thomas
2012-07-30 14:11       ` Jim Abernathy
2012-07-30 14:21         ` Gary Thomas
2012-07-30 14:31           ` Jim Abernathy
2012-07-30 16:50           ` Jim Abernathy
2012-07-30 16:57             ` Gary Thomas
2012-07-30 17:09               ` Jim Abernathy
2012-07-30 17:16                 ` Gary Thomas
2012-07-30 18:49                   ` Jim Abernathy
2012-07-30 19:11                     ` Gary Thomas
2012-07-31 11:25                       ` Gary Thomas
2012-07-31 11:47                         ` Jim Abernathy
2012-07-31 11:49                           ` Martin Jansa
2012-07-31 11:53                             ` Gary Thomas
2012-07-31 12:00                               ` Jim Abernathy
2012-07-31 12:14                                 ` Gary Thomas
2012-07-31 13:33                                   ` Jim Abernathy
2012-07-31 17:12                                     ` William Mills

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.