Re: [Angstrom-devel] BBB-emmc-flasher image

2015-12-21 Thread Trevor Woerner
On 12/21/15 09:45, Gibson Justian wrote:
> gibson@debian:~/sources/meta-beagleboard/contrib/bone-flash-tool$
> ./emmc-prepare.sh
> ls: cannot access
> /deploy/glibc/images/beaglebone/Angstrom-systemd-GNOME-image-glibc-ipk-v2015.06-beaglebone.rootfs.tar.xz:
> No such file or directory

Well... that looks like a pretty serious problem: the script can't find
your build artifact.

> ./emmc-prepare.sh: 36: ./emmc-prepare.sh: kpartx: not found

...and here you're missing the "kpartx" application on your system.
You'll need to figure out how to install that on your host.

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


[Angstrom-devel] required layers

2015-05-20 Thread Trevor Woerner
Commit8f0df794f289c0ffcc30fe77d19c5f1880f05f0c makes it necessary for
the meta-qt5 layer to be available since it contains
classes/populate_sdk_qt5.bbclass. Was this intentional? If so the README
file should include this dependency.

https://github.com/Angstrom-distribution/meta-angstrom/commit/8f0df794f289c0ffcc30fe77d19c5f1880f05f0c

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


Re: [Angstrom-devel] nothing RPROVIDES systemd-analyze

2015-05-05 Thread Trevor Woerner

On 15-05-05 10:41 AM, Khem Raj wrote:

On Tue, May 5, 2015 at 6:47 AM, Trevor Woerner  wrote:

What provides systemd-analyze? I can't find it anywhere, not even with the
layer index.

(I'm on the angstrom-v2015.06-yocto1.8 branch, if that's significant)

systemd-analyze is one of output packages coming from systemd recipe.
Add it to rdepends



On the angstrom-v2015.06-yocto1.8 branch, DISTRO is set to "angstrom", 
but it should be set to "angstrom-v2015.06" otherwise DISTRO_FEATURES 
doesn't include "systemd"; pull request in 3... 2... 1... :-)


What I find strange is how the current setting doesn't fail.

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


[Angstrom-devel] nothing RPROVIDES systemd-analyze

2015-05-05 Thread Trevor Woerner
What provides systemd-analyze? I can't find it anywhere, not even with 
the layer index.


(I'm on the angstrom-v2015.06-yocto1.8 branch, if that's significant)

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


[Angstrom-devel] invalid upstream refs/remotes/github/fido

2015-05-04 Thread Trevor Woerner
When I run "./setup-environment" (which runs
"setup-environment-internal") I get an error:

# sources/meta-96boards: rebasing trevor/work ->
refs/remotes/github/fido
fatal: Needed a single revision
invalid upstream refs/remotes/github/fido

this is a result of line 64:

repo rebase

Performing this command on each repository individually (by hand), all
the repositories which don't have a named branch will fail (i.e. all
those that set "revision=") e.g. meta-96boards, meta-qualcomm,
meta-handheld, ...

Is this rebase needed? Is there a better way to do it?

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


Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-05-04 Thread Trevor Woerner
On 05/02/15 12:57, Khem Raj wrote:
>> On May 2, 2015, at 4:38 AM, Trevor Woerner  wrote:
>>
>> On 04/25/15 21:54, Khem Raj wrote:
>>> and we also have repo based setup now. See
>>> https://github.com/Angstrom-distribution/angstrom-manifest
>> Thanks for adding an "angstrom-v2015.06-yocto1.8" branch :-)
>>
> yes and please let us know if you run into problems. post patches or fixes if 
> you find issues.

I can't seem to locate the meta-96boards' SHA1 of the
angstrom-v2015.06-yocto1.8 branch: 340ab6623bf8246ceb59c7762c904c84b4653d58

I'd send a patch, but I'm not sure what was intended.

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


Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-05-02 Thread Trevor Woerner
On 04/25/15 21:54, Khem Raj wrote:
> and we also have repo based setup now. See
> https://github.com/Angstrom-distribution/angstrom-manifest

Thanks for adding an "angstrom-v2015.06-yocto1.8" branch :-)

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


Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-04-27 Thread Trevor Woerner
On 04/25/15 21:54, Khem Raj wrote:
> On Sat, Apr 25, 2015 at 6:52 PM, Khem Raj  wrote:
>> On Sat, Apr 25, 2015 at 6:40 PM, Trevor Woerner  wrote:
>>> The DISTRO in meta-angstrom[next] changed from angstrom-next to angstrom,
>>> adjust the configuration to match.
>> thanks for doing it. Can you send a github pull request ?

No problem, done.

> and we also have repo based setup now. See
> https://github.com/Angstrom-distribution/angstrom-manifest

Brilliant! It's great to see cross-pollination between the different
projects :-)

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


[Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-04-25 Thread Trevor Woerner
The DISTRO in meta-angstrom[next] changed from angstrom-next to angstrom,
adjust the configuration to match.

Signed-off-by: Trevor Woerner 
---
 conf/local.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/local.conf b/conf/local.conf
index 14ee014..660e950 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -20,7 +20,7 @@ NOISO = "1"
 PARALLEL_MAKE = "-j2"
 BB_NUMBER_THREADS = "2"
 
-DISTRO = "angstrom-next"
+DISTRO = "angstrom"
 # Set DEPLOY_DIR outside of TMPDIR
 
 DEPLOY_DIR = "${TMPDIR}/../../deploy/${TCLIBC}"
-- 
2.4.0.rc2.43.gfb89636


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


[Angstrom-devel] [PATCH][next] bblayers.conf: add meta-96boards

2015-04-15 Thread Trevor Woerner
Signed-off-by: Trevor Woerner 
---
 conf/bblayers.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index 8f2ef29..b8aba50 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -62,6 +62,7 @@ BSPLAYERS ?= " \
   ${TOPDIR}/sources/meta-exynos \
   ${TOPDIR}/sources/meta-gumstix-community \
   ${TOPDIR}/sources/meta-qualcomm \
+  ${TOPDIR}/sources/meta-96boards \
 "
 
 # Add your overlay location to EXTRALAYERS
-- 
2.4.0.rc0.43.gcf8a8c6


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


Re: [Angstrom-devel] [Dev] angstrom next hikey kernel build failure: DMA-BUF incompatible with non-GPL

2015-04-15 Thread Trevor Woerner

Koen, Fathi,

On 15-04-15 01:44 PM, Koen Kooi wrote:

On 15 April 2015 at 19:37, Fathi Boudra  wrote:


fixed with 
https://github.com/96boards/linux/commit/eeb260bd980a0d053b93ba3f41dd16278546133c

latest code builds fine (commit 7835d9a4)

linux-hikey 3.18 was a bit behing in meta-96boards because I use 4.0,
it's been updated in dizzy and master now. Thanks for reporting it!


Thanks, both of you. It builds fine for me now :-)

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


[Angstrom-devel] angstrom next hikey kernel build failure: DMA-BUF incompatible with non-GPL

2015-04-15 Thread Trevor Woerner

Hi,

I have setup a hikey build using angstrom-next:

$ git clone git://github.com/angstrom-distribution/setup-scripts.git
$ cd setup-scripts
$ git checkout next
$ MACHINE=hikey ./oebb.sh config hikey
$ source environment-angstrom
$ bitbake-layers add-layer 
$ bitbake console-image

While building the kernel (linux-hikey_3.18) my build fails with:

/home/trevor/devel/yocto/hikey/board1/angstrom/next/build/tmp-glibc/work-shared/hikey/kernel-source/drivers/gpu/arm/utgard/Kbuild:37: 
*** DMA-BUF is incompatible with non-GPL license.  Stop.

make[5]: *** [drivers/gpu/arm/utgard] Error 2
make[4]: *** [drivers/gpu/arm] Error 2
make[3]: *** [drivers/gpu] Error 2
make[2]: *** [drivers] Error 2
make[2]: *** Waiting for unfinished jobs

Any thoughts on why this might be happening?

Thanks and best regards,
Trevor

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


Re: [Angstrom-devel] broken link

2015-04-05 Thread Trevor Woerner
Thanks. But I can't modify the link to point to it.

On Sun, Apr 5, 2015 at 12:25 PM, Khem Raj  wrote:
>
>> On Apr 5, 2015, at 9:18 AM, Trevor Woerner  wrote:
>>
>> https://github.com/96boards/meta-96boards
>>
>> contains a link to
>>
>> http://www.angstrom-distribution.org/building-angstrom
>>
>> which is not found.
>>
>> Is this a temporary issue?
>
>
> you can use http://wp.angstrom-distribution.org/?page_id=53
>
>>
>> ___
>> 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

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


[Angstrom-devel] broken link

2015-04-05 Thread Trevor Woerner
https://github.com/96boards/meta-96boards

contains a link to

http://www.angstrom-distribution.org/building-angstrom

which is not found.

Is this a temporary issue?

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


Re: [Angstrom-devel] Naming of the Angstrom derivative for resource limited systems

2014-10-04 Thread Trevor Woerner
On 10/03/14 05:33, Koen Kooi wrote:
> 2) Internet of Things - Angstrom (iota)

In keeping with the measurement theme (as Khem has already pointed out)
I like this one better too (fwiw).

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