All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: Error while building my own package
Date: Sat, 28 Feb 2015 07:06:28 -0700	[thread overview]
Message-ID: <54F1CB64.8090804@mlbassoc.com> (raw)
In-Reply-To: <CALTPfpFg1PjpHq3m3U308yFxaxJfnhM=RHD+3vCVMLe79L5DOA@mail.gmail.com>

On 2015-02-28 06:08, Priya Agarwal wrote:
> Hi,
>
> I want to add a very simple autotools based package to the kernel image (for freescale's t4240qds board) I built with yocto for testing purposes.
>
> Background: I wrote a simple c++ code, autoconf and automake'd it and compressed it as tar.bz2 file. Wrote a simple recipe for it. I have attached both the files.
>
> Problem: When I do bitbake <mypackage>, I get 2 errors. Basically do_populate_lic and do_configure fail. Main errors is as follows. I have attached the logfile as well.
>
> ERROR: Error executing a python function in /media/NewVolume/yocto/meta-mylayer/recipes-examples/area/area_1.0.bb <http://area_1.0.bb>:
> ValueError: need more than 1 value to unpack
>
>
> I have less experience with yocto, so please pardon me for silly errors.

Check the logs carefully.  The configure error is
ERROR:      0051:        bb.fatal("Licensing Error: LIC_FILES_CHKSUM does not match, please fix")

This one should be obvious - the checksum in your recipe does not
match the checksum of the real file in your source package.

The do_populate_lic error is a result of the first.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2015-02-28 14:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-28 13:08 Error while building my own package Priya Agarwal
2015-02-28 14:06 ` Gary Thomas [this message]
2015-02-28 14:33   ` Priya Agarwal
  -- strict thread matches above, loose matches on Subject: below --
2015-02-28 14:42 Priya Agarwal
2015-02-28 14:51 ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F1CB64.8090804@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.