Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement "anise" compatibility #16

Open
jyio opened this issue May 26, 2012 · 0 comments
Open

implement "anise" compatibility #16

jyio opened this issue May 26, 2012 · 0 comments

Comments

@jyio
Copy link
Owner

jyio commented May 26, 2012

BotBrew "anise" lives entirely within /data/botbrew and is mounted at /botbrew. Supporting "anise" packages should be as simple as moving it to /data/botbrew-basil/botbrew and continuing to mount it at /botbrew.

Additional mounts might enhance the experience:

/data/botbrew-basil/etc => /botbrew/etc
/data/botbrew-basil/run => /botbrew/run
/data/botbrew-basil/lib/arm-linux-androideabi => /botbrew/lib (for ARM)
/data/botbrew-basil/lib/mips-linux-android => /botbrew/lib (for MIPS)
/data/botbrew-basil/lib/i686-android-linux => /botbrew/lib (for x86)

With these mounts, "android-native" software should work as usual, both inside the chroot and outside.

As far as packaging is concerned: multiarch support should allow the same libraries to be installed from both Debian and BotBrew, as long as they have different architecture names and install to different locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant