into home.(none):/home/bitkeeper/openembedded
2005/05/14 19:39:49-07:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/15 03:49:57+02:00 handhelds.org!zecke
Aliens has moved the server ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/README.txt
update the SRC_URI to match the new location
2005/05/15 03:42:18+02:00 handhelds.org!zecke
LIRC Kernel Modules:
Setting TOPDIR this way will occur in a infinite loop
when bb.data.getVar(..,d,True) (expanding).
I don't know why TOPDIR is needed, when I found out
something else will be done...
2005/05/15 03:39:31+02:00 handhelds.org!zecke
OpenSIMpad:
Include OpenZaurus 3.5.4 for the 0.9.0 release ;)
(whenever that will be)
BKrev: 4286edc71nvdvgP4yUSyICBhd6IdIQ
-include conf/distro/openzaurus-3.5.3.conf
+include conf/distro/openzaurus-3.5.4.conf
DISTRO = "opensimpad"
DISTRO_NAME = "OpenSIMpad"
DISTRO_VERSION = "0.9.0-rc2-${DATE}"
DEPENDS = "virtual/libqpe libsdl-qpe libsdl-mixer libsdl-image"
PR = "r2"
-SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/aliens_V${PV}.tar.gz"
+SRC_URI = "ftp://ftp.billsgames.com/unix/agenda/aliens/src/aliens_V${PV}.tar.gz"
S = "${WORKDIR}/aliens_V${PV}"
inherit palmtop
EXTRA_OECONF_append_beagle = " --with-driver=sa1100 --without-x"
EXTRA_OECONF_append_simpad = " --with-driver=sa1100 --without-x"
-export TOPDIR = "${STAGING_KERNEL_DIR}"
-
do_compile() {
cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}"
}
EXTRA_OECONF_beagle = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
EXTRA_OECONF_simpad = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
-export TOPDIR = "${STAGING_KERNEL_DIR}"
-
do_compile() {
cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}"
}
EXTRA_OECONF_append_beagle = " --with-driver=sa1100 --without-x"
EXTRA_OECONF_append_simpad = " --with-driver=sa1100 --without-x"
-export TOPDIR = "${STAGING_KERNEL_DIR}"
-
do_compile() {
cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}"
}