diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-05-27 12:18:23 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-02 14:06:02 +0100 |
commit | 5ae3f6553141aecce3b98e0f06e4b99f36764917 (patch) | |
tree | 2fe1765ea1bcf00c112794514b62cf1cfa2c76fa /meta/classes/kernel-arch.bbclass | |
parent | 8514bcf5f857db19789b6f0f88300609622a98fe (diff) | |
download | openembedded-core-5ae3f6553141aecce3b98e0f06e4b99f36764917.tar.gz openembedded-core-5ae3f6553141aecce3b98e0f06e4b99f36764917.tar.bz2 openembedded-core-5ae3f6553141aecce3b98e0f06e4b99f36764917.tar.xz openembedded-core-5ae3f6553141aecce3b98e0f06e4b99f36764917.zip |
do_distro_check: Recipe exists in other distros?
This adds a new task (distro_check) for each recipe.
The task generates the source package list for Fedora OpenSuSE
Ubuntu Debian & Mandriva Linux distros.
As one recipe or source package can generate multiple target packages
the recipe name is compared with the source package name list of LInux
distributions.
Thread locking is used to avoid multiple threads racing for the
package list update.
Then the recipe name (PN) is checked if it exists in the package
list of distros. And if the DISTRO_PN_ALIAS then it is used to copmare
pacakge_name instead of the PN variable. Just for example the
DISTRO_PN_ALIAS can be defined in the recipe (.bb) files like this
In the file xset_1.0.4.bb:
DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;\
Ubuntu=x11-xserver-utils; Debian=x11-xserver-utils;Opensuse=xorg-x11"
The final results are stored in the tmp/log/distro_check-${DATETIME}.result
file.
FYI this command will generate the results for all recipies:
bitbake world -f -c distro_check
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/classes/kernel-arch.bbclass')
0 files changed, 0 insertions, 0 deletions