* Hi
@ 2014-06-25 7:16 Himanshu Pandey
0 siblings, 0 replies; 7+ messages in thread
From: Himanshu Pandey @ 2014-06-25 7:16 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
Hi,
Script in this section is appending just after the COMPRESS_CMD_bz2 command
and the full script is executing as a single command.
I want to run my script separately just after rootfs.tar.bz2 is created.
Please help.
Thanks in advance
[-- Attachment #2: Type: text/html, Size: 2009 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Hi
@ 2014-06-27 11:14 Himanshu Pandey
2014-06-27 12:20 ` Hi Mats Kärrman
0 siblings, 1 reply; 7+ messages in thread
From: Himanshu Pandey @ 2014-06-27 11:14 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 562 bytes --]
Hi,
I want to write a receipe for pptp client package and compile and install the same on my machine. The package is available in sourceforge.net as .tar.gz. We need to download the package and untar the same.Then we have run
./configure
make
Once this is done I have to but binary of pptp in /opt/var/www.
Then there are scripts: pptp.start etc. which I have to put in /bin
Also I I have to create a file with the name peers in /etc/ppp/
Can some one help me to write a receipe with all these requirements?
Regards,
Himanshu
[-- Attachment #2: Type: text/html, Size: 2343 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Hi
2014-06-27 11:14 Hi Himanshu Pandey
@ 2014-06-27 12:20 ` Mats Kärrman
0 siblings, 0 replies; 7+ messages in thread
From: Mats Kärrman @ 2014-06-27 12:20 UTC (permalink / raw)
To: Himanshu Pandey, openembedded-core@lists.openembedded.org
Hi Himanshu,
On Friday, June 27, 2014 1:14 PM, Himanshu Pandey wrote:
> Can some one help me to write a receipe with all these requirements?
How about starting out with meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb and add your own .bbappend to tweak the things you must?
BR // Mats
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Hi
@ 2014-06-28 4:04 Himanshu Pandey
2014-06-30 7:22 ` Hi Mats Kärrman
0 siblings, 1 reply; 7+ messages in thread
From: Himanshu Pandey @ 2014-06-28 4:04 UTC (permalink / raw)
To: Mats K rrman , openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
But I don't have meta-networking directory in my poky-dora-10.0.0
From: Mats K rrman <Mats.Karrman@tritech.se>
Sent: Fri, 27 Jun 2014 17:50:26
To: "Himanshu Pandey" <pandey_himanshu80@rediffmail.com>, "openembedded-core@lists.openembedded.org" <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] Hi
Hi Himanshu,
On Friday, June 27, 2014 1:14 PM, Himanshu Pandey wrote:
> Can some one help me to write a receipe with all these requirements?
How about starting out with meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb and add your own .bbappend to tweak the things you must?
BR // Mats
[-- Attachment #2: Type: text/html, Size: 2446 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Hi
@ 2014-06-28 4:19 Himanshu Pandey
2014-06-28 17:17 ` Hi Eric Bénard
0 siblings, 1 reply; 7+ messages in thread
From: Himanshu Pandey @ 2014-06-28 4:19 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Hi,
I want a receipe for dhclient package.
Please help.
Regards,
Himanshu
[-- Attachment #2: Type: text/html, Size: 1855 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Hi
2014-06-28 4:19 Hi Himanshu Pandey
@ 2014-06-28 17:17 ` Eric Bénard
0 siblings, 0 replies; 7+ messages in thread
From: Eric Bénard @ 2014-06-28 17:17 UTC (permalink / raw)
To: Himanshu Pandey; +Cc: openembedded-core@lists.openembedded.org
Hi,
Le 28 Jun 2014 04:19:02 -0000,
"Himanshu Pandey" <pandey_himanshu80@rediffmail.com> a écrit :
> I want a receipe for dhclient package.
>
git grep dhclient leads to :
meta/recipes-connectivity/dhcp/dhcp_4.3.0.bb
Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Hi
2014-06-28 4:04 Hi Himanshu Pandey
@ 2014-06-30 7:22 ` Mats Kärrman
0 siblings, 0 replies; 7+ messages in thread
From: Mats Kärrman @ 2014-06-30 7:22 UTC (permalink / raw)
To: Himanshu Pandey, openembedded-core@lists.openembedded.org
On Saturday, June 28, 2014 6:04 AM, Himanshu Pandey wrote:
> But I don't have meta-networking directory in my poky-dora-10.0.0
You may git clone from git://git.openembedded.org/meta-openembedded
The "Dora" branch corresponds to Poky 10.0.0.
See previous instructions on how to include a new layer in your build.
// Mats
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-06-30 7:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-28 4:19 Hi Himanshu Pandey
2014-06-28 17:17 ` Hi Eric Bénard
-- strict thread matches above, loose matches on Subject: below --
2014-06-28 4:04 Hi Himanshu Pandey
2014-06-30 7:22 ` Hi Mats Kärrman
2014-06-27 11:14 Hi Himanshu Pandey
2014-06-27 12:20 ` Hi Mats Kärrman
2014-06-25 7:16 Hi Himanshu Pandey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox