On Mon, 2020-03-23 at 09:28 -0400, [email protected] wrote: > 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?
Not really, no. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#136602): https://lists.openembedded.org/g/openembedded-core/message/136602 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]] -=-=-=-=-=-=-=-=-=-=-=-
