You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
We're using openembedded framework to cross-compile our packages so we don't need build script to provide .ipk, just to install files in right directories (ideally with help of distutils/setuptools).
Now to build new version I've started to write updated setup.py to achieve the same, do you have something similar already or would you accept patch adding setup.py back? Or should I wrote just shell script which copies files to expected rootfs?
Hi,
I'm maintainer of SHR distribution and someone asked for new version of advancedcaching
http://lists.shr-project.org/pipermail/shr-user/2012-May/007583.html
We're using openembedded framework to cross-compile our packages so we don't need build script to provide .ipk, just to install files in right directories (ideally with help of distutils/setuptools).
In older version (45a4299) this worked fine, because setup.py was already provided by you, so bitbake recipe was simple:
http://git.shr-project.org/git/?p=meta-smartphone.git;a=blob;f=meta-shr/recipes-shr/3rdparty/advancedcaching_git.bb
Now to build new version I've started to write updated setup.py to achieve the same, do you have something similar already or would you accept patch adding setup.py back? Or should I wrote just shell script which copies files to expected rootfs?
Thanks