Without bitbake does not know about the packages created with do_split_packages() and the following error occurs:
ERROR: Nothing RPROVIDES 'angstrom-locale-de-feed-config' (but /path/to/foo-image.bb RDEPENDS on or otherwise requires it) --- recipes-angstrom/angstrom/angstrom-feed-configs.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-angstrom/angstrom/angstrom-feed-configs.bb b/recipes-angstrom/angstrom/angstrom-feed-configs.bb index 93c1e71..4122cc1 100644 --- a/recipes-angstrom/angstrom/angstrom-feed-configs.bb +++ b/recipes-angstrom/angstrom/angstrom-feed-configs.bb @@ -3,8 +3,9 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" #PV = "${DISTRO_VERSION}" -PR = "r16" +PR = "r17" PACKAGE_ARCH = "${MACHINE_ARCH}" +PACKAGES_DYNAMIC = "angstrom-locale-*" FEED_BASEPATH ?= "unstable/feed/" -- 1.7.9.5 -- Scanned by MailScanner. _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel