All of lore.kernel.org
 help / color / mirror / Atom feed
* Task Build Issue
@ 2012-02-04  3:27 Rudolf Streif
  2012-02-04  5:03 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Rudolf Streif @ 2012-02-04  3:27 UTC (permalink / raw)
  To: yocto

I created this task for test purposes:

DESCRIPTION = "My Custom Tasks"

LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \

file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

PACKAGES = "\
    task-mytask-apps \
    task-mytask-apps-dbg \
    task-mytask-apps-dev \
    task-mytask-tools \
    task-mytask-tools-dbg \
    task-mytask-tools-dev \
    "

RDEPENDS_task-mytask-apps = "\
   sqlite3 \
   python \
   python-sqlite3"

RDEPENDS_task-mytask-tools = "\
   sudo \
   gzip \
   tar"

I added created a bb containing IMAGE_INSTALL = "task-core-boot
task-base-extended task-mytask-apps"

Bitbake builds the task without any error message. However, building
the rootfs fails with

| Processing task-mytask-apps...
| Unable to find package task-mytask-apps (task-mytask-apps)!

log.do_package_write_rpm: contains NOTE: Not creating empty RPM
package for task-mytask-apps.

Indeed deploy-rpms of the package is empty however, the deploy-rpms
dirs of the dependencies contain the necessary packages.

Any help is appreciated.

Thanks,
Rudi


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-06 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04  3:27 Task Build Issue Rudolf Streif
2012-02-04  5:03 ` Khem Raj
2012-02-04  5:04   ` Khem Raj
2012-02-04  6:42     ` Rudolf Streif
2012-02-04  7:37       ` Khem Raj
2012-02-06 16:10   ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.