Re: [Angstrom-devel] [meta-ti][PATCH V2] signgp: Point S to WORKDIR
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 > --- > 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-devel] [meta-ti][PATCH V2] signgp: Point S to WORKDIR
This helps in bitbake finding the license files etc. correctly Signed-off-by: Khem Raj --- 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
Re: [Angstrom-devel] [meta-ti][PATCH] signgp: Point S to WORKDIR
Op 21 okt. 2011, om 18:47 heeft Khem Raj het volgende geschreven: > This helps in bitbake finding the license files etc. > correctly > > Signed-off-by: Khem Raj > --- > 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..2b60766 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} > + Could you please add quotes around that? regards, Koen > 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-devel] [meta-ti][PATCH] signgp: Point S to WORKDIR
This helps in bitbake finding the license files etc. correctly Signed-off-by: Khem Raj --- 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..2b60766 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
Re: [Angstrom-devel] Modversion Problem
In fact, that is what I could not understand cdc_acm: version magic '2.6.32 mod_unload modversions ARMv7 ' should be '2.6.32 mod_unload ARMv7' Does not this say that both kernels are 2.6.32? Aren't both the working on the machine and the kernel module compiled on 2.6.32? Thanks 2011/10/21 Koen Kooi : > > Op 21 okt. 2011, om 13:12 heeft Önder Kalacı het volgende geschreven: > >> Hi, first of all, I look almost all previous threads but I have not >> seen any posts related to this, if I missed some sorry, in advance. >> Hi, I have a running "tam3517 2.6.32 #238 Fri Jan 28 14:34:15 UTC 2011 >> armv7l unknown" machine. >> I need to use cdc-acm.ko, so I try to use >> http://narcissus.angstrom-distribution.org/ to create a whole image >> and then copy the cdc-acm to my working system. >> When I use narcissus to to this, I have the following problem. When I >> try to insmod cdc-acm.ko, there is a format error and in the dmesg I >> see : cdc_acm: version magic '2.6.32 mod_unload modversions ARMv7 ' >> should be '2.6.32 mod_unload ARMv7 ' . What is this "modversions", how >> can I create my kernel modules without that label? Thanks > > You need to rebuild your kernel, not try to change the labels, those are > there for a reason :) The labels ensure your kernel and modules match. > > regards, > > Koen > ___ > 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] Modversion Problem
Op 21 okt. 2011, om 13:12 heeft Önder Kalacı het volgende geschreven: > Hi, first of all, I look almost all previous threads but I have not > seen any posts related to this, if I missed some sorry, in advance. > Hi, I have a running "tam3517 2.6.32 #238 Fri Jan 28 14:34:15 UTC 2011 > armv7l unknown" machine. > I need to use cdc-acm.ko, so I try to use > http://narcissus.angstrom-distribution.org/ to create a whole image > and then copy the cdc-acm to my working system. > When I use narcissus to to this, I have the following problem. When I > try to insmod cdc-acm.ko, there is a format error and in the dmesg I > see : cdc_acm: version magic '2.6.32 mod_unload modversions ARMv7 ' > should be '2.6.32 mod_unload ARMv7 ' . What is this "modversions", how > can I create my kernel modules without that label? Thanks You need to rebuild your kernel, not try to change the labels, those are there for a reason :) The labels ensure your kernel and modules match. regards, Koen ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] Modversion Problem
Hi, first of all, I look almost all previous threads but I have not seen any posts related to this, if I missed some sorry, in advance. Hi, I have a running "tam3517 2.6.32 #238 Fri Jan 28 14:34:15 UTC 2011 armv7l unknown" machine. I need to use cdc-acm.ko, so I try to use http://narcissus.angstrom-distribution.org/ to create a whole image and then copy the cdc-acm to my working system. When I use narcissus to to this, I have the following problem. When I try to insmod cdc-acm.ko, there is a format error and in the dmesg I see : cdc_acm: version magic '2.6.32 mod_unload modversions ARMv7 ' should be '2.6.32 mod_unload ARMv7 ' . What is this "modversions", how can I create my kernel modules without that label? Thanks ___ 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] angstrom-2010.x: Suffix binutils-cross-canadian with TRANSLATED_TARGET_ARCH
Applied, thanks! Op 21 okt. 2011, om 06:58 heeft Khem Raj het volgende geschreven: > Thats what PN is set to in binutils-cross-canadian recipes > so we should use that for locking PREFERRED_VERSION > > Signed-off-by: Khem Raj > --- > conf/distro/angstrom-2010.x.conf |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/angstrom-2010.x.conf > b/conf/distro/angstrom-2010.x.conf > index 6421141..468459b 100644 > --- a/conf/distro/angstrom-2010.x.conf > +++ b/conf/distro/angstrom-2010.x.conf > @@ -111,7 +111,7 @@ ANGSTROM_BINUTILS_VERSION?= > "2.20.1" > PREFERRED_VERSION_binutils ?= > "${ANGSTROM_BINUTILS_VERSION}" > PREFERRED_VERSION_binutils-cross ?= > "${ANGSTROM_BINUTILS_VERSION}" > PREFERRED_VERSION_binutils-crosssdk ?= > "${ANGSTROM_BINUTILS_VERSION}" > -PREFERRED_VERSION_binutils-cross-canadian?= > "${ANGSTROM_BINUTILS_VERSION}" > +PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= > "${ANGSTROM_BINUTILS_VERSION}" > PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= > "${ANGSTROM_GCC_VERSION}" > > PREFERRED_VERSION_gcc?= "${ANGSTROM_GCC_VERSION}" > -- > 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-devel] Khem Raj : angstrom-2010.x: Suffix binutils-cross-canadian with TRANSLATED_TARGET_ARCH
Module: meta-angstrom Branch: master Commit: 14f73c63403525f85a15f61f88895ba377364338 Author: Khem Raj Date: Thu Oct 20 21:58:15 2011 -0700 angstrom-2010.x: Suffix binutils-cross-canadian with TRANSLATED_TARGET_ARCH Thats what PN is set to in binutils-cross-canadian recipes so we should use that for locking PREFERRED_VERSION Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- conf/distro/angstrom-2010.x.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf index 6421141..468459b 100644 --- a/conf/distro/angstrom-2010.x.conf +++ b/conf/distro/angstrom-2010.x.conf @@ -111,7 +111,7 @@ ANGSTROM_BINUTILS_VERSION?= "2.20.1" PREFERRED_VERSION_binutils ?= "${ANGSTROM_BINUTILS_VERSION}" PREFERRED_VERSION_binutils-cross ?= "${ANGSTROM_BINUTILS_VERSION}" PREFERRED_VERSION_binutils-crosssdk ?= "${ANGSTROM_BINUTILS_VERSION}" -PREFERRED_VERSION_binutils-cross-canadian?= "${ANGSTROM_BINUTILS_VERSION}" +PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${ANGSTROM_BINUTILS_VERSION}" PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${ANGSTROM_GCC_VERSION}" PREFERRED_VERSION_gcc?= "${ANGSTROM_GCC_VERSION}" ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
Re: [Angstrom-devel] ti-cgt6x_6.1.17 md5 hash
Op 21 okt. 2011, om 05:01 heeft Chris Whittenburg het volgende geschreven: > Not sure if this is the right place to report this issue, but I've run > into it a couple times lately... > > I think the md5 hash for ti_cgt_c6000_6.1.17_setup_linux_x86.bin has > changed from the one in the recipe cgt6x_6.1.17.bb > > Perhaps TI changed the install file? TI did in fact change the file :( Updating the checksums will cause people who already downloaded the old file (e.g. me) to go thru pains without a guarantee that TI won't change the file again. regards, Koen ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] angstrom image on qemulator
Hi All, I would like to do a system test of angstrom in qemu emulator, in order to simulate the system on a virtual machine. it is possible? If it's possible, if you can give me any information on how to proceed. I read that it's suggested to use the angstrom qemu-arm image (under linux): where can I find this image ? Thanks. ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] Khem Raj : angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1
Module: meta-angstrom Branch: master Commit: 8da014ac3ad481c58bcbfe5ddd15e8228ebb3670 Author: Khem Raj Date: Thu Oct 20 15:42:52 2011 -0700 angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1 Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- .../include/angstrom-2010-preferred-versions.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index 7caa67b..f407ff8 100644 --- a/conf/distro/include/angstrom-2010-preferred-versions.inc +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc @@ -67,6 +67,9 @@ PREFERRED_VERSION_wget = "1.11.4" PREFERRED_VERSION_xserver-common = "1.34" PREFERRED_VERSION_xserver-kdrive = "1.7.99.2" +#xserver +PREFERRED_VERSION_xserver-xorg = "1.11.1" + # # meta-moblin package SRCREVs # ___ 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 2/2] angstrom-2010-preferred-versions: Pin the libtool version to 2.4.2
Op 21 okt. 2011, om 00:42 heeft Khem Raj het volgende geschreven: > Pull it after > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gold-updates > has been applied to oe-core Can you ping me if I'm too slow in applying this? ELC-E is around the corner and I need to finish my presentation :) > > Signed-off-by: Khem Raj > --- > .../include/angstrom-2010-preferred-versions.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc > b/conf/distro/include/angstrom-2010-preferred-versions.inc > index f407ff8..1316817 100644 > --- a/conf/distro/include/angstrom-2010-preferred-versions.inc > +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc > @@ -1,6 +1,6 @@ > ANGSTROM_MESA_VERSION = "7.11" > ANGSTROM_QT_VERSION ?= "4.7.4" > -ANGSTROM_LIBTOOL_VERSION = "2.4" > +ANGSTROM_LIBTOOL_VERSION = "2.4.2" > # Use new sysroot feature > LIBTOOL_HAS_SYSROOT = "yes" > > -- > 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-devel] Khem Raj : oebb.sh: Update MACHINE entry in auto.conf
Module: setup-scripts Branch: oe-core Commit: 52577c8a8f75028e9b056488b63611376b75717e Author: Khem Raj Date: Thu Oct 20 16:54:01 2011 -0700 oebb.sh: Update MACHINE entry in auto.conf Currently we dont update the machine entry in auto.conf except for first time when autoconf is created. This patch lets us edit auto.conf when we do oebb.sh config subsequently. It will update MACHINE entry in auto.conf Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- oebb.sh |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/oebb.sh b/oebb.sh index f7247b8..a89d497 100755 --- a/oebb.sh +++ b/oebb.sh @@ -265,7 +265,8 @@ fi cat > ${OE_BUILD_DIR}/conf/auto.conf <<_EOF MACHINE ?= "${MACHINE}" _EOF - +else + eval "sed -i -e 's/^MACHINE.*$/MACHINE ?= ${MACHINE}/g' ${OE_BUILD_DIR}/conf/auto.conf" fi } ___ 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 1/2] angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1
Applied, thanks! Op 21 okt. 2011, om 00:42 heeft Khem Raj het volgende geschreven: > Signed-off-by: Khem Raj > --- > .../include/angstrom-2010-preferred-versions.inc |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc > b/conf/distro/include/angstrom-2010-preferred-versions.inc > index 7caa67b..f407ff8 100644 > --- a/conf/distro/include/angstrom-2010-preferred-versions.inc > +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc > @@ -67,6 +67,9 @@ PREFERRED_VERSION_wget = "1.11.4" > PREFERRED_VERSION_xserver-common = "1.34" > PREFERRED_VERSION_xserver-kdrive = "1.7.99.2" > > +#xserver > +PREFERRED_VERSION_xserver-xorg = "1.11.1" > + > # > # meta-moblin package SRCREVs > # > -- > 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
Re: [Angstrom-devel] [PATCH] oebb.sh: Update MACHINE entry in auto.conf
Applied, thanks! Op 21 okt. 2011, om 01:54 heeft Khem Raj het volgende geschreven: > Currently we dont update the machine entry in auto.conf > except for first time when autoconf is created. This > patch lets us edit auto.conf when we do > oebb.sh config subsequently. It will update > MACHINE entry in auto.conf > > Signed-off-by: Khem Raj > --- > oebb.sh |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/oebb.sh b/oebb.sh > index f7247b8..a89d497 100755 > --- a/oebb.sh > +++ b/oebb.sh > @@ -265,7 +265,8 @@ fi > cat > ${OE_BUILD_DIR}/conf/auto.conf <<_EOF > MACHINE ?= "${MACHINE}" > _EOF > - > +else > + eval "sed -i -e 's/^MACHINE.*$/MACHINE ?= ${MACHINE}/g' > ${OE_BUILD_DIR}/conf/auto.conf" > fi > } > > -- > 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