Hi, I am using arago build system (git clone git:// arago-project.org/git/projects/oe-layersetup.git tisdk). I was trying to add hiawatha web server to "core-image-minimal". hiawatha exist in following layer:
../sources/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/ hiawatha_9.2.bb So I added "meta-webserver" layer to conf/bblayers.conf. When I am trying to build hiawaha, I am getting following error: # bitbake hiawatha NOTE: Started PRServer with DBfile: /home/manoj/arago/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 33954, PID: 2198 Loading cache: 100% |#############################################################################################################################################################################################| ETA: 00:00:00 Loaded 2859 entries from dependency cache. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/kernel' ERROR: linux-yocto-tiny PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto-dev PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-dummy PROVIDES virtual/kernel but was skipped: PREFERRED_PROVIDER_virtual/kernel set to linux-ti-staging, not linux-dummy ERROR: linux-arago PROVIDES virtual/kernel but was skipped: PREFERRED_PROVIDER_virtual/kernel set to linux-ti-staging, not linux-arago ERROR: linux-ti-staging PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto-rt PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-ti-staging-rt PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-ti-staging-systest PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-ti-staging-rt PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto-rt PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-ti-staging-systest PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto-tiny PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-ti-staging PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) ERROR: linux-yocto PROVIDES virtual/kernel but was skipped: incompatible with machine arago (not in COMPATIBLE_MACHINE) NOTE: Runtime target 'cryptodev-module' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cryptodev-module', 'virtual/kernel'] ERROR: Required build target 'hiawatha' has no buildable providers. Missing or unbuildable dependency chain was: ['hiawatha', 'libxml2', 'python', 'openssl', 'cryptodev-module', 'virtual/kernel'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Am I missing something? Thanks, Yogesh
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto