From: Michael Lauer Date: Sun, 18 Apr 2004 16:57:24 +0000 (+0000) Subject: factor out common packages into task-bootstrap (pb_) X-Git-Tag: Release-2010-05/1~19647 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd93aaa6202c7919b4f87e1892bfc47aef65c5a5;p=openembedded.git factor out common packages into task-bootstrap (pb_) make gpe-image use task-bootstrap (pb_), make opie-image use task-bootstrap (mickeyl) BKrev: 4082b374qi7XGVeuhvmnwsv-_WnSxw --- diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe index fd86558e40..d518c2cdfd 100644 --- a/virtual/gpe-image.oe +++ b/virtual/gpe-image.oe @@ -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 diff --git a/virtual/opie-image.oe b/virtual/opie-image.oe index e69de29bb2..b3f31ce98c 100644 --- a/virtual/opie-image.oe +++ b/virtual/opie-image.oe @@ -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 index 0000000000..e69de29bb2