* [meta-oe 1/4] kmod: update to v7
@ 2012-03-20 17:18 Koen Kooi
2012-03-20 17:18 ` [meta-oe 2/4] udev: update to 182 Koen Kooi
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Koen Kooi @ 2012-03-20 17:18 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta-oe/recipes-kernel/kmod/kmod_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb
index c382ffc..aae9e7f 100644
--- a/meta-oe/recipes-kernel/kmod/kmod_git.bb
+++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb
@@ -3,12 +3,12 @@ DESCRIPTION = "kmod - handle kernel modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PR = "r2"
+PR = "r3"
inherit autotools gitpkgv
PKGV = "${GITPKGVTAG}"
-SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b"
+SRCREV = "8885ced062131214448fae056ef453f094303805"
SRC_URI = "git://git.profusion.mobi/kmod.git \
file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* [meta-oe 2/4] udev: update to 182 2012-03-20 17:18 [meta-oe 1/4] kmod: update to v7 Koen Kooi @ 2012-03-20 17:18 ` Koen Kooi 2012-03-20 17:18 ` [meta-oe 3/4] udev: remove 173 Koen Kooi 2012-03-20 17:18 ` [meta-oe 4/4] udev: remove 175 Koen Kooi 2 siblings, 0 replies; 16+ messages in thread From: Koen Kooi @ 2012-03-20 17:18 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta-oe/recipes-core/udev/udev_181.bb | 89 --------------------------------- meta-oe/recipes-core/udev/udev_182.bb | 84 +++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 89 deletions(-) delete mode 100644 meta-oe/recipes-core/udev/udev_181.bb create mode 100644 meta-oe/recipes-core/udev/udev_182.bb diff --git a/meta-oe/recipes-core/udev/udev_181.bb b/meta-oe/recipes-core/udev/udev_181.bb deleted file mode 100644 index 9ca91bf..0000000 --- a/meta-oe/recipes-core/udev/udev_181.bb +++ /dev/null @@ -1,89 +0,0 @@ -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ -/dev/, handles hotplug events and loads drivers at boot time." - -DEFAULT_PREFERENCE = "-1" - -# udev 169 and up require kernel 2.6.36 for ARM: -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f - -LICENSE = "GPLv2+ & LGPLv2.1+" -LICENSE_${PN} = "GPLv2+" -LICENSE_libudev = "LGPLv2.1+" -LICENSE_libgudev = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://src/COPYING;md5=17c4e5fb495e6707ac92a3864926f979 \ - file://src/extras/gudev/COPYING;md5=fb494485a7d0505308cb68e4997cc266" - -# glib-2.0: Needed for udev-extras -# util-linux: Needed for libblkid -# kmod: needed for libkmod -DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" - -PR = "r1" - -# version specific SRC_URI -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/${P}.tar.gz \ - file://gtk-doc.make" - -SRC_URI[md5sum] = "86fed9d76060c8157e550ca1b4ee3250" -SRC_URI[sha256sum] = "b4b0fb6553926bb83ff43b65df44f29a3bce0980a970bcc4a80d5e4f81946f30" - -# generic SRC_URI -SRC_URI += " \ - file://touchscreen.rules \ - file://modprobe.rules \ -" - -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS - -inherit autotools - -EXTRA_OECONF += " \ - --disable-introspection \ - --with-pci-ids-path=/usr/share/misc \ - ac_cv_file__usr_share_pci_ids=no \ - ac_cv_file__usr_share_hwdata_pci_ids=no \ - ac_cv_file__usr_share_misc_pci_ids=yes \ - --sbindir=${base_sbindir} \ - --libexecdir=${base_libdir} \ - --with-rootlibdir=${base_libdir} \ - --with-rootprefix= \ - --disable-gtk-doc-html \ - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ -" - -do_configure_prepend() { - cp ${WORKDIR}/gtk-doc.make ${S} -} - -PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils" - -FILES_${PN}-systemd = "${base_libdir}/systemd" -RDEPENDS_${PN}-systemd += "udev" - -FILES_libudev = "${base_libdir}/libudev.so.*" -FILES_libgudev = "${base_libdir}/libgudev*.so.*" - -RDEPENDS_${PN} += "udev-utils" -RPROVIDES_${PN} = "hotplug" -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" - -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} -# is ${prefix}/lib64 -FILES_${PN} += "/lib/udev*" -FILES_${PN}-dbg += "/lib/udev/.debug" - -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" - -FILES_udev-utils = "${bindir}/udevadm" - -do_install () { - install -d ${D}${usrsbindir} \ - ${D}${sbindir} - oe_runmake 'DESTDIR=${D}' INSTALL=install install - - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ -} - diff --git a/meta-oe/recipes-core/udev/udev_182.bb b/meta-oe/recipes-core/udev/udev_182.bb new file mode 100644 index 0000000..a7bf068 --- /dev/null +++ b/meta-oe/recipes-core/udev/udev_182.bb @@ -0,0 +1,84 @@ +DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ +/dev/, handles hotplug events and loads drivers at boot time." + +# udev 169 and up require kernel 2.6.36 for ARM: +# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f + +LICENSE = "GPLv2+ & LGPLv2.1+" +LICENSE_${PN} = "GPLv2+" +LICENSE_libudev = "LGPLv2.1+" +LICENSE_libgudev = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://src/COPYING;md5=17c4e5fb495e6707ac92a3864926f979 \ + file://src/gudev/COPYING;md5=fb494485a7d0505308cb68e4997cc266" + +# glib-2.0: Needed for udev-extras +# util-linux: Needed for libblkid +# kmod: needed for libkmod +DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" + +# version specific SRC_URI +SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/${P}.tar.gz \ + file://gtk-doc.make" +SRC_URI[md5sum] = "1b964456177fbf48023dfee7db3a708d" +SRC_URI[sha256sum] = "7857ed19fafd8f3ca8de410194e8c7336e9eb8a20626ea8a4ba6449b017faba4" + +# generic SRC_URI +SRC_URI += " \ + file://touchscreen.rules \ + file://modprobe.rules \ +" + +# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS + +inherit autotools + +EXTRA_OECONF += " \ + --disable-introspection \ + --with-pci-ids-path=/usr/share/misc \ + ac_cv_file__usr_share_pci_ids=no \ + ac_cv_file__usr_share_hwdata_pci_ids=no \ + ac_cv_file__usr_share_misc_pci_ids=yes \ + --sbindir=${base_sbindir} \ + --libexecdir=${base_libdir} \ + --with-rootlibdir=${base_libdir} \ + --with-rootprefix= \ + --disable-gtk-doc-html \ + --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ +" + +do_configure_prepend() { + cp ${WORKDIR}/gtk-doc.make ${S} +} + +PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils" + +FILES_${PN}-systemd = "${base_libdir}/systemd" +RDEPENDS_${PN}-systemd += "udev" + +FILES_libudev = "${base_libdir}/libudev.so.*" +FILES_libgudev = "${base_libdir}/libgudev*.so.*" + +RDEPENDS_${PN} += "udev-utils" +RPROVIDES_${PN} = "hotplug" +FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" +FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" + +# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} +# is ${prefix}/lib64 +FILES_${PN} += "/lib/udev*" +FILES_${PN}-dbg += "/lib/udev/.debug" + +FILES_${PN}-consolekit += "${libdir}/ConsoleKit" +RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" + +FILES_udev-utils = "${bindir}/udevadm" + +do_install () { + install -d ${D}${usrsbindir} \ + ${D}${sbindir} + oe_runmake 'DESTDIR=${D}' INSTALL=install install + + install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ +} + -- 1.7.2.5 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [meta-oe 3/4] udev: remove 173 2012-03-20 17:18 [meta-oe 1/4] kmod: update to v7 Koen Kooi 2012-03-20 17:18 ` [meta-oe 2/4] udev: update to 182 Koen Kooi @ 2012-03-20 17:18 ` Koen Kooi 2012-03-25 10:15 ` Andreas Müller 2012-03-20 17:18 ` [meta-oe 4/4] udev: remove 175 Koen Kooi 2 siblings, 1 reply; 16+ messages in thread From: Koen Kooi @ 2012-03-20 17:18 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta-oe/recipes-core/udev/udev_173.bb | 116 --------------------------------- 1 files changed, 0 insertions(+), 116 deletions(-) delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb deleted file mode 100644 index b7d7ed3..0000000 --- a/meta-oe/recipes-core/udev/udev_173.bb +++ /dev/null @@ -1,116 +0,0 @@ -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ -the hotplug package and requires a kernel not older than 2.6.27." - -# udev 169 and up require kernel 2.6.36 for ARM: -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f - -LICENSE = "GPLv2+ & LGPLv2.1+" -LICENSE_${PN} = "GPLv2+" -LICENSE_libudev = "LGPLv2.1+" -LICENSE_libgudev = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" - -# Needed for udev-extras -DEPENDS = "gperf-native usbutils acl glib-2.0" - -PR = "r4" - -# version specific SRC_URI -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ - file://gtk-doc.make" - -# generic SRC_URI -SRC_URI += " \ - file://touchscreen.rules \ - file://modprobe.rules \ - file://default \ - file://init \ - file://cache \ -" - -SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414" -SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c" - -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS - -inherit update-rc.d autotools - -EXTRA_OECONF += " \ - --disable-introspection \ - --with-pci-ids-path=/usr/share/misc \ - ac_cv_file__usr_share_pci_ids=no \ - ac_cv_file__usr_share_hwdata_pci_ids=no \ - ac_cv_file__usr_share_misc_pci_ids=yes \ - --sbindir=${base_sbindir} \ - --libexecdir=${base_libdir}/udev \ - --with-rootlibdir=${base_libdir} \ - --disable-gtk-doc-html \ - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ -" - -do_configure_prepend() { - cp ${WORKDIR}/gtk-doc.make ${S} -} - -INITSCRIPT_NAME = "udev" -INITSCRIPT_PARAMS = "start 04 S ." - -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" - -FILES_${PN}-systemd = "${base_libdir}/systemd" -RDEPENDS_${PN}-systemd += "udev" - -FILES_libudev = "${base_libdir}/libudev.so.*" -FILES_libgudev = "${base_libdir}/libgudev*.so.*" - -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" - -RPROVIDES_${PN} = "hotplug" -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" -RRECOMMENDS_${PN} += "util-linux-blkid" - -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} -# is ${prefix}/lib64 -FILES_${PN} += "/lib/udev*" -FILES_${PN}-dbg += "/lib/udev/.debug" - -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" - -do_install () { - install -d ${D}${usrsbindir} \ - ${D}${sbindir} - oe_runmake 'DESTDIR=${D}' INSTALL=install install - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev - install -m 0755 ${WORKDIR}/cache ${D}${sysconfdir}/init.d/udev-cache - - install -d ${D}${sysconfdir}/default - install -m 0755 ${WORKDIR}/default ${D}${sysconfdir}/default/udev - - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ - - touch ${D}${sysconfdir}/udev/saved.uname - touch ${D}${sysconfdir}/udev/saved.cmdline - touch ${D}${sysconfdir}/udev/saved.devices - touch ${D}${sysconfdir}/udev/saved.atags - - # disable udev-cache sysv script on systemd installs - ln -sf /dev/null ${D}/${base_libdir}/systemd/system/udev-cache.service -} - -# Create the cache after checkroot has run -pkg_postinst_udev_append() { - if test "x$D" != "x"; then - OPT="-r $D" - else - OPT="-s" - fi - update-rc.d $OPT udev-cache start 36 S . -} -- 1.7.2.5 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-20 17:18 ` [meta-oe 3/4] udev: remove 173 Koen Kooi @ 2012-03-25 10:15 ` Andreas Müller 2012-03-25 10:16 ` Andreas Müller 0 siblings, 1 reply; 16+ messages in thread From: Andreas Müller @ 2012-03-25 10:15 UTC (permalink / raw) To: openembedded-devel On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> wrote: > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > meta-oe/recipes-core/udev/udev_173.bb | 116 --------------------------------- > 1 files changed, 0 insertions(+), 116 deletions(-) > delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb > > diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb > deleted file mode 100644 > index b7d7ed3..0000000 > --- a/meta-oe/recipes-core/udev/udev_173.bb > +++ /dev/null > @@ -1,116 +0,0 @@ > -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ > -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ > -the hotplug package and requires a kernel not older than 2.6.27." > - > -# udev 169 and up require kernel 2.6.36 for ARM: > -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f > - > -LICENSE = "GPLv2+ & LGPLv2.1+" > -LICENSE_${PN} = "GPLv2+" > -LICENSE_libudev = "LGPLv2.1+" > -LICENSE_libgudev = "LGPLv2.1+" > -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ > - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ > - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" > - > -# Needed for udev-extras > -DEPENDS = "gperf-native usbutils acl glib-2.0" > - > -PR = "r4" > - > -# version specific SRC_URI > -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ > - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ > - file://gtk-doc.make" > - > -# generic SRC_URI > -SRC_URI += " \ > - file://touchscreen.rules \ > - file://modprobe.rules \ > - file://default \ > - file://init \ > - file://cache \ > -" > - > -SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414" > -SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c" > - > -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS > - > -inherit update-rc.d autotools > - > -EXTRA_OECONF += " \ > - --disable-introspection \ > - --with-pci-ids-path=/usr/share/misc \ > - ac_cv_file__usr_share_pci_ids=no \ > - ac_cv_file__usr_share_hwdata_pci_ids=no \ > - ac_cv_file__usr_share_misc_pci_ids=yes \ > - --sbindir=${base_sbindir} \ > - --libexecdir=${base_libdir}/udev \ > - --with-rootlibdir=${base_libdir} \ > - --disable-gtk-doc-html \ > - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ > -" > - > -do_configure_prepend() { > - cp ${WORKDIR}/gtk-doc.make ${S} > -} > - > -INITSCRIPT_NAME = "udev" > -INITSCRIPT_PARAMS = "start 04 S ." > - > -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" > - > -FILES_${PN}-systemd = "${base_libdir}/systemd" > -RDEPENDS_${PN}-systemd += "udev" > - > -FILES_libudev = "${base_libdir}/libudev.so.*" > -FILES_libgudev = "${base_libdir}/libgudev*.so.*" > - > -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" > - > -RPROVIDES_${PN} = "hotplug" > -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" > -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" > -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" > -RRECOMMENDS_${PN} += "util-linux-blkid" > - > -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} > -# is ${prefix}/lib64 > -FILES_${PN} += "/lib/udev*" > -FILES_${PN}-dbg += "/lib/udev/.debug" > - > -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" > -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" > - > -do_install () { > - install -d ${D}${usrsbindir} \ > - ${D}${sbindir} > - oe_runmake 'DESTDIR=${D}' INSTALL=install install > - install -d ${D}${sysconfdir}/init.d > - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev > - install -m 0755 ${WORKDIR}/cache ${D}${sysconfdir}/init.d/udev-cache > - > - install -d ${D}${sysconfdir}/default > - install -m 0755 ${WORKDIR}/default ${D}${sysconfdir}/default/udev > - > - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ > - > - touch ${D}${sysconfdir}/udev/saved.uname > - touch ${D}${sysconfdir}/udev/saved.cmdline > - touch ${D}${sysconfdir}/udev/saved.devices > - touch ${D}${sysconfdir}/udev/saved.atags > - > - # disable udev-cache sysv script on systemd installs > - ln -sf /dev/null ${D}/${base_libdir}/systemd/system/udev-cache.service > -} > - > -# Create the cache after checkroot has run > -pkg_postinst_udev_append() { > - if test "x$D" != "x"; then > - OPT="-r $D" > - else > - OPT="-s" > - fi > - update-rc.d $OPT udev-cache start 36 S . > -} > -- > 1.7.2.5 Acked-by: Koen Kooi <schnitzeltony@googlemail.com> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-25 10:15 ` Andreas Müller @ 2012-03-25 10:16 ` Andreas Müller 2012-03-25 10:20 ` Andreas Müller 0 siblings, 1 reply; 16+ messages in thread From: Andreas Müller @ 2012-03-25 10:16 UTC (permalink / raw) To: openembedded-devel On Sun, Mar 25, 2012 at 12:15 PM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> wrote: >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >> --- >> meta-oe/recipes-core/udev/udev_173.bb | 116 --------------------------------- >> 1 files changed, 0 insertions(+), 116 deletions(-) >> delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb >> >> diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb >> deleted file mode 100644 >> index b7d7ed3..0000000 >> --- a/meta-oe/recipes-core/udev/udev_173.bb >> +++ /dev/null >> @@ -1,116 +0,0 @@ >> -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ >> -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ >> -the hotplug package and requires a kernel not older than 2.6.27." >> - >> -# udev 169 and up require kernel 2.6.36 for ARM: >> -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f >> - >> -LICENSE = "GPLv2+ & LGPLv2.1+" >> -LICENSE_${PN} = "GPLv2+" >> -LICENSE_libudev = "LGPLv2.1+" >> -LICENSE_libgudev = "LGPLv2.1+" >> -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ >> - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ >> - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" >> - >> -# Needed for udev-extras >> -DEPENDS = "gperf-native usbutils acl glib-2.0" >> - >> -PR = "r4" >> - >> -# version specific SRC_URI >> -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ >> - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ >> - file://gtk-doc.make" >> - >> -# generic SRC_URI >> -SRC_URI += " \ >> - file://touchscreen.rules \ >> - file://modprobe.rules \ >> - file://default \ >> - file://init \ >> - file://cache \ >> -" >> - >> -SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414" >> -SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c" >> - >> -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS >> - >> -inherit update-rc.d autotools >> - >> -EXTRA_OECONF += " \ >> - --disable-introspection \ >> - --with-pci-ids-path=/usr/share/misc \ >> - ac_cv_file__usr_share_pci_ids=no \ >> - ac_cv_file__usr_share_hwdata_pci_ids=no \ >> - ac_cv_file__usr_share_misc_pci_ids=yes \ >> - --sbindir=${base_sbindir} \ >> - --libexecdir=${base_libdir}/udev \ >> - --with-rootlibdir=${base_libdir} \ >> - --disable-gtk-doc-html \ >> - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ >> -" >> - >> -do_configure_prepend() { >> - cp ${WORKDIR}/gtk-doc.make ${S} >> -} >> - >> -INITSCRIPT_NAME = "udev" >> -INITSCRIPT_PARAMS = "start 04 S ." >> - >> -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" >> - >> -FILES_${PN}-systemd = "${base_libdir}/systemd" >> -RDEPENDS_${PN}-systemd += "udev" >> - >> -FILES_libudev = "${base_libdir}/libudev.so.*" >> -FILES_libgudev = "${base_libdir}/libgudev*.so.*" >> - >> -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" >> - >> -RPROVIDES_${PN} = "hotplug" >> -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" >> -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" >> -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" >> -RRECOMMENDS_${PN} += "util-linux-blkid" >> - >> -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} >> -# is ${prefix}/lib64 >> -FILES_${PN} += "/lib/udev*" >> -FILES_${PN}-dbg += "/lib/udev/.debug" >> - >> -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" >> -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" >> - >> -do_install () { >> - install -d ${D}${usrsbindir} \ >> - ${D}${sbindir} >> - oe_runmake 'DESTDIR=${D}' INSTALL=install install >> - install -d ${D}${sysconfdir}/init.d >> - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev >> - install -m 0755 ${WORKDIR}/cache ${D}${sysconfdir}/init.d/udev-cache >> - >> - install -d ${D}${sysconfdir}/default >> - install -m 0755 ${WORKDIR}/default ${D}${sysconfdir}/default/udev >> - >> - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ >> - >> - touch ${D}${sysconfdir}/udev/saved.uname >> - touch ${D}${sysconfdir}/udev/saved.cmdline >> - touch ${D}${sysconfdir}/udev/saved.devices >> - touch ${D}${sysconfdir}/udev/saved.atags >> - >> - # disable udev-cache sysv script on systemd installs >> - ln -sf /dev/null ${D}/${base_libdir}/systemd/system/udev-cache.service >> -} >> - >> -# Create the cache after checkroot has run >> -pkg_postinst_udev_append() { >> - if test "x$D" != "x"; then >> - OPT="-r $D" >> - else >> - OPT="-s" >> - fi >> - update-rc.d $OPT udev-cache start 36 S . >> -} >> -- >> 1.7.2.5 > Acked-by: Koen Kooi <schnitzeltony@googlemail.com> OOps Copy & paste error lead to strange identities... Andreas Müller <schnitzeltony@googlemail.com> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-25 10:16 ` Andreas Müller @ 2012-03-25 10:20 ` Andreas Müller 2012-03-27 2:20 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Andreas Müller @ 2012-03-25 10:20 UTC (permalink / raw) To: openembedded-devel On Sun, Mar 25, 2012 at 12:16 PM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Sun, Mar 25, 2012 at 12:15 PM, Andreas Müller > <schnitzeltony@googlemail.com> wrote: >> On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> wrote: >>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>> --- >>> meta-oe/recipes-core/udev/udev_173.bb | 116 --------------------------------- >>> 1 files changed, 0 insertions(+), 116 deletions(-) >>> delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb >>> >>> diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb >>> deleted file mode 100644 >>> index b7d7ed3..0000000 >>> --- a/meta-oe/recipes-core/udev/udev_173.bb >>> +++ /dev/null >>> @@ -1,116 +0,0 @@ >>> -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ >>> -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ >>> -the hotplug package and requires a kernel not older than 2.6.27." >>> - >>> -# udev 169 and up require kernel 2.6.36 for ARM: >>> -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f >>> - >>> -LICENSE = "GPLv2+ & LGPLv2.1+" >>> -LICENSE_${PN} = "GPLv2+" >>> -LICENSE_libudev = "LGPLv2.1+" >>> -LICENSE_libgudev = "LGPLv2.1+" >>> -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ >>> - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ >>> - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" >>> - >>> -# Needed for udev-extras >>> -DEPENDS = "gperf-native usbutils acl glib-2.0" >>> - >>> -PR = "r4" >>> - >>> -# version specific SRC_URI >>> -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ >>> - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ >>> - file://gtk-doc.make" >>> - >>> -# generic SRC_URI >>> -SRC_URI += " \ >>> - file://touchscreen.rules \ >>> - file://modprobe.rules \ >>> - file://default \ >>> - file://init \ >>> - file://cache \ >>> -" >>> - >>> -SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414" >>> -SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c" >>> - >>> -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS >>> - >>> -inherit update-rc.d autotools >>> - >>> -EXTRA_OECONF += " \ >>> - --disable-introspection \ >>> - --with-pci-ids-path=/usr/share/misc \ >>> - ac_cv_file__usr_share_pci_ids=no \ >>> - ac_cv_file__usr_share_hwdata_pci_ids=no \ >>> - ac_cv_file__usr_share_misc_pci_ids=yes \ >>> - --sbindir=${base_sbindir} \ >>> - --libexecdir=${base_libdir}/udev \ >>> - --with-rootlibdir=${base_libdir} \ >>> - --disable-gtk-doc-html \ >>> - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ >>> -" >>> - >>> -do_configure_prepend() { >>> - cp ${WORKDIR}/gtk-doc.make ${S} >>> -} >>> - >>> -INITSCRIPT_NAME = "udev" >>> -INITSCRIPT_PARAMS = "start 04 S ." >>> - >>> -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" >>> - >>> -FILES_${PN}-systemd = "${base_libdir}/systemd" >>> -RDEPENDS_${PN}-systemd += "udev" >>> - >>> -FILES_libudev = "${base_libdir}/libudev.so.*" >>> -FILES_libgudev = "${base_libdir}/libgudev*.so.*" >>> - >>> -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" >>> - >>> -RPROVIDES_${PN} = "hotplug" >>> -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" >>> -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" >>> -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" >>> -RRECOMMENDS_${PN} += "util-linux-blkid" >>> - >>> -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} >>> -# is ${prefix}/lib64 >>> -FILES_${PN} += "/lib/udev*" >>> -FILES_${PN}-dbg += "/lib/udev/.debug" >>> - >>> -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" >>> -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" >>> - >>> -do_install () { >>> - install -d ${D}${usrsbindir} \ >>> - ${D}${sbindir} >>> - oe_runmake 'DESTDIR=${D}' INSTALL=install install >>> - install -d ${D}${sysconfdir}/init.d >>> - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev >>> - install -m 0755 ${WORKDIR}/cache ${D}${sysconfdir}/init.d/udev-cache >>> - >>> - install -d ${D}${sysconfdir}/default >>> - install -m 0755 ${WORKDIR}/default ${D}${sysconfdir}/default/udev >>> - >>> - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ >>> - >>> - touch ${D}${sysconfdir}/udev/saved.uname >>> - touch ${D}${sysconfdir}/udev/saved.cmdline >>> - touch ${D}${sysconfdir}/udev/saved.devices >>> - touch ${D}${sysconfdir}/udev/saved.atags >>> - >>> - # disable udev-cache sysv script on systemd installs >>> - ln -sf /dev/null ${D}/${base_libdir}/systemd/system/udev-cache.service >>> -} >>> - >>> -# Create the cache after checkroot has run >>> -pkg_postinst_udev_append() { >>> - if test "x$D" != "x"; then >>> - OPT="-r $D" >>> - else >>> - OPT="-s" >>> - fi >>> - update-rc.d $OPT udev-cache start 36 S . >>> -} >>> -- >>> 1.7.2.5 >> Acked-by: Koen Kooi <schnitzeltony@googlemail.com> > > OOps Copy & paste error lead to strange identities... > > Andreas Müller <schnitzeltony@googlemail.com> no further without coffee - sorry for the noise Acked-by: Andreas Müller <schnitzeltony@googlemail.com> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-25 10:20 ` Andreas Müller @ 2012-03-27 2:20 ` Otavio Salvador 2012-03-27 6:20 ` Andreas Müller 0 siblings, 1 reply; 16+ messages in thread From: Otavio Salvador @ 2012-03-27 2:20 UTC (permalink / raw) To: openembedded-devel NACK! 175+ breaks libertas ... or has it been fixed? On Sun, Mar 25, 2012 at 07:20, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Sun, Mar 25, 2012 at 12:16 PM, Andreas Müller > <schnitzeltony@googlemail.com> wrote: >> On Sun, Mar 25, 2012 at 12:15 PM, Andreas Müller >> <schnitzeltony@googlemail.com> wrote: >>> On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> wrote: >>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >>>> --- >>>> meta-oe/recipes-core/udev/udev_173.bb | 116 --------------------------------- >>>> 1 files changed, 0 insertions(+), 116 deletions(-) >>>> delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb >>>> >>>> diff --git a/meta-oe/recipes-core/udev/udev_173.bb b/meta-oe/recipes-core/udev/udev_173.bb >>>> deleted file mode 100644 >>>> index b7d7ed3..0000000 >>>> --- a/meta-oe/recipes-core/udev/udev_173.bb >>>> +++ /dev/null >>>> @@ -1,116 +0,0 @@ >>>> -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ >>>> -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ >>>> -the hotplug package and requires a kernel not older than 2.6.27." >>>> - >>>> -# udev 169 and up require kernel 2.6.36 for ARM: >>>> -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f >>>> - >>>> -LICENSE = "GPLv2+ & LGPLv2.1+" >>>> -LICENSE_${PN} = "GPLv2+" >>>> -LICENSE_libudev = "LGPLv2.1+" >>>> -LICENSE_libgudev = "LGPLv2.1+" >>>> -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ >>>> - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ >>>> - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" >>>> - >>>> -# Needed for udev-extras >>>> -DEPENDS = "gperf-native usbutils acl glib-2.0" >>>> - >>>> -PR = "r4" >>>> - >>>> -# version specific SRC_URI >>>> -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ >>>> - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ >>>> - file://gtk-doc.make" >>>> - >>>> -# generic SRC_URI >>>> -SRC_URI += " \ >>>> - file://touchscreen.rules \ >>>> - file://modprobe.rules \ >>>> - file://default \ >>>> - file://init \ >>>> - file://cache \ >>>> -" >>>> - >>>> -SRC_URI[md5sum] = "2afd20ee1c790eac6d7abe0498ebb414" >>>> -SRC_URI[sha256sum] = "0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c" >>>> - >>>> -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS >>>> - >>>> -inherit update-rc.d autotools >>>> - >>>> -EXTRA_OECONF += " \ >>>> - --disable-introspection \ >>>> - --with-pci-ids-path=/usr/share/misc \ >>>> - ac_cv_file__usr_share_pci_ids=no \ >>>> - ac_cv_file__usr_share_hwdata_pci_ids=no \ >>>> - ac_cv_file__usr_share_misc_pci_ids=yes \ >>>> - --sbindir=${base_sbindir} \ >>>> - --libexecdir=${base_libdir}/udev \ >>>> - --with-rootlibdir=${base_libdir} \ >>>> - --disable-gtk-doc-html \ >>>> - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ >>>> -" >>>> - >>>> -do_configure_prepend() { >>>> - cp ${WORKDIR}/gtk-doc.make ${S} >>>> -} >>>> - >>>> -INITSCRIPT_NAME = "udev" >>>> -INITSCRIPT_PARAMS = "start 04 S ." >>>> - >>>> -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" >>>> - >>>> -FILES_${PN}-systemd = "${base_libdir}/systemd" >>>> -RDEPENDS_${PN}-systemd += "udev" >>>> - >>>> -FILES_libudev = "${base_libdir}/libudev.so.*" >>>> -FILES_libgudev = "${base_libdir}/libgudev*.so.*" >>>> - >>>> -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" >>>> - >>>> -RPROVIDES_${PN} = "hotplug" >>>> -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" >>>> -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" >>>> -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" >>>> -RRECOMMENDS_${PN} += "util-linux-blkid" >>>> - >>>> -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} >>>> -# is ${prefix}/lib64 >>>> -FILES_${PN} += "/lib/udev*" >>>> -FILES_${PN}-dbg += "/lib/udev/.debug" >>>> - >>>> -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" >>>> -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" >>>> - >>>> -do_install () { >>>> - install -d ${D}${usrsbindir} \ >>>> - ${D}${sbindir} >>>> - oe_runmake 'DESTDIR=${D}' INSTALL=install install >>>> - install -d ${D}${sysconfdir}/init.d >>>> - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev >>>> - install -m 0755 ${WORKDIR}/cache ${D}${sysconfdir}/init.d/udev-cache >>>> - >>>> - install -d ${D}${sysconfdir}/default >>>> - install -m 0755 ${WORKDIR}/default ${D}${sysconfdir}/default/udev >>>> - >>>> - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ >>>> - >>>> - touch ${D}${sysconfdir}/udev/saved.uname >>>> - touch ${D}${sysconfdir}/udev/saved.cmdline >>>> - touch ${D}${sysconfdir}/udev/saved.devices >>>> - touch ${D}${sysconfdir}/udev/saved.atags >>>> - >>>> - # disable udev-cache sysv script on systemd installs >>>> - ln -sf /dev/null ${D}/${base_libdir}/systemd/system/udev-cache.service >>>> -} >>>> - >>>> -# Create the cache after checkroot has run >>>> -pkg_postinst_udev_append() { >>>> - if test "x$D" != "x"; then >>>> - OPT="-r $D" >>>> - else >>>> - OPT="-s" >>>> - fi >>>> - update-rc.d $OPT udev-cache start 36 S . >>>> -} >>>> -- >>>> 1.7.2.5 >>> Acked-by: Koen Kooi <schnitzeltony@googlemail.com> >> >> OOps Copy & paste error lead to strange identities... >> >> Andreas Müller <schnitzeltony@googlemail.com> > no further without coffee - sorry for the noise > > Acked-by: Andreas Müller <schnitzeltony@googlemail.com> > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-27 2:20 ` Otavio Salvador @ 2012-03-27 6:20 ` Andreas Müller 2012-03-27 11:17 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Andreas Müller @ 2012-03-27 6:20 UTC (permalink / raw) To: openembedded-devel On Tue, Mar 27, 2012 at 4:20 AM, Otavio Salvador <otavio@ossystems.com.br> wrote: > NACK! 175+ breaks libertas ... or has it been fixed? 177+ breaks we have 175 left Andreas ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 3/4] udev: remove 173 2012-03-27 6:20 ` Andreas Müller @ 2012-03-27 11:17 ` Otavio Salvador 0 siblings, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2012-03-27 11:17 UTC (permalink / raw) To: openembedded-devel On Tue, Mar 27, 2012 at 03:20, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Tue, Mar 27, 2012 at 4:20 AM, Otavio Salvador > <otavio@ossystems.com.br> wrote: >> NACK! 175+ breaks libertas ... or has it been fixed? > 177+ breaks we have 175 left So, fine by me. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 16+ messages in thread
* [meta-oe 4/4] udev: remove 175 2012-03-20 17:18 [meta-oe 1/4] kmod: update to v7 Koen Kooi 2012-03-20 17:18 ` [meta-oe 2/4] udev: update to 182 Koen Kooi 2012-03-20 17:18 ` [meta-oe 3/4] udev: remove 173 Koen Kooi @ 2012-03-20 17:18 ` Koen Kooi 2012-03-21 7:49 ` Andreas Müller 2 siblings, 1 reply; 16+ messages in thread From: Koen Kooi @ 2012-03-20 17:18 UTC (permalink / raw) To: openembedded-devel; +Cc: Koen Kooi Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta-oe/recipes-core/udev/udev_175.bb | 91 --------------------------------- 1 files changed, 0 insertions(+), 91 deletions(-) delete mode 100644 meta-oe/recipes-core/udev/udev_175.bb diff --git a/meta-oe/recipes-core/udev/udev_175.bb b/meta-oe/recipes-core/udev/udev_175.bb deleted file mode 100644 index e14dde2..0000000 --- a/meta-oe/recipes-core/udev/udev_175.bb +++ /dev/null @@ -1,91 +0,0 @@ -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ -the hotplug package and requires a kernel not older than 2.6.27." - -DEFAULT_PREFERENCE = "-1" - -# udev 169 and up require kernel 2.6.36 for ARM: -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f - -LICENSE = "GPLv2+ & LGPLv2.1+" -LICENSE_${PN} = "GPLv2+" -LICENSE_libudev = "LGPLv2.1+" -LICENSE_libgudev = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" - -# Needed for udev-extras -DEPENDS = "gperf-native usbutils acl glib-2.0" - -PR = "r1" - -# 6f410b81aa6d588b03ae795c9b76468591ef7efa -> 175 tag -SRCREV = "6f410b81aa6d588b03ae795c9b76468591ef7efa" - -# version specific SRC_URI -SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ - file://gtk-doc.make" - -# generic SRC_URI -SRC_URI += " \ - file://touchscreen.rules \ - file://modprobe.rules \ -" - -S = "${WORKDIR}/git" - -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS - -inherit autotools - -EXTRA_OECONF += " \ - --disable-introspection \ - --with-pci-ids-path=/usr/share/misc \ - ac_cv_file__usr_share_pci_ids=no \ - ac_cv_file__usr_share_hwdata_pci_ids=no \ - ac_cv_file__usr_share_misc_pci_ids=yes \ - --sbindir=${base_sbindir} \ - --libexecdir=${base_libdir}/udev \ - --with-rootlibdir=${base_libdir} \ - --disable-gtk-doc-html \ - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ -" - -do_configure_prepend() { - cp ${WORKDIR}/gtk-doc.make ${S} -} - -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" - -FILES_${PN}-systemd = "${base_libdir}/systemd" -RDEPENDS_${PN}-systemd += "udev" - -FILES_libudev = "${base_libdir}/libudev.so.*" -FILES_libgudev = "${base_libdir}/libgudev*.so.*" - -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" - -RPROVIDES_${PN} = "hotplug" -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" -RRECOMMENDS_${PN} += "util-linux-blkid" - -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} -# is ${prefix}/lib64 -FILES_${PN} += "/lib/udev*" -FILES_${PN}-dbg += "/lib/udev/.debug" - -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" - -do_install () { - install -d ${D}${usrsbindir} \ - ${D}${sbindir} - oe_runmake 'DESTDIR=${D}' INSTALL=install install - - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ -} - -- 1.7.2.5 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-20 17:18 ` [meta-oe 4/4] udev: remove 175 Koen Kooi @ 2012-03-21 7:49 ` Andreas Müller 2012-03-21 12:10 ` Koen Kooi 0 siblings, 1 reply; 16+ messages in thread From: Andreas Müller @ 2012-03-21 7:49 UTC (permalink / raw) To: openembedded-devel On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> wrote: > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > meta-oe/recipes-core/udev/udev_175.bb | 91 --------------------------------- > 1 files changed, 0 insertions(+), 91 deletions(-) > delete mode 100644 meta-oe/recipes-core/udev/udev_175.bb > > diff --git a/meta-oe/recipes-core/udev/udev_175.bb b/meta-oe/recipes-core/udev/udev_175.bb > deleted file mode 100644 > index e14dde2..0000000 > --- a/meta-oe/recipes-core/udev/udev_175.bb > +++ /dev/null > @@ -1,91 +0,0 @@ > -DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ > -/dev/, handles hotplug events and loads drivers at boot time. It replaces \ > -the hotplug package and requires a kernel not older than 2.6.27." > - > -DEFAULT_PREFERENCE = "-1" > - > -# udev 169 and up require kernel 2.6.36 for ARM: > -# http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=67a77c8bf299f6264f001677becd056316ebce2f > - > -LICENSE = "GPLv2+ & LGPLv2.1+" > -LICENSE_${PN} = "GPLv2+" > -LICENSE_libudev = "LGPLv2.1+" > -LICENSE_libgudev = "LGPLv2.1+" > -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ > - file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ > - file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" > - > -# Needed for udev-extras > -DEPENDS = "gperf-native usbutils acl glib-2.0" > - > -PR = "r1" > - > -# 6f410b81aa6d588b03ae795c9b76468591ef7efa -> 175 tag > -SRCREV = "6f410b81aa6d588b03ae795c9b76468591ef7efa" > - > -# version specific SRC_URI > -SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ > - file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ > - file://gtk-doc.make" > - > -# generic SRC_URI > -SRC_URI += " \ > - file://touchscreen.rules \ > - file://modprobe.rules \ > -" > - > -S = "${WORKDIR}/git" > - > -# Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS > - > -inherit autotools > - > -EXTRA_OECONF += " \ > - --disable-introspection \ > - --with-pci-ids-path=/usr/share/misc \ > - ac_cv_file__usr_share_pci_ids=no \ > - ac_cv_file__usr_share_hwdata_pci_ids=no \ > - ac_cv_file__usr_share_misc_pci_ids=yes \ > - --sbindir=${base_sbindir} \ > - --libexecdir=${base_libdir}/udev \ > - --with-rootlibdir=${base_libdir} \ > - --disable-gtk-doc-html \ > - --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ > -" > - > -do_configure_prepend() { > - cp ${WORKDIR}/gtk-doc.make ${S} > -} > - > -PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" > - > -FILES_${PN}-systemd = "${base_libdir}/systemd" > -RDEPENDS_${PN}-systemd += "udev" > - > -FILES_libudev = "${base_libdir}/libudev.so.*" > -FILES_libgudev = "${base_libdir}/libgudev*.so.*" > - > -FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm" > - > -RPROVIDES_${PN} = "hotplug" > -FILES_${PN} += "${usrbindir}/* ${usrsbindir}/udevd" > -FILES_${PN}-dbg += "${usrbindir}/.debug ${usrsbindir}/.debug" > -RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" > -RRECOMMENDS_${PN} += "util-linux-blkid" > - > -# udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} > -# is ${prefix}/lib64 > -FILES_${PN} += "/lib/udev*" > -FILES_${PN}-dbg += "/lib/udev/.debug" > - > -FILES_${PN}-consolekit += "${libdir}/ConsoleKit" > -RDEPENDS_${PN}-consolekit += "${@base_contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" > - > -do_install () { > - install -d ${D}${usrsbindir} \ > - ${D}${sbindir} > - oe_runmake 'DESTDIR=${D}' INSTALL=install install > - > - install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ > -} > - Could we wait with this until libertas works with udev >= 177 [1]? Andreas [1] http://www.spinics.net/lists/linux-wireless/msg85541.html ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-21 7:49 ` Andreas Müller @ 2012-03-21 12:10 ` Koen Kooi 2012-03-21 12:18 ` Otavio Salvador 2012-03-21 12:56 ` Frans Meulenbroeks 0 siblings, 2 replies; 16+ messages in thread From: Koen Kooi @ 2012-03-21 12:10 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 21-03-12 08:49, Andreas Müller schreef: > On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> > wrote: >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > Could we wait with this until libertas works with udev >= 177 [1]? I'd rather live with the breakage so people are motivated to fix the libertas driver. Unless someone commits to maintain the 175 recipe, of course. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJPacUXAAoJEHZqAkdh1vT6cUoP/jjErwsT8gHBgqWLmR/eIYZF 6PjELnqpmnucA6Vpz6YWXFcc9OFZexHHS0gi4r4onuvBXDYJimo4Uu8u/9NxG/7b BJwExp84OsBUAopSErcuPR5IghZrP26UhErr3D6A9mfsp7Y0oEpqY2+xK9OQ4ErY umryoniuAZJCt0qfFj0J1wR/hQyFrPFWZ+0WUT1QtXAys5j9Z5ezw8eO9yfdEH6l 16kzcDkauG+T4nik8ZE6N8fzJjyrUPT+FI5X9qWpY5MmNmp5NuIat1wBUA7ML0wF MOIHTYpxTSINmlATq1wmIDkXf7butVj0EIPwotvmfWVS65SsWWxTc+sQg9m2POic p0OW+V8hYu3gY7CT5zdhYTEClaglrRrc5FvA24RqhgvH6RQwbgHBQnimWH1qrT6Q XLNE1RWdA1ljViRDVwWS1OBxmKXM96oUENWIpB067gta65OKGbLBNy6v++gdtchW +WEQ9yCOfceVVkpUYCIVTotPgstMsU2dQIx8jLYf04onOgv8+2YuemPnnPJOsrjP wF1MKEkpYFQFLBTOYF63i2QleJwIbqPmgJzkfpnKo3ZoVbOrjGqUC3bdosPqvmpx T4EfJi8C4EXE9bOx1XklJ6ghptEBB6PD+BzXL2rpbx75QrLE9Ma2lrYF05JR3Sq3 7AYFa0wg8ivHmAf6ArY0 =w7zk -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-21 12:10 ` Koen Kooi @ 2012-03-21 12:18 ` Otavio Salvador 2012-03-21 12:48 ` Koen Kooi 2012-03-21 12:56 ` Frans Meulenbroeks 1 sibling, 1 reply; 16+ messages in thread From: Otavio Salvador @ 2012-03-21 12:18 UTC (permalink / raw) To: openembedded-devel On Wed, Mar 21, 2012 at 09:10, Koen Kooi <koen@dominion.thruhere.net> wrote: >> Could we wait with this until libertas works with udev >= 177 [1]? > > I'd rather live with the breakage so people are motivated to fix the > libertas driver. Unless someone commits to maintain the 175 recipe, of course. I don't see any strong reason to boost the move as AFAIK everything is working fine with 175 for now. So I'd say to keep on it until libertas is made working with the newer udev version. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-21 12:18 ` Otavio Salvador @ 2012-03-21 12:48 ` Koen Kooi 2012-03-21 12:56 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Koen Kooi @ 2012-03-21 12:48 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 21-03-12 13:18, Otavio Salvador schreef: > On Wed, Mar 21, 2012 at 09:10, Koen Kooi <koen@dominion.thruhere.net> > wrote: >>> Could we wait with this until libertas works with udev >= 177 [1]? >> >> I'd rather live with the breakage so people are motivated to fix the >> libertas driver. Unless someone commits to maintain the 175 recipe, of >> course. > > I don't see any strong reason to boost the move as AFAIK everything is > working fine with 175 for now. So I'd say to keep on it until libertas is > made working with the newer udev version. Are you committing to maintaining the udev 175 recipe? regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJPac40AAoJEHZqAkdh1vT6E4kP/3AK1OqHfWqf0WcYuxPPeBVW 5MXJU0/gqhaNxcrm/GJNXHHuTgEfXMcW25gXNyjDxhh/THoqHY/z6kOARys8pOMp +Y5bn+oO0K4+MnbqTEm3iMRlb8T8GrQddQ9+7f6cXN11AD2LZL///k+sr4ofPWkY OZAOW7rgLzfk2Z2bSLI2uYaCsAygW4J58qb5h6dOxjckhZPqmaD/RB9XPyf8yCcd gdskYXMMUvQ/LCRn8ob+SomZkCIoohPYCyMHtCT1FVkvHS0kJJCS+BfnCwWouwh5 KbRiY4QIkl8r/jLuc4XqofE9sz+gdIcYKTdRsFSkXi4CFgZq1zAJrp/wj3gbsEfY Hri4YqE+I7+Z7PNKdLxW0TUyRP7PEqlXiJgIf2/ElNPNNd6lN7F7OE1o7uv0g5Wg ILDjRlt8Ws+d2SYeZbpnjQS5u/RYk58+H0yUFBsPoptrMZ7Qy0FGcZhRuY4C5YIK ZZFA0rfON3Dt3A+1V1oaEeOo9a3PNLSMcE5vint1BPe/iYBVHGdp+SQ03GNfugRt 0w5Qt/zlg9HFPTiiIinKrSpdSJB6Uw7MOh6Iu8DQJodpkufY3vdcOD8LjiqEzGbV loHvjKOOzEU5LuwpbR+hXHHlQAYcmTJWDwFLSNcyGAefOCUmSEA2+qTIIjpDtByn LO+kqAj4WzPmZ7DpQKh2 =I6Se -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-21 12:48 ` Koen Kooi @ 2012-03-21 12:56 ` Otavio Salvador 0 siblings, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2012-03-21 12:56 UTC (permalink / raw) To: openembedded-devel On Wed, Mar 21, 2012 at 09:48, Koen Kooi <koen@dominion.thruhere.net> wrote: >> I don't see any strong reason to boost the move as AFAIK everything is >> working fine with 175 for now. So I'd say to keep on it until libertas is >> made working with the newer udev version. > > Are you committing to maintaining the udev 175 recipe? I am commiting to nack an move to 18X if it has feature regressions as it is the case. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe 4/4] udev: remove 175 2012-03-21 12:10 ` Koen Kooi 2012-03-21 12:18 ` Otavio Salvador @ 2012-03-21 12:56 ` Frans Meulenbroeks 1 sibling, 0 replies; 16+ messages in thread From: Frans Meulenbroeks @ 2012-03-21 12:56 UTC (permalink / raw) To: openembedded-devel 2012/3/21 Koen Kooi <koen@dominion.thruhere.net>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Op 21-03-12 08:49, Andreas Müller schreef: >> On Tue, Mar 20, 2012 at 6:18 PM, Koen Kooi <koen@dominion.thruhere.net> >> wrote: >>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > >> Could we wait with this until libertas works with udev >= 177 [1]? > > I'd rather live with the breakage so people are motivated to fix the > libertas driver. Unless someone commits to maintain the 175 recipe, of course. > > regards, > > Koen Interesting point of view. I still recall the flak someone gave when some breakage occurred because some old recipes were removed.... Seems the world is improving after all ;-) Have fun! Frans PS: not volunteering to maintain 175; My products are still perfectly happy with static device tables. ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-03-27 11:26 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-20 17:18 [meta-oe 1/4] kmod: update to v7 Koen Kooi 2012-03-20 17:18 ` [meta-oe 2/4] udev: update to 182 Koen Kooi 2012-03-20 17:18 ` [meta-oe 3/4] udev: remove 173 Koen Kooi 2012-03-25 10:15 ` Andreas Müller 2012-03-25 10:16 ` Andreas Müller 2012-03-25 10:20 ` Andreas Müller 2012-03-27 2:20 ` Otavio Salvador 2012-03-27 6:20 ` Andreas Müller 2012-03-27 11:17 ` Otavio Salvador 2012-03-20 17:18 ` [meta-oe 4/4] udev: remove 175 Koen Kooi 2012-03-21 7:49 ` Andreas Müller 2012-03-21 12:10 ` Koen Kooi 2012-03-21 12:18 ` Otavio Salvador 2012-03-21 12:48 ` Koen Kooi 2012-03-21 12:56 ` Otavio Salvador 2012-03-21 12:56 ` Frans Meulenbroeks
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.