[meta-ti] couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit
Robert P. J. Day
rpjday at crashcourse.ca
Wed Jan 30 15:21:15 PST 2013
i want to build a stock ti-hw-bringup-image.bb for am180x-evm, so if
anyone else has done that, here are the two issues i've run into.
first, i dropped the connman packages from the meta-angstrom layer:
diff --git a/recipes-images/angstrom/systemd-image.bb b/recipes-images/angstrom/systemd-image.bb
index c3232d9..b1cc338 100644
--- a/recipes-images/angstrom/systemd-image.bb
+++ b/recipes-images/angstrom/systemd-image.bb
@@ -14,7 +14,6 @@ CONMANPKGS_libc-uclibc = ""
IMAGE_INSTALL += " \
angstrom-packagegroup-boot \
packagegroup-basic \
- ${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
"
as that was causing a failure due to a missing "ofono.service" file,
which i didn't really care about so it was just easier to delete that
line to get the build to finish.
at that point, i was so close, and then this when trying to build
the rootfs:
... snip ...
| Configuring packagegroup-ti-test.
| Configuring alsa-utils-aseqnet.
| Configuring alsa-utils-aseqdump.
| Configuring alsa-utils.
| Collected errors:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for angstrom-packagegroup-boot:
| * systemd *
| * opkg_install_cmd: Cannot install package angstrom-packagegroup-boot.
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-basic:
| * systemd * systemd * systemd *
| * opkg_install_cmd: Cannot install package packagegroup-basic.
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for timestamp-service:
| * systemd *
| * opkg_install_cmd: Cannot install package timestamp-service.
| ERROR: Function failed: do_rootfs (see /home/rpjday/oe/builds/ti/arago/tmp-eglibc/work/am180x_evm-oe-linux-gnueabi/ti-hw-bringup-image/1.0-r0/temp/log.do_rootfs.2444 for further information)
ERROR: Task 7 (/home/rpjday/oe/dist/layers/meta-ti/recipes-misc/images/ti-hw-bringup-image.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2679 tasks of which 2678 didn't need to be rerun and 1 failed.
No currently running tasks (2678 of 2680)
Summary: 1 task failed:
/home/rpjday/oe/dist/layers/meta-ti/recipes-misc/images/ti-hw-bringup-image.bb, do_rootfs
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
$
has anyone actually built that HW bringup image? and can explain
how to get around what happened above? thanks.
rday
p.s. here's the relevant part of my bblayers.conf file:
BBLAYERS ?= " \
/home/rpjday/oe/dist/layers/oe-core/meta \
/home/rpjday/oe/dist/layers/meta-ti \
/home/rpjday/oe/dist/layers/meta-angstrom \
/home/rpjday/oe/dist/layers/meta-openembedded/meta-systemd \
/home/rpjday/oe/dist/layers/meta-openembedded/meta-oe \
"
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the meta-ti
mailing list