* still some remnants of allegedly removed "do_package_write" task
@ 2014-08-05 10:57 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2014-08-05 10:57 UTC (permalink / raw)
To: OE Core mailing list
yocto ref manual, 5.5.13 (Tasks), claims:
"The do_package_write task has been removed. The task is no longer
needed."
but there still appear to be a few lingering references to it in
oe-core:
$ grep -rw do_package_write meta
meta/classes/rm_work.bbclass: *do_package_write*)
meta/recipes-core/meta/meta-ide-support.bb:do_populate_ide_support[recrdeptask]
= "do_package_write"
meta/recipes-core/meta/package-index.bb:do_package_write[noexec] = "1"
meta/recipes-devtools/installer/adt-installer_1.0.bb:do_package_write[noexec]
= "1"
meta/conf/documentation.conf:do_package_write[doc] = "Creates the
actual packages and places them in the Package Feed area"
$
assuming all packaging is now handled by the packaging-specific
tasks like do_package_write_{ipk,rpm,deb}, can those last few
references be deleted? (not the one in rm_work.bbclass, though, given
that it's a wildcard.)
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-05 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 10:57 still some remnants of allegedly removed "do_package_write" task Robert P. J. Day
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.