* Buggy busybox update 1.94.4 => 1.20.2
@ 2012-08-23 12:32 Axel Beierlein
2012-08-23 13:41 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Axel Beierlein @ 2012-08-23 12:32 UTC (permalink / raw)
To: yocto
Two questions from a Newbie on Yocto:
I get compiling Errors in Busybox from a new clone of the Yocto Git Repo.
I have to change the name of the .bbappend File from 1.94.4 to 1.20.2
and also the directory to get a working tree.
And in the 1.94.4.bbappend File. What means ${P} after the THISDIR?
In the Documentation i read something about ${THISDIR}/${PN} and not
${P} is this a mistake or do i understand something wrong?
Regards
Axel
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Buggy busybox update 1.94.4 => 1.20.2
2012-08-23 12:32 Buggy busybox update 1.94.4 => 1.20.2 Axel Beierlein
@ 2012-08-23 13:41 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-08-23 13:41 UTC (permalink / raw)
To: Axel Beierlein; +Cc: yocto
On Thursday 23 August 2012 14:32:49 Axel Beierlein wrote:
> Two questions from a Newbie on Yocto:
>
> I get compiling Errors in Busybox from a new clone of the Yocto Git Repo.
>
> I have to change the name of the .bbappend File from 1.94.4 to 1.20.2
> and also the directory to get a working tree.
This has now been fixed in latest master - thanks for pointing it out.
> And in the 1.94.4.bbappend File. What means ${P} after the THISDIR?
> In the Documentation i read something about ${THISDIR}/${PN} and not
> ${P} is this a mistake or do i understand something wrong?
You can use whatever subdirectory name you like there, ${PN} (which would
resolve to "busybox") is just traditional. In this case the author of the
bbappend chose to use ${P} which is the same as ${PN}-${PV}, which in this
case resolves to "busybox-1.20.2", thus making the directory specific to the
version of busybox being built.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-23 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 12:32 Buggy busybox update 1.94.4 => 1.20.2 Axel Beierlein
2012-08-23 13:41 ` Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.