Thursday, April 15, 2010

rootfs update

If you don't like the Angstrom logo, here is how to change it.
recipes/base-files/base-files/angstrom/issue

Here is the website you want to check out for the ascii-art:
http://ascii.mastervb.net/


Finally, I figured out a receipt that works with my own file.
The following receipt should work for minimal boot.

-----------------------
#Based on Angstrom minimal gpe image
# This image provides a barebone dm and 'desktop'
# Very angstrom and opkg centric

XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard \
"

RDEPENDS_kernel-base = ""

export IMAGE_BASENAME = "myboot-image"

PR = "r2"

DEPENDS = "my-task-boot"
IMAGE_INSTALL = "\
${XSERVER} \

hello \
python \
python-pygtk \
netbase \
task-base \
base-files \
base-passwd \
angstrom-x11-base-depends \
xterm \
xinit \
"
inherit image

---------------------

No comments:

Post a Comment