hi,
I was trying to build .ipk packages in arago.So that it can be added to
rtfs later.But the following packages during compilation were throwing errors :
Command : MACHINE=am335x-evm bitbake <recipe file name without .bb extension>
1)wvdial (it shows Package libwvstreams was not found in the pkg-config search path.
I tried to compile wvstreams.bb next ,but it was also failed)
2)bluez-utils-3.36.bb
3)ffmpeg_0.6.1.bb
4)vim_7.2.bb (it shows two exact matches found.So I tried with gvim_7.2.bb and it got compiled.
Are both of them same??i mean gvim.bb downloads vim.tar.gz only)
5)glib-2.0_2.28.5.bb (it shows error "configure: error: Could not find a glib-compile-schemas in your PATH"
do-configure failed. Although glib-2.0_2.24.1.bb is getting compiled)
My,second query is, bluez-libs got compiled and following lists of ipks were created.
i) libbluetooth3_4.42-r1.1.6_armv7a.ipk
ii) libbluetooth-dbg_4.42-r1.1.6_armv7a.ipk
iii)libbluetooth-dev_4.42-r1.1.6_armv7a.ipk
iv) libbluetooth-doc_4.42-r1.1.6_armv7a.ipk
I added libbluetooth3 in task-arago-tisdk-crypto.bb .It looks like below :
RDEPENDS_${PN} = "\
${CRYPTO_SUPPORT} \
${WLAN} \
${BLUETOOTH} \
libbluetooth3
"
but when i use MACHINE=am335x-evm bitbake arago-tisdk-image,its showing me error that,
ERROR: '['/home/mirjisan/oe/arago/recipes/tasks/task-arago-tisdk-crypto.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'libbluetooth3' but it wasn't found in any PACKAGE or RPROVIDES variables
Unknown Event: <bb.event.NoProvider instance at 0x137e53ac>
NOTE: Runtime target 'libbluetooth3' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libbluetooth3']
NOTE: Runtime target 'task-arago-tisdk-crypto' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-arago-tisdk-crypto', 'libbluetooth3']
ERROR: Required build target 'arago-tisdk-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['arago-tisdk-image', 'task-arago-tisdk-crypto', 'libbluetooth3']
Right now I am working with master branch.Any idea how to resolve it???
with regards,
Suman Gupta