[poky] Include already exisiting rpm or .spec
Patrick
kpa_info at yahoo.fr
Thu May 24 02:22:41 PDT 2012
Hello all,
We have tried to add one of our package called
test_libs-v27_v30-1.armv7a.rpm into tmp/deploy/rpm/armv7a directory.
Then in our image receipes we have added test_libs in IMAGE_INSTALL.
The when we bitbake our image we have the following error message:
Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'test_libs' (but
/home/yocto/poky-denzil-7.0/meta-test/recipes-extended/images/test-image.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'test_libs' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['test_libs']
ERROR: Required build target 'test-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['test-image', 'test_libs']
Thanks for any help !
Patrick
On 04/25/2012 07:08 PM, Mark Hatle wrote:
> On 4/25/12 10:56 AM, Patrick wrote:
>> Dear all,
>>
>> We have some software that we develop from a while that we release as
>> rpm. To build these rpm we have some complexe .spec files.
>>
>> Now we use Yocto/Poky to build many new elements and I would like to
>> include in my rootfs generated with Yocto/Poky some of our "old"
>> software. We don't want to manage the bitbake recipes and the .spec for
>> each of our "old" software.
>>
>> I then would like to know if I could made a simple bitbake recipes that
>> "call/include/use" the .specs files ?
>> Another solution would be to include directly the rpm to the final
>> image. Do you think that it's possible ?
>
> This is something that we have discussed, but nobody has implement it yet.
>
> It is best for long term maintenance to transfer the spec file items
> into recipe format... but if you don't want to do that you can copy your
> built binary RPM packages into the deploy/RPMS/<arch> directory and then
> add the package names to install into IMAGE_INSTALL (from memory).
>
> --Mark
>
>> Thanks in advance for idea or hint
>>
>> Patrick
>> _______________________________________________
>> poky mailing list
>> poky at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list