[oe] Regarding Bash Shell

2015-03-02 Thread Himanshu Pandey
Hi,
How to build yocto image with bash shell?
Please help.
Regards,Himanshu
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Regarding RPM Packages

2015-03-02 Thread Himanshu Pandey
Hi,
I want to generate an image with following rpms:
readline-6.0-4.el6.x86_64acl-2.2.49-6.el6.x86_64iptables-1.4.7-5.1.el6_2.x86_64grep-2.6.3-3.el6.x86_64binutils-2.20.51.0.2-5.34.el6.x86_64rootfiles-8.1-6.1.el6.noarchopenssl-1.0.1e-16.el6_5.15.x86_64So
 somebody please guide me on how to proceed and achieve this.Regards,Himanshu



From: Martin Jansa lt;martin.ja...@gmail.comgt;
Sent: Mon, 02 Mar 2015 13:57:03 
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1
On Sun, Mar 01, 2015 at 02:57:29PM +0100, Sven Ebenfeld wrote:

gt; Am 01.03.2015 um 07:19 schrieb Martin Jansa:

gt; gt; On Sat, Feb 21, 2015 at 10:52:11AM +0100, Sven Ebenfeld wrote:

gt; gt;gt; ---

gt; gt;gt; nbsp;meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 10 
++

gt; gt;gt; nbsp;meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb nbsp;| 10 
--

gt; gt;gt; nbsp;2 files changed, 10 insertions(+), 10 deletions(-)

gt; gt;gt; nbsp;create mode 100644 
meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb

gt; gt;gt; nbsp;delete mode 100644 
meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb

gt; gt; 

gt; gt; be aware that this change breaks some components, because libgee's

gt; gt; pkgconfig file was renamed from gee-1.0 to gee-0.8 in

gt; gt; 
https://github.com/GNOME/libgee/commit/e6fc195b449f1462bd6eea962799b814ad2c519b

gt; gt; 

gt; 

gt; You are right, the website of libgee states incompatibility between

gt; these two versions. But I've only found two recipes in oe-core and

gt; meta-openembedded, that had libgee as dependency.

gt; 

gt; Vala-Dbus-binding-tool in version 0.4.1 required the newer libgee

gt; version. The other recipe (sry, I don't remember which one it was)

gt; compiled well even with the change to the newer version.

gt; 

gt; If there are recipe that can't be switchted to the newer version of

gt; libgee, I think we should rename the recipes to libgee0.6_0.6.4 and

gt; libgee0.8_0.16.1.



freesmartphone is heavily using libgee+vala and libfsoframework was

failing in world build.



There is wip branch for libgee 0.8 compatibility, but not enough to fix

the do_compile issue (fixes only configuration).



https://github.com/freesmartphone/cornucopia/tree/wip/gee-0.8



-- 

Martin 'JaMa' Jansa nbsp; nbsp; jabber: martin.ja...@gmail.com

-- 

___

Openembedded-devel mailing list

Openembedded-devel@lists.openembedded.org

http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Regarding PR flag

2014-08-12 Thread Himanshu Pandey
Hi,
How to bump up PR flag automatically. The problem is that every time I clean 
and compile my image, some of the .bb files are not compiled, then in that case 
I bump their PR by 1 and then they get compiled. So I want to avoid this 
situation. I want that every time I do clean amp; compile all the packages 
shall be compiled without any problem.
Please help.
Regards,Himanshu
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Error: package not found in the base feeds (genericx86_64 x86_64 noarch any all)

2014-08-11 Thread Himanshu Pandey
Hi,
I am constantly getting error:Error: liburiparser1 not found in the base feeds 
(genericx86_64 x86_64 noarch any all). My receipe name is 
liburiparser_0.8.0.bb. So from where liburiparser1 is coming from. Very 
surprising for me.
For each and every package it is giving the same error i.e. package not found 
in the base feedsnbsp;nbsp;(genericx86_64 x86_64 noarch any all).
My liburiparser receipe is as follows:
DESCRIPTION = uriparser is a strictly RFC 3986 compliant URI parsing 
library.HOMEPAGE = http://uriparser.sf.netSECTION = basePR=r10LICENSE = 
BSDLIC_FILES_CHKSUM = 
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302SRC_URI 
= 
http://ncu.dl.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-${PV}.tar.bz2SRC_URI[md5sum]
 = 77601f52ab91c0e100fc5d783d9c1ee5SRC_URI[sha256sum] = 
1dd9f9779d8f17822bd7d68ba042fd67779b6e4ccf162bd3c9d0ff19a8ba9bf7
S = ${WORKDIR}/uriparser-0.8.0
EXTRA_OECONF= --disable-test --disable-doc
inherit autotools
do_compile() {nbsp; nbsp; nbsp; nbsp; oe_runconfnbsp; nbsp; nbsp; nbsp; 
oe_runmake}do_install() {nbsp; nbsp; nbsp; nbsp; install -d 
${D}/usr/libnbsp; nbsp; nbsp; nbsp; install -d 
${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; install -m 0644 
./include/uriparser/*.h ${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; 
install -m 644 ${S}/.libs/*.so* ${D}/usr/lib/}PACKAGES =+ 
liburiparserFILES_liburiparser += ${D}${libdir} 
${D}${libdir}/liburiparser.sonbsp;${D}${libdir}/liburiparser.so.1 
${D}${libdir}/liburiparser.so.1.*BBCLASSEXTEND = native

Please help to resolve the same.
Regards,Himanshu
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Error: package not found in the base feeds

2014-08-09 Thread Himanshu Pandey
Hi,I am getting following error:Error: spread not found in the base feeds 
(genericx86_64 x86_64 noarch any all).Error: liburiparser not found in the base 
feeds (genericx86_64 x86_64 noarch any all).

Please help to resolve the same.
Regards,Himanshu
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Problem with YOCTO

2014-08-07 Thread Himanshu Pandey
Hi,

I have an issue with Yocto:

Suppose I am compiling a package say X that has a dependency on package Y and 
Z. Now in my receipe I have included Y and Z with DEPENDS flag. So as far as I 
know first Y amp; Z will be compiled and installed and then X will be 
compiled. But unfortunately that is not happening in my case amp; I don't 
understand why? 

For every dependent package I have to manually compile and install it's 
dependencies then only my package gets compiled. This is the biggest issue I am 
facing with YOCTO.

Please somebody help me to resolve this issue.nbsp; 

Regards,
Himanshu

From: fupan lt;fupan...@windriver.comgt;
Sent: Thu, 07 Aug 2014 11:59:17 
To: lt;openembedded-devel@lists.openembedded.orggt;
Subject: [oe] just a test


-- 

___

Openembedded-devel mailing list

Openembedded-devel@lists.openembedded.org

http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Regarding net-snmp

2014-08-06 Thread Himanshu Pandey
Hi,

Please help me rectify the following error:

ERROR: QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpnetstat
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpdelta
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpusm
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpbulkget
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpstatus
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/agentxtrap
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpwalk
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpget
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmptranslate
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpgetnext
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmptest
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpdf
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmptable
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpbulkwalk
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmptrap
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/encode_keychange
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/packages-split/snmp/opt/net-snmp/bin/snmpvacm
ERROR:
 QA Issue: package snmp contains bad RPATH 
/home/yocto/poky-dora-10.0.0/build/tmp/work/x86_64-poky-linux/snmp/1.0-r7/image/opt/net-snmp/lib
 in file 

[oe] Regarding DHCP

2014-07-31 Thread Himanshu Pandey
Hi,

I am compiling dhcp but getting the following error:

undefined reference to `dns_client_createx2'

Can somebody help me to resolve the issue?

Regards,
Himanshu

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Regarding ./configure and Makefile

2014-07-14 Thread Himanshu Pandey
Hi,

Suppose I have a package and to compile and install that package, it is 
required to run following:

./configure
make 
make install

Then how can I include these in my package receipe.

Please help.

Regards,
Himanshu

nbsp;

From: Robert Yang lt;liezhi.y...@windriver.comgt;
Sent: Fri, 11 Jul 2014 06:42:31 
To: Himanshu Pandey lt;pandey_himansh...@rediffmail.comgt;
Cc: openembedded-devel@lists.openembedded.org 
lt;openembedded-devel@lists.openembedded.orggt;
Subject: Re: Regarding pptpd package


Seems that we don't have the pptpd recipes, you can search from here:



http://layers.openembedded.org/layerindex/branch/master/recipes/?q=pptpd



For the configure error:



sh: util/bindvar.sh: No such file or directory



You need check where is the bindvar.sh, and why can't find it.



// Robert





On 07/10/2014 07:29 PM, Himanshu Pandey wrote:

gt; Hi,

gt;

gt; nbsp;From where can I find pptpd in git.

gt;

gt; Please help.

gt;

gt; Regards,

gt; Himanshu

gt;

gt;

gt;

gt;

gt; From: Robert Yang lt;liezhi.y...@windriver.comgt;

gt; Sent: Thu, 10 Jul 2014 16:24:38

gt; To: Himanshu Pandey lt;pandey_himansh...@rediffmail.comgt;

gt; Cc: openembedded-devel@lists.openembedded.org

gt; lt;openembedded-devel@lists.openembedded.orggt;

gt; Subject: Re: Regarding dhcp package

gt;

gt; The error is:

gt;

gt; configure: error: source directory already configured; run make distclean

gt; there first

gt;

gt; Try a clean build ?

gt;

gt; For example:

gt;

gt; bitbake dhcp -ccleansstate amp;amp; bitbake dhcp

gt;

gt; If you get the same error again, you may need inherit autotools-brokensep

gt; rather than autotools as a quick workaround.

gt;

gt; // Robert

gt;

gt; On 07/10/2014 05:50 PM, Himanshu Pandey wrote:

gt; nbsp;gt; Hi,

gt; nbsp;gt;

gt; nbsp;gt; As advised by you I have done that but again I am getting an 
error.

gt; nbsp;gt;

gt; nbsp;gt; Please find the log as attachment.

gt; nbsp;gt;

gt; nbsp;gt; Regards,

gt; nbsp;gt; Himanshu

gt; nbsp;gt;

gt; nbsp;gt; From: Robert Yang lt;liezhi.y...@windriver.comgt;

gt; nbsp;gt; Sent: Thu, 10 Jul 2014 14:08:59

gt; nbsp;gt; To: Himanshu Pandey lt;pandey_himansh...@rediffmail.comgt;

gt; nbsp;gt; Cc: openembedded-devel@lists.openembedded.org

gt; nbsp;gt; lt;openembedded-devel@lists.openembedded.orggt;

gt; nbsp;gt; Subject: Re: Regarding dhcp package

gt; nbsp;gt;

gt; nbsp;gt;

gt; nbsp;gt; On 07/10/2014 04:17 PM, Himanshu Pandey wrote:

gt; nbsp;gt; nbsp;gt; Hi Robert,

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; I am getting an error while compiling my dhcp 
package. Please find the log as

gt; nbsp;gt; nbsp;gt; attachment.

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; My dhcp bb file is as follows:

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; SECTION = base

gt; nbsp;gt; nbsp;gt; SUMMARY = Internet Software Consortium DHCP package

gt; nbsp;gt; nbsp;gt; DESCRIPTION = DHCP (Dynamic Host Configuration 
Protocol) is a protocol \

gt; nbsp;gt; nbsp;gt; which allows individual devices on an IP network to 
get their own \

gt; nbsp;gt; nbsp;gt; network configuration information from a server. 
nbsp;DHCP helps make it \

gt; nbsp;gt; nbsp;gt; easier to administer devices.

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; HOMEPAGE = http://www.isc.org/;

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; LICENSE = CLOSED

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; DEPENDS = openssl bind

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; SRC_URI =

gt; nbsp;gt; 
svn://192.43.23.436/home/repo/dhcp-4.2.4-P2;module=branch;user=;pswd=

gt; 
lt;http://192.43.23.436/home/repo/dhcp-4.2.4-P2;module=branch;user=;pswd=gt;

gt; nbsp;gt; 
lt;http://192.43.23.436/home/repo/dhcp-4.2.4-P2;module=branch;user=;pswd=gt;

gt; nbsp;gt; nbsp;gt; SRCREV = ${AUTOREV}

gt; nbsp;gt; nbsp;gt; S= ${WORKDIR}/trunk

gt; nbsp;gt; nbsp;gt; #inherit autotools

gt; nbsp;gt; nbsp;gt; do_compile() {

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;#cp -f 
${WORKDIR}/trunk/include/site.h ${S}/includes

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;cd ../trunk

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;./configure 
--prefix=${prefix} --host=${HOST_SYS}

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;make

gt; nbsp;gt; nbsp;gt; }

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt;

gt; nbsp;gt; I think that these are wrong, you should not disable the 
inherit autotools,

gt; nbsp;gt; and should not use ./configure or make directly, try to 
enable

gt; nbsp;gt; the inherit autotools, and remove the do_compile section to 
see what

gt; nbsp;gt; would happen, maybe you need:

gt; nbsp;gt;

gt; nbsp;gt; inherit autotools

gt; nbsp;gt; S = ${WORKDIR}/trunk

gt; nbsp;gt;

gt; nbsp;gt; // Robert

gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt;

gt; nbsp;gt; nbsp;gt; do_install_append () {

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;install -d 
${D}${sysconfdir}/init.d

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp; nbsp;install -d 
${D}${sysconfdir}/default

gt; nbsp;gt; nbsp;gt; nbsp; nbsp; nbsp; nbsp