From: Dale Weber <robotguy@hybotics.com>
To: openembedded-devel@lists.openembedded.org
Subject: Package Grouping, Development Libraries and Headers.
Date: Fri, 29 Oct 2010 14:00:38 -0700 [thread overview]
Message-ID: <201010291400.39166.robotguy@hybotics.com> (raw)
In-Reply-To: <20101029192145.GB27520@gmail.com>
Greetings,
I need to have development libraries and headers installed for certain
packages and was told that package grouping would accomplish this. I am not so
sure that is true and have serious doubts. Below is what I have for errors and
the recipe I am trying to modify to get development libraries and headers
installed.
How can I accomplish what I need to do without doing a bunch of native
builds just to get development libraries and headers?
8-Dale
NOTE: Handling BitBake files: \ (7100/7100) [100 %]
Parsing of 7100 .bb files complete (6687 cached, 413 parsed). 7347 targets, 301
skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "master"
METADATA_REVISION = "f503cc21ff0c6dbc06c22b05975c2a2c6d16ede9"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101029"
TARGET_FPU = "hard"
========
THE ERRORS
========
ERROR: '['/xdev/Devel/Beagle/sources/openembedded/recipes/images/walter-
console-dev-image.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime
entity 'task-sdk-native-dev' but it wasn't found in any PACKAGE or RPROVIDES
variables
ERROR: Required build target 'walter-console-dev-image' has no buildable
providers.
Missing or unbuildable dependency chain was: ['walter-console-dev-image',
'task-sdk-native-dev']
NOTE: Resolving any missing task queue dependencies
ERROR: '['/xdev/Devel/Beagle/sources/openembedded/recipes/images/walter-
console-dev-image.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime
entity 'task-sdk-native-dev' but it wasn't found in any PACKAGE or RPROVIDES
variables
Unknown Event: <bb.event.NoProvider instance at 0x10bbf14c>
NOTE: Runtime target 'task-sdk-native-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-sdk-native-dev']
ERROR: Required build target 'walter-console-dev-image' has no buildable
providers.
Missing or unbuildable dependency chain was: ['walter-console-dev-image',
'task-sdk-native-dev']
Command execution failed: Traceback (most recent call last):
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/command.py", line 88, in
runAsyncCommand
commandmethod(self.cmds_async, self, options)
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/command.py", line 174, in
buildTargets
command.cooker.buildTargets(pkgs_to_build, task)
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/cooker.py", line 784, in
buildTargets
taskdata.add_unresolved(localdata, self.status)
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/taskdata.py", line 562, in
add_unresolved
self.remove_runtarget(self.getrun_id(target))
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/taskdata.py", line 535, in
remove_runtarget
self.fail_fnid(fnid, missing_list)
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/taskdata.py", line 490, in
fail_fnid
self.remove_buildtarget(target, missing_list)
File "/xdev/Devel/Beagle/sources/bitbake/lib/bb/taskdata.py", line 519, in
remove_buildtarget
raise bb.providers.NoProvider
NoProvider
beagle@intrepid:/xdev/Devel/Beagle$ cat
sources/openembedded/recipes/images/walter-console-dev-image.bb
========
THE RECIPE:
========
#Angstrom bootstrap image
require console-base-image.bb
DEPENDS += "task-base-extended \
"
IMAGE_FEATURES += "dev"
IMAGE_FEATURE_dev = "alsa-lib \
curl \
libusb \
openssl \
"
IMAGE_INSTALL += "task-base-extended \
task-sdk-native \
angstrom-led-config \
apmd \
minicom \
cvs \
git \
subversion \
ntp \
tzdata \
cherokee \
vsftpd \
i2c \
i2c-tools \
dosfstools \
e2fsprogs \
e2tools \
sqlite \
xchat \
cron \
sox \
screen \
rt73-firmware \
# Native build these for now
# curl \
# alsa-lib \
# openssl \
# libusb \
"
export IMAGE_BASENAME = "walter-console-dev-image"
--
Open your mind, Read, Learn, Think, Apply..
AllStar Node 2392 / EchoLink 541558 / 73, from N7PKT!
http://www.hybotics.com - NEW main site
Just because we can, does it follow that we should?
prev parent reply other threads:[~2010-10-29 21:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-27 12:10 package/build problems with dropped packages Alexander Stohr
2010-10-29 19:21 ` Khem Raj
2010-10-29 21:00 ` Dale Weber [this message]
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=201010291400.39166.robotguy@hybotics.com \
--to=robotguy@hybotics.com \
--cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox