task-angstrom, angstrom-bootstrap-image: add machine specific stuff for ipaq-pxa270
authorKoen Kooi <koen@openembedded.org>
Thu, 27 Jul 2006 17:56:24 +0000 (17:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 27 Jul 2006 17:56:24 +0000 (17:56 +0000)
packages/angstrom/angstrom-bootstrap-image.bb
packages/angstrom/task-angstrom.bb

index b2b5565..88ace3c 100644 (file)
@@ -1,7 +1,7 @@
 #Angstrom bootstrap image
 LICENSE = MIT
 MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
-PR = "r0"
+PR = "r2"
 
 DEPENDS = "task-angstrom"
 RDEPENDS = "angstrom-base-depends"
index 08bc05f..c0f03d4 100644 (file)
@@ -1,7 +1,9 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r6"
+PR = "r7"
 ALLOW_EMPTY = "1"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 BOOTMODULES_RRECOMMENDS ?= ""
 
 PACKAGES = "\
@@ -31,6 +33,9 @@ RDEPENDS_angstrom-base-depends = "\
     tslib-tests tslib-calibrate \
 "
 
+RDEPENDS_angstrom-base-depends_append_ipaq-pxa270 = " tiinit acx-firmware "
+
+
 RRECOMMENDS_angstrom-base-depends = "\
         ${BOOTMODULES_RRECOMMENDS} \
        kernel-module-g-ether \