Re: [Angstrom-devel] [meta-ti][PATCH V2] signgp: Point S to WORKDIR

2011-10-24 Thread Önder Kalacı
Hi again, If you solved the problem, could you please explain it for
me how to solve it? Because I could not understand these patches and
how to apply and so on. Thanks.

2011/10/21 Koen Kooi k...@dominion.thruhere.net:
 Applied, thanks!

 Op 21 okt. 2011, om 19:00 heeft Khem Raj het volgende geschreven:

 This helps in bitbake finding the license files etc.
 correctly

 Signed-off-by: Khem Raj raj.k...@gmail.com
 ---
 recipes-bsp/x-load/signgp.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

 diff --git a/recipes-bsp/x-load/signgp.bb b/recipes-bsp/x-load/signgp.bb
 index 7aead67..9c3499f 100644
 --- a/recipes-bsp/x-load/signgp.bb
 +++ b/recipes-bsp/x-load/signgp.bb
 @@ -13,6 +13,8 @@ do_install() {
       install -m 0755 signGP ${D}${bindir}
 }

 +S = ${WORKDIR}
 +
 NATIVE_INSTALL_WORKS = 1

 BBCLASSEXTEND = native nativesdk
 --
 1.7.5.4


 ___
 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


Re: [Angstrom-devel] [meta-ti][PATCH V2] signgp: Point S to WORKDIR

2011-10-24 Thread Andreas Müller
On Monday, October 24, 2011 08:01:42 AM Önder Kalacı wrote:
 Hi again, If you solved the problem, could you please explain it for
 me how to solve it? Because I could not understand these patches and
 how to apply and so on. Thanks.
 
Is it a

git pull

within meta-ti or

oebb update

in angstrom oe-base dir you are looking for?

Andreas

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


Re: [Angstrom-devel] [meta-ti][PATCH V2] signgp: Point S to WORKDIR

2011-10-24 Thread Önder Kalacı
I just dont understand what you are talking, really. I am just a user
trying to insert cdc-acm.ko to my am-3517, in which already angstrom
is working. And when I produce kernel modules using narcissus and
insert it to my board, I get that interesting dmesg output.
cdc_acm: version magic '2.6.32 mod_unload modversions ARMv7 ' should
be '2.6.32 mod_unload ARMv7 '. This seems that their kernel versions
are the same but is there really a difference, or what is the problem.
I feel like I am in the wrong mailing list, if this mailing list is
not appropriate for users sorry, I will not post again. If not, could
you explain the what happened in the above posts and how can I apply
this? Thanks.

2011/10/24 Andreas Müller schnitzelt...@gmx.de:
 On Monday, October 24, 2011 08:01:42 AM Önder Kalacı wrote:
 Hi again, If you solved the problem, could you please explain it for
 me how to solve it? Because I could not understand these patches and
 how to apply and so on. Thanks.

 Is it a

 git pull

 within meta-ti or

 oebb update

 in angstrom oe-base dir you are looking for?

 Andreas

 ___
 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] Koen Kooi : images: don't include speed hacks anymore

2011-10-24 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: 23199c2b7d01630a5a589f39e86b92f957458b58

Author: Koen Kooi k...@dominion.thruhere.net
Date:   Mon Oct 24 14:26:51 2011 +0200

images: don't include speed hacks anymore

Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 recipes-images/angstrom/hardware-bringup-image.bb |1 -
 recipes-images/angstrom/systemd-image.bb  |1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/recipes-images/angstrom/hardware-bringup-image.bb 
b/recipes-images/angstrom/hardware-bringup-image.bb
index 6352ec1..145e367 100644
--- a/recipes-images/angstrom/hardware-bringup-image.bb
+++ b/recipes-images/angstrom/hardware-bringup-image.bb
@@ -8,7 +8,6 @@ IMAGE_PREPROCESS_COMMAND = rootfs_update_timestamp
 
 IMAGE_INSTALL +=  \
angstrom-task-boot \
-   systemd-speed-hacks \
task-basic \
${CONMANPKGS} \
python-dbus python-pycairo \
diff --git a/recipes-images/angstrom/systemd-image.bb 
b/recipes-images/angstrom/systemd-image.bb
index 415191d..cbbae91 100644
--- a/recipes-images/angstrom/systemd-image.bb
+++ b/recipes-images/angstrom/systemd-image.bb
@@ -7,7 +7,6 @@ IMAGE_PREPROCESS_COMMAND = rootfs_update_timestamp
 
 IMAGE_INSTALL +=  \
angstrom-task-boot \
-   systemd-speed-hacks \
task-basic \
${CONMANPKGS} \
 


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


[Angstrom-devel] Koen Kooi : angstrom: drop preferred version settings for perl, there' s only one version

2011-10-24 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: c17925b547a0e6abfbc945f73ecea716474f5bcf

Author: Koen Kooi k...@dominion.thruhere.net
Date:   Mon Oct 24 16:55:31 2011 +0200

angstrom: drop preferred version settings for perl, there's only one version

Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 .../include/angstrom-2010-preferred-versions.inc   |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc 
b/conf/distro/include/angstrom-2010-preferred-versions.inc
index f407ff8..32af4b1 100644
--- a/conf/distro/include/angstrom-2010-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
@@ -41,8 +41,6 @@ PREFERRED_VERSION_openssl = 1.0.0%
 PREFERRED_VERSION_openssl-native = 1.0.0%
 PREFERRED_VERSION_pango= 1.29.4
 PREFERRED_VERSION_pango-native = 1.29.4
-PREFERRED_VERSION_perl = 5.12.3
-PREFERRED_VERSION_perl-native = 5.12.3
 #PREFERRED_VERSION_pixman  = 0.13.2
 PREFERRED_VERSION_pkgconfig= 0.25
 PREFERRED_VERSION_pkgconfig-native = 0.25


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