machines not using MACHINE_KERNEL_PR would fail for recipes appending letters
(meta-ti) with:
ERROR: Unable to analyse format of PR variable: b############# | ETA: 00:00:40
ERROR: Error executing a python function in <code>:
The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
*** 0001:__anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)
0002:__anon_975__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_insane_bbclass(d)
0003:__anon_235__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)
0004:__anon_20__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)
0005:__anon_45__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_blacklist_bbclass(d)
File: '__anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass', lineno: 80, function: __anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass
0076: pr_prefix = re.search("\D+",pr)
0077: prval = re.search("\d+",pr)
0078: if pr_prefix is None or prval is None:
0079: bb.error("Unable to analyse format of PR variable: %s" % pr)
*** 0080: nval = int(prval.group(0)) + int(princ)
0081: pr = pr_prefix.group(0) + str(nval) + pr[prval.end():]
0082: d.setVar('PR', pr)
0083:
0084: pn = d.getVar('PN', True)
Exception: AttributeError: 'NoneType' object has no attribute 'group'
ERROR: Failed to parse recipe: /home/a.mueller/oe-core/sources/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD
And the layers found in the meta-openembedded repo. At least 'meta-oe' and 'meta-systemd' are needed. The instructions below will take care of everything automagically.
URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD
============================== Setup
It is recommended to follow the instruction at http://www.angstrom-distribution.org/building-angstrom
This will set it up for the OpenEmbedded-core layout needed for this layer instead of the old OpenEmbedded-dev layout.
============================== Test Reports
To see which machines and packages were successfully built, check the buildhistory git repository:
https://github.com/Angstrom-distribution/buildhistory
============================== Branching
When branching 'master' for a release ensure that:
1) conf/distro/angstrom-${VERSION}.conf is created
2) DISTRO_VERSION is set to vYYYY.MM (e.g. 2014.06)
3) classes/angstrom-mirrors.bbclass is pointing to the correct source mirror
4) recipes-angstrom/angstrom/angstrom-feed-configs.bb has PV = "${DISTRO_VERSION}"
============================== Patches
Send pull requests to angstrom-distro-devel@linuxtogo.org with '[meta-angstrom]' in the subject'
When sending single patches, please use something like 'git send-email -1 --to angstrom-distro-devel@linuxtogo.org --subject-prefix meta-angstrom'
You are encouraged to fork the mirror on github https://github.com/koenkooi/meta-angstrom to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
Main layer maintainers: Koen Kooi koen@dominion.thruhere.net Khem Raj raj.khem@gmail.com