On 03/29/2010 10:31 AM, saleh usman wrote:
Date: Sun, 28 Mar 2010 08:14:21 -0400
From: [email protected]
To: [email protected]
Subject: Re: Boost library issue
On 03/28/2010 08:03 AM, saleh usman wrote:
I'm proceeding now by manually changing AC_CHECK_LIB([boost_filesystem],
[main], [], [AC_MSG_ERROR([cannot find boost_filesystem library.])]).
Two things: Do not build ossie-image. Follow the instructions from the
article at:
http://www.opensdr.com/node/7
I am bitbaking console-image now by following this page but when I bitbake
conosle-image after adding following lines nothing builds more than the first
bitbake of console-image.
NGSTROM_EXTRA_INSTALL = " screen oprofile ossie-fm-from-file "
require /sdr/ossie_collection/conf/distro/include/sane-ossie-revs.inc
BBFILES = "/sdr/openembedded/recipes/*/*.bb
/sdr/ossie_collection/packages/*/*.bb"
BBFILE_COLLECTIONS = "upstream ossie"
BBFILE_PATTERN_upstream = "^/sdr/openembedded/recipes"
BBFILE_PRIORITY_upstream = "5"
BBFILE_PATTERN_ossie = "^/sdr/ossie_collection/packages"
BBFILE_PRIORITY_ossie = "10"
Terminal log follows which is same as the output of the console-image without
adding above lines.
[sa...@localhost ~]$ bitbake console-image
NOTE: Handling BitBake files: \ (8169/8169) [100 %]
NOTE: Parsing finished. 7504 cached, 335 parsed, 330 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 3000 of 3005 (ID: 18,
/sdr/openembedded/recipes/images/console-image.bb, do_package_update_index_ipk)
NOTE: Running task 3004 of 3005 (ID: 10,
/sdr/openembedded/recipes/images/console-image.bb, do_rootfs)
NOTE: Running task 3005 of 3005 (ID: 4,
/sdr/openembedded/recipes/images/console-image.bb, do_build)
NOTE: Tasks Summary: Attempted 3005 tasks of which 3002 didn't need to be rerun
and 0 failed.
Do a "bitbake -c clean task-base" then build console-image. (Actually, I
think bitbake -c clean console-image is enough, but my fingers are
trained to clean task-base. When you change the ANGSTROM_EXTRA_INSTALL
var, bitbake does not have a way of seeing the change, so you have to
help it some.)
Philip