Re: [oe] [oe-core][PATCH] pcmciautils: Correct definition of PCMCIAUTILS_VERSION to avoid segmentation fault

2013-04-01 Thread Takeshi Hamasaki
2013/3/31 Martin Jansa martin.ja...@gmail.com: oe-core patches need to go to openembedded-c...@lists.openembedded.org please resend I subscribed the list and sent it there. Thanks, -- Takeshi Hamasaki ___ Openembedded-devel mailing list

Re: [oe] Finding out the IMAGE_BASENAME of the image beeing built

2013-04-01 Thread Takeshi Hamasaki
. ))) your-image.bb to here -- Takeshi Hamasaki ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] Finding out the IMAGE_BASENAME of the image beeing built

2013-03-30 Thread Takeshi Hamasaki
? If possible, consider to use hooks, for example, IMAGE_POSTPROCESS_COMMAND . Refer image.bbclass for details. It might make things straiter. Regards, -- Takeshi Hamasaki 2013/3/30 Ulf Samuelsson openembed...@emagii.com: Trying create a programming script recipe and need to find out the IMAGE_BASENAME

[oe] [oe-core][PATCH] pcmciautils: Correct definition of PCMCIAUTILS_VERSION to avoid segmentation fault

2013-03-30 Thread Takeshi Hamasaki
This is to fix segmentation fault from pccardctl command. -DPCMCIAUTILS_VERSION=\'${PV}\' passes PCMCIAUILTS_VERSION to compiler as a multi-character constant, not a string. --- meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] Adding a recipe to oe bitbake

2013-03-24 Thread Takeshi Hamasaki
-ftpd directly from tisdk-rootfs-image Regards, -- Takeshi Hamasaki 2013/3/23 David Hirst hirst...@gmail.com: OK, now I have some progress, what I have done is to drop the task and call pure-ftpd directly from tisdk-rootfs-image and I get the following in the image. Somehow this just seems

Re: [oe] ATNGW100

2013-03-24 Thread Takeshi Hamasaki
Hi Justin, according to the DISTRO name, you have to specify something exists in source/meta-angstrom/conf/distro/ directory. I guess you can find angstrom-v2012.05.conf or something there. Thus DISTRO=angstrom-v2012.05 helps you to walk one step forward. -- Takeshi Hamasaki 2013/3/25 Justin

Re: [oe] Building with gcc-4.6 is not working

2013-02-21 Thread Takeshi Hamasaki
are used to copy directory tree, and first one can't source directory: /tmp/del/oe46/build/tmp-eglibc/work/armv7ahf-vfp-neon-oe-linux-gnueabi/gcc-cross-initial/linaro-4.6-r5/pkgdata -- Takeshi Hamasaki ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] build dependency cycles in openembedded

2013-02-18 Thread Takeshi Hamasaki
there is someone who can answer for deeper question. Regards, -- Takeshi Hamasaki 2013/2/18 Johannes Schauer j.scha...@email.de: Dear list, I am analyzing build dependency graphs for rpm and deb based binary distributions. I gave a talk about my work on this years FOSDEM [1]. To improve my work I

Re: [oe] build dependency cycles in openembedded

2013-02-18 Thread Takeshi Hamasaki
= xz-native if you depends on xz tool build on target environment: you just write DEPENDS = xz Is this the custom you assume? What I had to find was the word native is used to point the target environment in [1]. -- Takeshi Hamasaki 2013/2/18 Johannes Schauer j.scha...@email.de: Hi, Quoting

Re: [oe] opkg-make-index not found

2013-02-18 Thread Takeshi Hamasaki
in bbenv.package-index using a text editor. It is a function, and in it, opkg-make-index is called in a line: flock $pkgdir/Packages.flock -c opkg-make-index -r $pkgdir/Packages -p $pkgdir/Packages -m $pkgdir/ What do you find in your box? -- Takeshi Hamasaki 2013/2/18 Jaap de Jong jaap.dej

Re: [oe] opkg-make-index not found

2013-02-15 Thread Takeshi Hamasaki
Hi, This is on a 64 debian machine, possibly the wrong path is searched? If you doubt the PATH setting, you should check the output from: $ bitbake -e | grep '^export PATH' -- Takeshi Hamasaki 2013/2/15 Jaap de Jong jaap.dej...@nedap.com: Hi All, if I do bitbake package-index

Re: [oe] User Application with Shared Library - do_rootfs fails

2013-02-06 Thread Takeshi Hamasaki
I can't find DEPENDS keyword and RDEPENDS keyword in your recipes. Is it done at will? -- Takeshi Hamasaki 2013/2/5 Thomas Besemer thomas.bese...@gmail.com: I am generating some source code in the OE/Yocto world. This work requires that a shared library exist. I am able to to build

Re: [oe] Angstrom build failure

2013-01-17 Thread Takeshi Hamasaki
helped me to go to next step. Regards, -- Takeshi Hamasaki 2013/1/17 R U Local roystonva...@slingshot.co.nz: Dear All, I'm getting the following failure building an Angstrom image. | checking for UDEV... no | configure: error: Package requirements ( libudev = 172 ) were not met

[oe] /etc/init.d/networking from netbase package

2013-01-16 Thread Takeshi Hamasaki
understanding. Now I'm on the denzil branch, angstrom-2012.05. Actually I want to make a new bug on yoctobugzilla, due to the mail server problem on my side I can't finish the registration process for few more days. Regards, -- Takeshi Hamasaki

Re: [oe] [meta-initramfs][PATCH] symbolic link to resource.h is also necessary to build with linux kernel 3.2.

2013-01-15 Thread Takeshi Hamasaki
-initramfs/ directory, there are two branches available. * denzil master Do you mean that I have to do: $ git checkout master there? Or is there any trick using oebb.sh? (Though I can't find anything suggesting this from ./oebb.sh --help) -- Takeshi Hamasaki

Re: [oe] [meta-initramfs][PATCH] symbolic link to resource.h is also necessary to build with linux kernel 3.2.

2013-01-15 Thread Takeshi Hamasaki
. b) and c) are also helpful advice, thank you so much. -- Takeshi hamasaki ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [meta-initramfs][PATCH] symbolic link to resource.h is also necessary to build with linux kernel 3.2.

2013-01-14 Thread Takeshi Hamasaki
--- meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb b/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb index ae43753..8e096d9 100644 ---