Can the below patch help:

https://lists.yoctoproject.org/pipermail/meta-ti/2012-September/001541.html

Otherwise, entire recipes-misc folder of meta-ti is currently not supported 
and may be removed in the _near_ future. Although, ti-hw-bringup maybe 
preserved, but modified.

-- 
Denys


On Wed, Jan 30, 2013 at 06:21:15PM -0500, Robert P. J. Day wrote:
> 
>   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
> ========================================================================
> _______________________________________________
> meta-ti mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-ti
> 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to