Hi Ray,

On 20.10.2015 09:17, RayBloodworth wrote:
Hi, Leon

    I have built tizen-core-image-dev with tizen on yocto successfully.
    But some errors occured when building tizen-ivi-ico-image-dev:

bitbake tizen-ivi-ico-image-dev
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 2517 entries from dependency cache.
Parsing recipes: 100% |#########################################| Time: 00:00:00 Parsing of 1836 .bb files complete (1835 cached, 1 parsed). 2515 targets, 180 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'glibc-native' (but virtual:native:/home/compile/yocto/imx6qsabresd-ivi/dizzy/tizen-distro/meta-tizen/meta-tizen-common-base/recipes-framework/notification/notification_git.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'glibc-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glibc-native']
NOTE: Runtime target 'ico-uxf-homescreen' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ico-uxf-homescreen', 'pkgmgr-native', 'notification-native', 'glibc-native'] NOTE: Runtime target 'packagegroup-tizen-ivi-ico' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-tizen-ivi-ico', 'ico-uxf-homescreen', 'pkgmgr-native', 'notification-native', 'glibc-native'] ERROR: Required build target 'tizen-ivi-ico-image-dev' has no buildable providers. Missing or unbuildable dependency chain was: ['tizen-ivi-ico-image-dev', 'packagegroup-tizen-ivi-ico', 'ico-uxf-homescreen', 'pkgmgr-native', 'notification-native', 'glibc-native']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

   Could you give me any advices?

According to the log there is a runtime dependency issue coming from glibc-native. I guess these dependency issues are coming from the automatic generation of Yocto recipes from the spec files for GBS. May be you will be able to fix it with something like:

RDEPENDS_${PN}_remove_class-native = "glibc-native"

Btw you can browse the existing recipes in meta-tizen for examples.

Best regards,
Leon


BR,
Ray

--
Leon Anavi
Software Engineer
konsulko.com

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to