continuing my travels, ran across "PRIORITY" variable that i was not
aware of, was introduced in bitbake.conf way back in 2005 in
oelint.bbclass, but there are only a few lonely references to it
these days:
meta/conf/documentation.conf:PRIORITY[doc] = "Indicates the importance
of a package. The default value is 'optional'. Other standard values
are 'required', 'standard' and 'extra'."
meta/conf/bitbake.conf:PRIORITY = "optional"
meta/classes/package_ipk.bbclass: fields.append(["Priority:
%s\n", ['PRIORITY']])
meta/classes/package_ipk.bbclass:IPKEXTRAVARS = "PRIORITY MAINTAINER
PACKAGE_ARCH HOMEPAGE"
meta/classes/package_deb.bbclass: fields.append(["Priority:
%s\n", ['PRIORITY']])
meta/classes/package_deb.bbclass:do_package_write_deb[vardeps] +=
"PKGV PKGR PKGV DESCRIPTION SECTION PRIORITY MAINTAINER DPKG_ARCH PN
HOMEPAGE"
is this doing anything useful these days?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#136600):
https://lists.openembedded.org/g/openembedded-core/message/136600
Mute This Topic: https://lists.openembedded.org/mt/72491378/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-