On Fri, 2024-05-31 at 15:17 -0700, SIMON BABY via
lists.yoctoproject.org wrote:
> Hei Team,
> 
> I have a recipe below. I did not see the staging directory under the
> tmp generated folder. Is there a hidden folder or where are the files
> going?
> 
> 
> 
[...]

> 
> do_stage () {
>         mkdir -p ${STAGING_INCDIR}/marvell-umsd
>         cp --dereference -R ${MSD_ROOT}/include/*
> ${STAGING_INCDIR}/marvell-umsd/
>         cp ${MSD_ROOT}/library/msdDrv.o ${STAGING_LIBDIR}
> }
> 
> 
> 
> I checked the path below and could not see the include files or the 
> msdDrv.o copied anywhere. Please correct me with any other solution.
> Can I go with do_install () ?
> The requirement is to use this recipe as a dependency for other
> modules to use the include file and library. 

do_stage was a task which was removed many many years ago:

https://git.yoctoproject.org/poky/commit/?id=dc807f54f858419f97e211cd62fd2d30db9a80de

i.e. around 2010.

We opted to have the output from do_install work for both sysroots and
target packages.

Cheers,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63264): https://lists.yoctoproject.org/g/yocto/message/63264
Mute This Topic: https://lists.yoctoproject.org/mt/106417703/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to