Hello,
I did not change any  of the recipes.  This is what I testing currently but
still trying to fetch linux-omap4-3..1.0-r0.
Testing meta-ti with yocto.  Build system Fedora 17 x86_64.  Following the
site http://maniacbug.wordpress.com/2012/08/03/pandayocto/ with minor
changes.  Not using poky-denzil-7.0 instead using latest version as of
12/22/12 (see below).  Did not git checkout
30fb40ebc13614a74c2e237927c60ac43e01d1bc instead used version that was
07/09/12 which follows oe-core to v5.0.  The changes described were
modified (see below diff local.conf & local.conf.installed ) since quotes
were needed for MACHINE & BBMASK.  I also tried with a build using Angstrom
which fails but does create a kernel uImage using linux-omap4-3.1.0-r1a.
The meta-ti with yocto is fetching  linux-omap4-3.1.0-r0 which fails.

Below are the steps that I used to add meta-ti with yocto.
mkdir poky_panda_122831
cd poky_panda_122831
mkdir meta-ti-release
git clone https://github.com/Angstrom-distribution/meta-ti.git
git clone  git://git.yoctoproject.org/poky.git
commit 4a36a32567ecfbc7ce7b967803e6e23314953ef5
Author: Martin Jansa <martin.ja...@gmail.com>
Date:   Sat Dec 22 17:24:20 2012 +0100

    libpng: fix packaging

    * PN-LIBV is not needed, was used to package libpng12 from libpng3 build
      now only libpng15 is built.
    * if you're not using OEBasicHash + PRserv you need to rebuild and
      reinstall a lot of packages to upgrade to libpng-1.5 correctly

    (From OE-Core rev: 69bbce0176183b0dc14eda21e4f6b601443060f0)

    Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
    Signed-off-by: Saul Wold <s...@linux.intel.com>
    Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
cd poky
git clone https://github.com/Angstrom-distribution/meta-ti.git
commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
Author: Andreas Müller <schnitzelt...@googlemail.com>
Date:   Mon Jul 9 14:35:36 2012 +0200

    netbase: follow oe-core to v5.0

    Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com>
    Signed-off-by: Denys Dmytriyenko <de...@ti.com>
commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc
Author: Andreas Müller <schnitzelt...@googlemail.com>
Date:   Fri Jun 22 01:19:38 2012 +0200

    linux.inc: remove unused variable RPSRC

    Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com>
    Signed-off-by: Denys Dmytriyenko <de...@ti.com>
cd poky_panda_122831/poky
. oe-init-build-env
diff conf/local.conf conf/local.conf.installed
1,2d0
< MACHINE="pandaboard"
< BBMASK="meta-ti/recipes-misc"
22c20
< BB_NUMBER_THREADS = "8"
---
> #BB_NUMBER_THREADS = "4"
27c25
< PARALLEL_MAKE = "-j 8"
---
> #PARALLEL_MAKE = "-j 4"
66c64
< DL_DIR ?= "/run/media/vidal/POKY/linux_sr_dnloads_panda/downloads"
---
> #DL_DIR ?= "${TOPDIR}/downloads"
*****************************************************
 diff conf/bblayers.conf conf/bblayers.conf.installed
11d10
<   /home/vidal/poky_panda_122812/poky/meta-ti \
*****************************************************
bitbake core-image-sato-sdk -vDD



On Tue, Dec 25, 2012 at 1:35 PM, Gary Thomas <g...@mlbassoc.com> wrote:

> On 2012-12-24 13:46, Alan DuBoff wrote:
>
>> On Mon, 24 Dec 2012, Gary Thomas wrote:
>>
>>  You should not be making changes to the recipes directly.  Any changes
>>> you
>>> are making there can be made in local.conf (or the recipe is broken).
>>>
>>> What did you change?
>>>
>>
> Please try to answer the question that was asked: what did you change in
> the *recipe*??
>
>
>
>> Well, creating ttyUSBx devices was not working correctly for me, but my
>> boss noticed that it was working for him on one of the stock images running
>> 3.2.28, so I bumped mine back
>> down to 3.2.28 in that ti recipe and it built fine for me, yet they still
>> didn't mount.
>>
>> I then took it back to 3.2.34 for most testing and finally figured out
>> that it had to do with the kernel modules not being loaded on there.
>>
>
> The kernel and the modules [package] have to match or else you'll have
> problems.
>
>
>
>> Both were tested and running the proper kernel, so not sure what harm
>> could have been done.
>>
>>
> --
> ------------------------------**------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------**------------------------------
>
> ______________________________**_________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@**linuxtogo.org<Angstrom-distro-devel@linuxtogo.org>
> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**
> angstrom-distro-devel<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel>
>
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to