factor out common packages into task-bootstrap (pb_)
authorMichael Lauer <mickey@vanille-media.de>
Sun, 18 Apr 2004 16:57:24 +0000 (16:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 18 Apr 2004 16:57:24 +0000 (16:57 +0000)
make gpe-image use task-bootstrap (pb_), make opie-image use task-bootstrap (mickeyl)

BKrev: 4082b374qi7XGVeuhvmnwsv-_WnSxw

virtual/gpe-image.oe
virtual/opie-image.oe
virtual/task-bootstrap.oe [new file with mode: 0644]

index fd86558..d518c2c 100644 (file)
@@ -1,18 +1,11 @@
 export IMAGE_BASENAME = "gpe-image"
 
-DEPENDS = 'glibc base-files base-passwd-3.5.7 \
-          busybox dropbear hotplug ifupdown ipkg initscripts strace \
-          netbase tslib module-init-tools resolvconf sysvinit tinylogin \
+DEPENDS = 'task-bootstrap strace \
           diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \
-          meta-gpe ttf-bitstream-vera lrzsz pcmcia-cs'
+          meta-gpe ttf-bitstream-vera'
 
-export IPKG_INSTALL = 'base-files base-passwd \
-                     busybox dropbear pcmcia-cs \
-                     libc6 hotplug ifupdown ipkg strace \
-                     initscripts kernel-modules \
-                     netbase resolvconf \
-                     tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \
-                     gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft \
-                     lrzsz glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png'
+export IPKG_INSTALL = 'task-bootstrap strace xserver-kdrive-fbdev \
+                     gpe-task-base ttf-bitstream-vera pango-module-basic-xft \
+                     glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png'
 
 inherit image_ipk
index e69de29..b3f31ce 100644 (file)
@@ -0,0 +1,10 @@
+export IMAGE_BASENAME = "opie-image"
+
+OPIE_LIBS = "qte-for-opie qpf-bitstream-vera libqpe-opie libopie2"
+OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar"
+
+DEPENDS = "task-bootstrap strace ${OPIE_LIBS} ${OPIE_BASE}"
+
+export IPKG_INSTALL = "${DEPENDS}"
+
+inherit image_ipk
diff --git a/virtual/task-bootstrap.oe b/virtual/task-bootstrap.oe
new file mode 100644 (file)
index 0000000..e69de29