On Tue, Oct 19, 2010 at 11:00:42AM +0200, Frans Meulenbroeks wrote: > 2010/10/19 Martin Jansa <[email protected]>: > > I was asked few times to cleanup old openmoko recipes. > > > > Openmoko as distribution was obsoleted on Aug 10 2010 and SHR is marked as > > successor in that distro config. > > > > Yesterday khem asked me to fix libmokoui2 or obsolete it. We don't use > > libmokoui2 in SHR and seems like nobody else does > > http://tinderbox.openembedded.org/packages/libmokoui2/ > > > > So I started to obsolete it and recipes depending on it.. and when it > > started > > to fall apart I've moved last remaining parts to obsolete too. > > > > Please check this patch serie if you found something usefull for you and if > > yes, > > then became maintainer for it (as nobody seems to care now). > > > > BTW: I have nothing against openmoko company/distro/recipes/machines :). > > > > Patch 9 didn't land here.
It's probably because it's 3.8MB big :/ I'll attach dirstat here. > I agree with your reasoning, and reviewed the other patches and see no issues. > The only small remark is that if you plan to move to obsolete today, > that full removal on oct 22 is a little bit early in my eyes. Removal Date: 2010-12-22 it's not October, but I'm ok to postpone it to 2011-06-01 or whatever.. because obsolete/nonworking recipes are not in my BBFILES mask :). > Anyway for all the patches: > Acked-by: Frans Meulenbroeks <[email protected]> Thanks ---- Patch 09: in short: git mv recipes/linux/linux-openmoko-2.6.2[48]* recipes/obsolete/linux/ >From 1578a95d9e9267e1a05f36063846d69343aca33e Mon Sep 17 00:00:00 2001 From: Martin Jansa <[email protected]> Date: Tue, 19 Oct 2010 09:52:01 +0200 Subject: [PATCH 09/13] linux-openmoko: obsolete 2.6.24 and 2.6.28 Signed-off-by: Martin Jansa <[email protected]> --- 26 files changed, 41361 insertions(+), 41361 deletions(-) delete mode 100644 recipes/linux/linux-openmoko-2.6.24/0001-squashfs-with-lzma.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/0002-squashfs-initrd.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/0003-squashfs-force-O2.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/0004-squashfs-Kconfig.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/0005-squashfs-Makefile.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/defconfig-2.6.22.5 delete mode 100644 recipes/linux/linux-openmoko-2.6.24/defconfig-oe delete mode 100644 recipes/linux/linux-openmoko-2.6.24/gta01-fix-battery-class-name.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24/logo_linux_clut224.ppm delete mode 100644 recipes/linux/linux-openmoko-2.6.24/openwrt-ledtrig-netdev.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.24_git.bb delete mode 100644 recipes/linux/linux-openmoko-2.6.28/defconfig-oe.patch delete mode 100644 recipes/linux/linux-openmoko-2.6.28_git.bb create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/0001-squashfs-with-lzma.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/0002-squashfs-initrd.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/0003-squashfs-force-O2.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/0004-squashfs-Kconfig.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/0005-squashfs-Makefile.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/defconfig-2.6.22.5 create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/defconfig-oe create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/gta01-fix-battery-class-name.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/logo_linux_clut224.ppm create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24/openwrt-ledtrig-netdev.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.24_git.bb create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.28/defconfig-oe.patch create mode 100644 recipes/obsolete/linux/linux-openmoko-2.6.28_git.bb -- Martin 'JaMa' Jansa jabber: [email protected] _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
