* extra deploy for image
@ 2016-03-23 15:39 Dvorkin Dmitry
0 siblings, 0 replies; only message in thread
From: Dvorkin Dmitry @ 2016-03-23 15:39 UTC (permalink / raw)
To: yocto
Hello, guys!
I'm building the image and getting it in the .../deploy/
together with uImage, DTSes and modules (as separate files).
It's standard recipes behavior.
I need one more extra tool for the host system to build and place into
..../deploy/
I created a recipe, added
///////////////////////////////////////
inherit deploy
do_deploy() {
}
do_deploy-native() {
install ${S}/mytool ${DEPLOYDIR}/mytool
}
addtask deploy before do_build after do_compile
BBCLASSEXTEND = "native nativesdk"
//////////////////////////////////
into it's recipe, added
EXTRA_IMAGEDEPENDS += "mytool-native"
into myarch.conf
, build the image successfully. Image recipe (I see it) builds
mytool-native also, but does not call deploy for it.
Do anybody knows how to deploy mytool-native together with my Linux
image if mytool.bb is a separate recipe?
Thank you!
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-23 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 15:39 extra deploy for image Dvorkin Dmitry
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.