All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH 0/2] sync with oe-core
@ 2012-01-06 23:35 Andrea Adami
  2012-01-06 23:35 ` [meta-oe] [PATCH 1/2] kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core) Andrea Adami
  2012-01-06 23:35 ` [meta-oe] [PATCH 2/2] xf86-video-fbdev: remove, driver is now in oe-core Andrea Adami
  0 siblings, 2 replies; 3+ messages in thread
From: Andrea Adami @ 2012-01-06 23:35 UTC (permalink / raw)
  To: openembedded-devel

Andrea Adami (2):
  kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)
  xf86-video-fbdev: remove, driver is now in oe-core

 meta-oe/classes/kernel.bbclass                     |    4 ++--
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 --------
 2 files changed, 2 insertions(+), 10 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-oe] [PATCH 1/2] kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)
  2012-01-06 23:35 [meta-oe] [PATCH 0/2] sync with oe-core Andrea Adami
@ 2012-01-06 23:35 ` Andrea Adami
  2012-01-06 23:35 ` [meta-oe] [PATCH 2/2] xf86-video-fbdev: remove, driver is now in oe-core Andrea Adami
  1 sibling, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2012-01-06 23:35 UTC (permalink / raw)
  To: openembedded-devel

* Symptom: kernel symlink in /boot is not created.
* Rename in order to create the expected files:
* /var/lib/opkg/info/kernel-3.1.4.postinst
* /var/lib/opkg/info/kernel-3.1.4.postrm

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta-oe/classes/kernel.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 41f9b2d..e6f1bfa 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -228,11 +228,11 @@ do_savedefconfig() {
 do_savedefconfig[nostamp] = "1"
 addtask savedefconfig after do_configure
 
-pkg_postinst_kernel () {
+pkg_postinst_kernel-base () {
 	cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
 }
 
-pkg_postrm_kernel () {
+pkg_postrm_kernel-base () {
 	cd /${KERNEL_IMAGEDEST}; update-alternatives --remove ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} || true
 }
 
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe] [PATCH 2/2] xf86-video-fbdev: remove, driver is now in oe-core
  2012-01-06 23:35 [meta-oe] [PATCH 0/2] sync with oe-core Andrea Adami
  2012-01-06 23:35 ` [meta-oe] [PATCH 1/2] kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core) Andrea Adami
@ 2012-01-06 23:35 ` Andrea Adami
  1 sibling, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2012-01-06 23:35 UTC (permalink / raw)
  To: openembedded-devel

* as per commit id 4997e01cb051cc05348468707898798f9228613a

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
deleted file mode 100644
index 23da386..0000000
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require recipes-graphics/xorg-driver/xorg-driver-video.inc
-LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
-
-DESCRIPTION = "X.Org X server -- fbdev display driver"
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "53a533d9e0c2da50962282526bace074"
-SRC_URI[sha256sum] = "93b271b4b41d7e5ca108849a583b9523e96c51813d046282285355b7001f82d5"
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-06 23:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06 23:35 [meta-oe] [PATCH 0/2] sync with oe-core Andrea Adami
2012-01-06 23:35 ` [meta-oe] [PATCH 1/2] kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core) Andrea Adami
2012-01-06 23:35 ` [meta-oe] [PATCH 2/2] xf86-video-fbdev: remove, driver is now in oe-core Andrea Adami

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.