All of lore.kernel.org
 help / color / mirror / Atom feed
* couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit
@ 2013-01-30 23:21 Robert P. J. Day
  2013-02-05  5:16 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2013-01-30 23:21 UTC (permalink / raw)
  To: meta-ti mailing list


  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
========================================================================


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

* Re: couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit
  2013-01-30 23:21 couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit Robert P. J. Day
@ 2013-02-05  5:16 ` Denys Dmytriyenko
  2013-02-05  9:32   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-02-05  5:16 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: meta-ti mailing list

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
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


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

* Re: couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit
  2013-02-05  5:16 ` Denys Dmytriyenko
@ 2013-02-05  9:32   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2013-02-05  9:32 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti mailing list

On Tue, 5 Feb 2013, Denys Dmytriyenko wrote:

> 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.

... snip ...

  i really like the idea of a bringup-related image that's stripped of
everything but essential low-level tools, so i hope something like
that sticks around.  i'll check if your patch solves this and let you
know, thanks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

end of thread, other threads:[~2013-02-05  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 23:21 couple issues trying to build ti-hw-bringup-image.bb for AM1808 exp kit Robert P. J. Day
2013-02-05  5:16 ` Denys Dmytriyenko
2013-02-05  9:32   ` Robert P. J. Day

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.