mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
Sync conf and classes with OE - changes have been tested and don't affect poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@446 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -38,6 +38,8 @@ PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If y
|
||||
machine dependant configuration options in your bitbake file add a \
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.'
|
||||
|
||||
IPKG_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority'
|
||||
IPKG_EXTRA_ARCHS[doc] = 'Set this variable to add extra architectures to the list of supported architectures'
|
||||
|
||||
DATE[doc] = "The date the build was started Ymd"
|
||||
TIME[doc] = "The time the build was started HMS"
|
||||
@@ -63,8 +65,9 @@ HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net."
|
||||
GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake \
|
||||
and the resulting packages."
|
||||
DEPENDS[doc] = "Build time dependencies, things needed to build the package. @group dependencies"
|
||||
RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. @group dependencies"
|
||||
PROVIDES[doc] = "Names for additional dependencies that this package will provide. @group dependencies"
|
||||
RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. This is used to populate the ipkg:Depends field. @group dependencies"
|
||||
PROVIDES[doc] = "Names for additional build time dependencies that this package will provide. @group dependencies"
|
||||
RPROVIDES[doc] = "Names for additional run time dependencies that this package will provide. This is used to populate the ipkg:Provides field. @group dependencies"
|
||||
|
||||
|
||||
# packaging
|
||||
@@ -98,4 +101,4 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the
|
||||
PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread"
|
||||
|
||||
COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser."
|
||||
COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."
|
||||
COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."
|
||||
|
||||
Reference in New Issue
Block a user