nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

apt-get command not working #62

Open pranita-mindstix opened 10 years ago

pranita-mindstix commented 10 years ago

I have followed the steps for compilation and successfully booted for the raspberry pi, but now want to install some packages through apt-get so the command is not working, so my question is will it be possible for me to modify the config file, buildroot-/configs/raspberrypi_defconfig, so that I can add my own dependencies which I am intrested and if it’s possible then tell me the solution for the same, through which I can add the contents for modifying this file?