Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Brandon Stafford
On Tue, Nov 26, 2013 at 6:49 PM, Khem Raj raj.k...@gmail.com wrote:

 On Tue, Nov 26, 2013 at 3:22 PM, Brandon Stafford
 bran...@rascalmicro.com wrote:
  ERROR: No recipes available for:
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/libgnome/libgnome_2.32.1.bbappend
 
 /home/ubuntu/poky/meta-angstrom/recipes-core/systemd/systemd_206.bbappend
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend
  ERROR: Command execution failed: Exited with 1
 
 
  When I inspect the directories where the files are missing, it looks like
  I'm asking for older files than I should be. For example,
  systemd_208.bbappend (but not systemd_206.bbappend) exists in
  recipes-core/systemd/:
 
 https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4/recipes-core/systemd
 
  Can anyone see where I'm screwing up?

 yes.  There was a merge problem. Please update meta-angstrom and retry
 this should take care of systemd and
 connman for libgnome you need to add meta-gnome to your bblayer mix as
 well.


I pulled your new commits, but this appears to fix only the connman error,
not systemd.

It looks like the Dylan branch uses systemd_199:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/systemd?h=dylan

If I rename systemd_206.bbappend to systemd_199.bbappend, the error
disappears, and the build succeeds (or at least makes it farther-- it's not
done yet).

Is that the right fix?

Brandon
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Koen Kooi

Op 27 nov. 2013, om 00:22 heeft Brandon Stafford bran...@rascalmicro.com het 
volgende geschreven:

 Hi all,
 
 I'm trying to build Angstrom based on Yocto 1.4 'Dylan' for a SAMA5D3 board.

You're not doing that actually, if you where, you would be using 
https://github.com/angstrom-distribution/setup-scripts and following the 
instructions in the README.

 
 I have modified bblayers.conf:
 
 BBLAYERS ?=  \
  /home/ubuntu/poky/meta-angstrom \
  /home/ubuntu/poky/meta-openembedded/meta-oe \
  /home/ubuntu/poky/meta-openembedded/meta-systemd \
  /home/ubuntu/poky/meta-atmel \
  /home/ubuntu/poky/meta \
  /home/ubuntu/poky/meta-yocto \
  /home/ubuntu/poky/meta-yocto-bsp \

The above is an incomplete collection of incompatible layers, don't do that.

 
 
 I've also checked out what I believe to be the correct branches.
 
 Inside meta-openembedded:
 
 git checkout -b dylan origin/dylan
 
 
 Inside meta-angstrom:
 
 git checkout -b dylan origin/angstrom-v2013.06-yocto1.4
 
 
 But the build fails with some missing recipes.
 
 bitbake core-image-minimal
 Loading cache: 100%
 |#|
 ETA:  00:00:00Loaded 1662 entries from dependency cache.
 NOTE:
 ['/home/ubuntu/poky/meta-angstrom/recipes-tweaks/gstreamer/gstreamer_0.10.36.bbappend']
 to []
 Parsing recipes: 100%
 |###|
 Time: 00:00:03Parsing of 1298 .bb files complete (1275 cached, 23 parsed).
 1660 targets, 55 skipped, 0 masked, 0 errors.
 ERROR: No recipes available for:
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/libgnome/libgnome_2.32.1.bbappend
  /home/ubuntu/poky/meta-angstrom/recipes-core/systemd/systemd_206.bbappend
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend
 ERROR: Command execution failed: Exited with 1
 
 
 When I inspect the directories where the files are missing, it looks like
 I'm asking for older files than I should be. For example,
 systemd_208.bbappend (but not systemd_206.bbappend) exists in
 recipes-core/systemd/:
 https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4/recipes-core/systemd
 
 Can anyone see where I'm screwing up?
 
 --
 Brandon Stafford
 Rascal Micro: small computers for art and science
 Somerville, MA, USA
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 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


Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Khem Raj

On Nov 27, 2013, at 8:56 AM, Brandon Stafford bran...@rascalmicro.com wrote:

 On Tue, Nov 26, 2013 at 6:49 PM, Khem Raj raj.k...@gmail.com wrote:
 
 On Tue, Nov 26, 2013 at 3:22 PM, Brandon Stafford
 bran...@rascalmicro.com wrote:
 ERROR: No recipes available for:
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/libgnome/libgnome_2.32.1.bbappend
 
 /home/ubuntu/poky/meta-angstrom/recipes-core/systemd/systemd_206.bbappend
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend
 ERROR: Command execution failed: Exited with 1
 
 
 When I inspect the directories where the files are missing, it looks like
 I'm asking for older files than I should be. For example,
 systemd_208.bbappend (but not systemd_206.bbappend) exists in
 recipes-core/systemd/:
 
 https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4/recipes-core/systemd
 
 Can anyone see where I'm screwing up?
 
 yes.  There was a merge problem. Please update meta-angstrom and retry
 this should take care of systemd and
 connman for libgnome you need to add meta-gnome to your bblayer mix as
 well.
 
 
 I pulled your new commits, but this appears to fix only the connman error,
 not systemd.
 
 It looks like the Dylan branch uses systemd_199:
 http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/systemd?h=dylan
 
 If I rename systemd_206.bbappend to systemd_199.bbappend, the error
 disappears, and the build succeeds (or at least makes it farther-- it's not
 done yet).

I have already pushed a fix for this. Please update.

 
 Is that the right fix?

Yes.

 
 Brandon
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 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


Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Brandon Stafford
Khem, I can see the fix you mention here:
https://github.com/Angstrom-distribution/meta-angstrom/commit/bf92c2144f07ec81ae290954373d723787c933ee
as
well as the previous two patches from yesterday in your activity tab:
https://github.com/kraj?tab=activity

But those two patches seem to have vanished from the
angstrom-v2013.06-yocto1.4 branch on Github:
https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4

Am I getting a stale version of the repo due to some Github caching problem?

Brandon


On Wed, Nov 27, 2013 at 4:38 PM, Khem Raj raj.k...@gmail.com wrote:


 On Nov 27, 2013, at 8:56 AM, Brandon Stafford bran...@rascalmicro.com
 wrote:

  On Tue, Nov 26, 2013 at 6:49 PM, Khem Raj raj.k...@gmail.com wrote:
 
  On Tue, Nov 26, 2013 at 3:22 PM, Brandon Stafford
  bran...@rascalmicro.com wrote:
  ERROR: No recipes available for:
 
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/libgnome/libgnome_2.32.1.bbappend
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-core/systemd/systemd_206.bbappend
 
 
 
 /home/ubuntu/poky/meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend
  ERROR: Command execution failed: Exited with 1
 
 
  When I inspect the directories where the files are missing, it looks
 like
  I'm asking for older files than I should be. For example,
  systemd_208.bbappend (but not systemd_206.bbappend) exists in
  recipes-core/systemd/:
 
 
 https://github.com/Angstrom-distribution/meta-angstrom/tree/angstrom-v2013.06-yocto1.4/recipes-core/systemd
 
  Can anyone see where I'm screwing up?
 
  yes.  There was a merge problem. Please update meta-angstrom and retry
  this should take care of systemd and
  connman for libgnome you need to add meta-gnome to your bblayer mix as
  well.
 
 
  I pulled your new commits, but this appears to fix only the connman
 error,
  not systemd.
 
  It looks like the Dylan branch uses systemd_199:
 
 http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/systemd?h=dylan
 
  If I rename systemd_206.bbappend to systemd_199.bbappend, the error
  disappears, and the build succeeds (or at least makes it farther-- it's
 not
  done yet).

 I have already pushed a fix for this. Please update.

 
  Is that the right fix?

 Yes.

 
  Brandon
  ___
  Angstrom-distro-devel mailing list
  Angstrom-distro-devel@linuxtogo.org
 
 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




-- 
Brandon Stafford
Rascal Micro: small computers for art and science
Somerville, MA, USA
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Brandon Stafford
On Wed, Nov 27, 2013 at 3:21 PM, Koen Kooi k...@dominion.thruhere.netwrote:


 Op 27 nov. 2013, om 00:22 heeft Brandon Stafford bran...@rascalmicro.com
 het volgende geschreven:

  Hi all,
 
  I'm trying to build Angstrom based on Yocto 1.4 'Dylan' for a SAMA5D3
 board.

 You're not doing that actually, if you where, you would be using
 https://github.com/angstrom-distribution/setup-scripts and following the
 instructions in the README.


Sorry. To explain, the board I'm targeting is a new board based on the
SAMA5D3, so I didn't think setting MACHINE would work properly. Sounds like
I was wrong.


  I have modified bblayers.conf:
 
  BBLAYERS ?=  \
   /home/ubuntu/poky/meta-angstrom \
   /home/ubuntu/poky/meta-openembedded/meta-oe \
   /home/ubuntu/poky/meta-openembedded/meta-systemd \
   /home/ubuntu/poky/meta-atmel \
   /home/ubuntu/poky/meta \
   /home/ubuntu/poky/meta-yocto \
   /home/ubuntu/poky/meta-yocto-bsp \

 The above is an incomplete collection of incompatible layers, don't do
 that.


How can I tell whether a layer is compatible or not?

Brandon
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Khem Raj
On Wed, Nov 27, 2013 at 4:23 PM, Brandon Stafford
bran...@rascalmicro.com wrote:
 On Wed, Nov 27, 2013 at 3:21 PM, Koen Kooi k...@dominion.thruhere.netwrote:


 Op 27 nov. 2013, om 00:22 heeft Brandon Stafford bran...@rascalmicro.com
 het volgende geschreven:

  Hi all,
 
  I'm trying to build Angstrom based on Yocto 1.4 'Dylan' for a SAMA5D3
 board.

 You're not doing that actually, if you where, you would be using
 https://github.com/angstrom-distribution/setup-scripts and following the
 instructions in the README.


 Sorry. To explain, the board I'm targeting is a new board based on the
 SAMA5D3, so I didn't think setting MACHINE would work properly. Sounds like
 I was wrong.


  I have modified bblayers.conf:
 
  BBLAYERS ?=  \
   /home/ubuntu/poky/meta-angstrom \
   /home/ubuntu/poky/meta-openembedded/meta-oe \
   /home/ubuntu/poky/meta-openembedded/meta-systemd \
   /home/ubuntu/poky/meta-atmel \
   /home/ubuntu/poky/meta \
   /home/ubuntu/poky/meta-yocto \
   /home/ubuntu/poky/meta-yocto-bsp \

 The above is an incomplete collection of incompatible layers, don't do
 that.


 How can I tell whether a layer is compatible or not?


I just realized that you did not use angstrom release as it should be.

best is you follow angstrom scripts

git clone https://github.com/Angstrom-distribution/setup-scripts angstrom
cd angstrom
git checkout -b angstrom-v2013.06-yocto1.4 origin/angstrom-v2013.06-yocto1.4

./oebb.sh setup beaglebone

and then add/remove layers you want from conf/bblayers.conf etc. basically
do customizations.

you got me on wrong foot earlier

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel