[oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Khem Raj
Fixes QA errors:

ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
Variable pkg_postinst is set as not being package specific, please fix
this.

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 recipes-misc-support/cyrus-sasl_2.1.19.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-misc-support/cyrus-sasl_2.1.19.bb 
b/recipes-misc-support/cyrus-sasl_2.1.19.bb
index 2c9d359..da9a709 100644
--- a/recipes-misc-support/cyrus-sasl_2.1.19.bb
+++ b/recipes-misc-support/cyrus-sasl_2.1.19.bb
@@ -47,7 +47,7 @@ do_install () {
 FILES_${PN} += ${prefix}/lib/sasl2/*.so*
 FILES_${PN}-dev += ${libdir}/sasl2/*.la ${libdir}/sasl2/*.a
 
-pkg_postinst () {
+pkg_postinst_${PN} () {
 grep cyrus /etc/passwd || adduser --disabled-password 
--home=/var/spool/mail --ingroup mail -g Cyrus sasl cyrus
 echo cyrus | saslpasswd2 -p -c cyrus
 chgrp mail /etc/sasldb2
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-opie][PATCH] recipes: Turn ALLOW_EMPTY to be package specific

2013-03-20 Thread Khem Raj
Fixes QA warnings during parse

ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb:
Variable ALLOW_EMPTY is set as not being package specific, please fix
this.
ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb:
Variable ALLOW_EMPTY is set as not being package specific, please fix
this.
ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-mediaplayer1_git.bb:
Variable ALLOW_EMPTY is set as not being package specific, please fix
this.
ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-mediaplayer1_1.2.5.bb:
Variable ALLOW_EMPTY is set as not being package specific, please fix
this.

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 recipes-opie/opie-help-en/opie-help-en.inc |2 +-
 .../opie-mediaplayer1/opie-mediaplayer1.inc|2 +-
 .../nativesdk-packagegroup-opie-toolchain-host.bb  |2 +-
 .../packagegroup-opie-toolchain-target.bb  |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-opie/opie-help-en/opie-help-en.inc 
b/recipes-opie/opie-help-en/opie-help-en.inc
index 30295f3..6c0ae6c 100644
--- a/recipes-opie/opie-help-en/opie-help-en.inc
+++ b/recipes-opie/opie-help-en/opie-help-en.inc
@@ -3,7 +3,7 @@ SECTION = opie/help
 LICENSE = GPLv2
 # FIXME stopgap until split archives have license files included
 LIC_FILES_CHKSUM = 
file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 PACKAGE_ARCH = all
 
 PACKAGES += ${PN}
diff --git a/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc 
b/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
index 22b1069..df35e37 100644
--- a/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
+++ b/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
@@ -2,7 +2,7 @@ DESCRIPTION = The classic Opie media player (core+plugins).
 LICENSE = GPLv2
 # FIXME stopgap until split archives have license files included
 LIC_FILES_CHKSUM = 
file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 PACKAGE_ARCH = all
 RDEPENDS_${PN} = opie-mediaplayer1-core
 RRECOMMENDS_${PN} = opie-mediaplayer1-libmadplugin 
opie-mediaplayer1-libwavplugin \
diff --git 
a/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb 
b/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
index 52693ba..c97f84a 100644
--- a/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
+++ b/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
@@ -3,6 +3,6 @@ require 
recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
 DESCRIPTION = Host packages for Opie SDK
 PR = r3
 LICENSE = MIT
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 RDEPENDS_${PN} += nativesdk-qmake nativesdk-uicmoc
diff --git a/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb 
b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
index ca42e0d..04fa21d 100644
--- a/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
+++ b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = Target packages for Opie SDK
 PR = r7
 LICENSE = MIT
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 LIC_FILES_CHKSUM = 
file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
 
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-browser][PATCH] libxi: Rename bbappend to match oe-core

2013-03-20 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com
---
 .../{libxi_1.6.1.bbappend = libxi_1.7.bbappend}   |0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-graphics/libxi/{libxi_1.6.1.bbappend = libxi_1.7.bbappend} 
(100%)

diff --git a/recipes-graphics/libxi/libxi_1.6.1.bbappend 
b/recipes-graphics/libxi/libxi_1.7.bbappend
similarity index 100%
rename from recipes-graphics/libxi/libxi_1.6.1.bbappend
rename to recipes-graphics/libxi/libxi_1.7.bbappend
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Marcin Juszkiewicz
W dniu 20.03.2013 09:51, Khem Raj pisze:
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
 Variable pkg_postinst is set as not being package specific, please fix
 this.

meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
be removed.

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-handheld][PATCH 0/5] Zaurus kernel updates

2013-03-20 Thread Paul Eggleton
On Monday 18 March 2013 00:17:13 Andrea Adami wrote:
 * hack again around collie flash, Read-Only until proper CFI detection
 * introduce kernel 3.8 for all Zaurus, with DEFAULT_PREFERENCE -1
 
 Andrea Adami (5):
   linux-yocto-tiny-kexecboot: add patch fixing mtd on SL-C3200
   linux-yocto_3.2: match the exact NOR on collie
   linux-yocto-tiny-kexecboot_3.2: match the exact NOR on collie
   linux-yocto-3.4: remove temporary version. Replace with 3.8
   linux-yocto_3.8: initial commit for Zaurus devices
 
  .../linux-yocto-3.2/collie/collie-eraseinfo.patch  |  28 +-
  .../linux/linux-yocto-3.2/collie/collie.cfg|   4 +-
  .../linux/linux-yocto-3.4/akita/akita-standard.scc |   7 -
  .../linux/linux-yocto-3.4/akita/akita.cfg  |   4 -
  .../linux/linux-yocto-3.4/akita/akita.scc  |  11 -
  .../linux/linux-yocto-3.4/c7x0/c7x0-standard.scc   |   7 -
  recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg |  57 ---
  recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.scc |  10 -
  .../linux-yocto-3.4/collie/collie-standard.scc |   7 -
  .../linux/linux-yocto-3.4/collie/collie.cfg|  86 -
  .../linux/linux-yocto-3.4/collie/collie.scc|   5 -
  .../linux/linux-yocto-3.4/feature-top.scc  |   1 -
  .../linux-yocto-3.4/locomo_kbd_tweak-r2.patch  |  80 
  .../linux-yocto-3.4/poodle/poodle-standard.scc |   7 -
  .../linux/linux-yocto-3.4/poodle/poodle.cfg|  62 
  .../linux/linux-yocto-3.4/poodle/poodle.scc|  10 -
  .../linux/linux-yocto-3.4/pxa25x-gpio-wakeup.patch |  40 --
  .../linux/linux-yocto-3.4/pxa25x-sa1100-rtc.patch  |  29 --
  .../linux/linux-yocto-3.4/pxa27x-sa1100-rtc.patch  |  29 --
  .../linux/linux-yocto-3.4/sharpsl_param.patch  |  24 --
  .../linux/linux-yocto-3.4/spi-pxa2xx-fix-mem.patch |  34 --
  .../linux/linux-yocto-3.4/spitz/spitz-standard.scc |   7 -
  .../linux/linux-yocto-3.4/spitz/spitz.cfg  |  67 
  .../linux/linux-yocto-3.4/spitz/spitz.scc  |  10 -
  .../linux/linux-yocto-3.4/spitz_pm.patch   |  53 ---
  .../linux/linux-yocto-3.4/tosa/tosa-standard.scc   |   7 -
  recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg |  62 
  recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.scc |  10 -
  .../linux/linux-yocto-3.4/zaurus-common.scc|  10 -
  .../linux/linux-yocto-3.4/zaurus-hardware.cfg  | 279 --
  .../linux/linux-yocto-3.4/zaurus-non-hardware.cfg  | 401
 - .../linux-yocto-3.4/zaurus-pxa-common-non-hw.cfg   | 
  9 -
  .../linux/linux-yocto-3.4/zaurus-pxa-common.cfg|  98 -
  .../linux/linux-yocto-3.4/zaurus-pxa-only.scc  |   2 -
  .../linux/linux-yocto-3.4/zaurus-usb-host.scc  |   6 -
  .../linux-yocto-3.4/zaurus-usb-ohci-non-hw.cfg |   4 -
  .../linux/linux-yocto-3.4/zaurus-usb-ohci.cfg  | 110 --
  .../linux/linux-yocto-3.8/akita/akita-standard.scc |   7 +
  .../linux/linux-yocto-3.8/akita/akita.cfg  |   4 +
  .../linux/linux-yocto-3.8/akita/akita.scc  |  11 +
  .../linux/linux-yocto-3.8/c7x0/c7x0-standard.scc   |   7 +
  recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.cfg |  52 +++
  recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc |   8 +
  .../linux/linux-yocto-3.8/collie-eraseinfo.patch   |  31 ++
  .../linux/linux-yocto-3.8/collie-jedec-probe.patch |  11 +
  .../linux-yocto-3.8/collie/collie-standard.scc |   7 +
  .../linux/linux-yocto-3.8/collie/collie.cfg| 118 ++
  .../linux/linux-yocto-3.8/collie/collie.scc|   8 +
  .../linux/linux-yocto-3.8/feature-top.scc  |   1 +
  .../linux-yocto-3.8/locomo_kbd_tweak-r2.patch  |  75 
  .../linux/linux-yocto-3.8/mcp-device.patch |  13 +
  .../linux-yocto-3.8/poodle/poodle-standard.scc |   7 +
  .../linux/linux-yocto-3.8/poodle/poodle.cfg|  57 +++
  .../linux/linux-yocto-3.8/poodle/poodle.scc|   8 +
  .../linux/linux-yocto-3.8/pxa27x-sa1100-rtc.patch  |  34 ++
  .../linux/linux-yocto-3.8/sharpsl_param.patch  |  24 ++
  .../linux/linux-yocto-3.8/spi-pxa2xx-fix-mem.patch |  34 ++
  .../linux/linux-yocto-3.8/spitz/spitz-standard.scc |   7 +
  .../linux/linux-yocto-3.8/spitz/spitz.cfg  |  61 
  .../linux/linux-yocto-3.8/spitz/spitz.scc  |  10 +
  .../linux/linux-yocto-3.8/spitz_pm.patch   |  53 +++
  .../linux/linux-yocto-3.8/tosa/tosa-standard.scc   |   7 +
  recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.cfg |  57 +++
  recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc |   8 +
  .../linux/linux-yocto-3.8/zaurus-common.scc|  10 +
  .../linux/linux-yocto-3.8/zaurus-hardware.cfg  | 279 ++
  .../linux/linux-yocto-3.8/zaurus-non-hardware.cfg  | 400
  .../linux-yocto-3.8/zaurus-pxa-common-non-hw.cfg   |  
 9 +
  .../linux/linux-yocto-3.8/zaurus-pxa-common.cfg| 111 ++
  .../linux/linux-yocto-3.8/zaurus-pxa-only.scc  |   2 +
  .../linux/linux-yocto-3.8/zaurus-usb-host.scc  |   6 +
  

Re: [oe] [meta-opie][PATCH] recipes: Turn ALLOW_EMPTY to be package specific

2013-03-20 Thread Paul Eggleton
On Wednesday 20 March 2013 01:59:56 Khem Raj wrote:
 Fixes QA warnings during parse
 
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/nativesdk-pack
 agegroup-opie-toolchain-host.bb: Variable ALLOW_EMPTY is set as not being
 package specific, please fix this.
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-o
 pie-toolchain-target.bb: Variable ALLOW_EMPTY is set as not being package
 specific, please fix this.
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-media
 player1_git.bb: Variable ALLOW_EMPTY is set as not being package specific,
 please fix this.
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-media
 player1_1.2.5.bb: Variable ALLOW_EMPTY is set as not being package specific,
 please fix this.
 
 Signed-off-by: Khem Raj raj.k...@gmail.com
 ---
  recipes-opie/opie-help-en/opie-help-en.inc |2 +-
  .../opie-mediaplayer1/opie-mediaplayer1.inc|2 +-
  .../nativesdk-packagegroup-opie-toolchain-host.bb  |2 +-
  .../packagegroup-opie-toolchain-target.bb  |2 +-
  4 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/recipes-opie/opie-help-en/opie-help-en.inc
 b/recipes-opie/opie-help-en/opie-help-en.inc index 30295f3..6c0ae6c 100644
 --- a/recipes-opie/opie-help-en/opie-help-en.inc
 +++ b/recipes-opie/opie-help-en/opie-help-en.inc
 @@ -3,7 +3,7 @@ SECTION = opie/help
  LICENSE = GPLv2
  # FIXME stopgap until split archives have license files included
  LIC_FILES_CHKSUM =
 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
  PACKAGE_ARCH = all
 
  PACKAGES += ${PN}
 diff --git a/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
 b/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc index
 22b1069..df35e37 100644
 --- a/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
 +++ b/recipes-opie/opie-mediaplayer1/opie-mediaplayer1.inc
 @@ -2,7 +2,7 @@ DESCRIPTION = The classic Opie media player
 (core+plugins). LICENSE = GPLv2
  # FIXME stopgap until split archives have license files included
  LIC_FILES_CHKSUM =
 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
  PACKAGE_ARCH = all
  RDEPENDS_${PN} = opie-mediaplayer1-core
  RRECOMMENDS_${PN} = opie-mediaplayer1-libmadplugin
 opie-mediaplayer1-libwavplugin \ diff --git
 a/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
 b/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
 index 52693ba..c97f84a 100644
 ---
 a/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
 +++
 b/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb
 @@ -3,6 +3,6 @@ require
 recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb DESCRIPTION =
 Host packages for Opie SDK
  PR = r3
  LICENSE = MIT
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
 
  RDEPENDS_${PN} += nativesdk-qmake nativesdk-uicmoc
 diff --git
 a/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
 b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb index
 ca42e0d..04fa21d 100644
 --- a/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
 +++ b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
 @@ -1,7 +1,7 @@
  DESCRIPTION = Target packages for Opie SDK
  PR = r7
  LICENSE = MIT
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
 
  LIC_FILES_CHKSUM =
 file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420

Merged, thanks!

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Marcin Juszkiewicz
W dniu 20.03.2013 10:32, Samuel Stirtzel pisze:
 2013/3/20 Marcin Juszkiewicz marcin.juszkiew...@linaro.org:
 W dniu 20.03.2013 09:51, Khem Raj pisze:
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
 Variable pkg_postinst is set as not being package specific, please fix
 this.

 meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
 be removed.

 
 Hi, it seems there are some differences in the recipes, maybe we can
 work through them.
 
 Is BDB 5 working correctly with this version, without the patch [1]?

It built properly against db 5.3.21 - support was added upsteam.


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v4] fingerterm: Added 1.0.2 recipe

2013-03-20 Thread Martin Jansa
On Tue, Mar 19, 2013 at 03:00:33PM -0700, e...@felipetonello.com wrote:
 From: Felipe F. Tonello ftone...@cercacor.com
 
 Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
 environment.
 
 This recipe can be extended by a .bbappend to add .desktop, icon and others to
 the target device.

This part of commit message can be dropped now right?

I'll drop it before pushing it (if it builds OK on jenkins) no need for
v5 if nobody sends more comments.

 Signed-off-by: Felipe F. Tonello ftone...@cercacor.com
 ---
  meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   44 
 +
  1 file changed, 44 insertions(+)
  create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
 
 diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb 
 b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
 new file mode 100644
 index 000..59533a4
 --- /dev/null
 +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
 @@ -0,0 +1,44 @@
 +DESCRIPTION = A terminal emulator for Harmattan (Nokia N9/N950) with a 
 custom \
 +virtual keyboard and usability-enhancing features such as URL grabber, pan \
 +gestures and customizable shortcut menu. Designed especially to be used with 
 \
 +screen and irssi.
 +HOMEPAGE = http://hqh.unlink.org/harmattan;
 +LICENSE = GPLv3
 +LIC_FILES_CHKSUM = file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 +SECTION = qt/app
 +
 +PR = r0
 +
 +inherit qt4x11 pkgconfig
 +
 +SRC_URI =  \
 +  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
 +
 +
 +SRC_URI[md5sum] = d53b0f463c025583cd52accf95715448
 +SRC_URI[sha256sum] = 
 c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150
 +
 +S = ${WORKDIR}/${PN}
 +
 +FILES_${PN} =  \
 +  ${bindir}/${PN} \
 +  ${datadir}/applications/${PN}.desktop \
 +  ${datadir}/pixmaps/${PN}.png \
 +
 +
 +do_install() {
 +  install -d ${D}${bindir}
 +  install -m 0744 ${S}/${PN} ${D}${bindir}
 +
 +  sed -i -e '/Exec.*/d' fingerterm.desktop
 +  sed -i -e '/Icon.*/d' fingerterm.desktop
 +
 +  echo 'Exec=${bindir}/${PN}'  fingerterm.desktop
 +  echo 'Icon=${PN}'  fingerterm.desktop
 +
 +  install -d ${D}${datadir}/applications
 +  install -m 0644 ${S}/${PN}.desktop ${D}${datadir}/applications
 +
 +  install -d ${D}${datadir}/pixmaps
 +  install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps
 +}
 \ No newline at end of file
 -- 
 1.7.9.5
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Samuel Stirtzel
2013/3/20 Marcin Juszkiewicz marcin.juszkiew...@linaro.org:
 W dniu 20.03.2013 10:32, Samuel Stirtzel pisze:
 2013/3/20 Marcin Juszkiewicz marcin.juszkiew...@linaro.org:
 W dniu 20.03.2013 09:51, Khem Raj pisze:
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
 Variable pkg_postinst is set as not being package specific, please fix
 this.

 meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
 be removed.


 Hi, it seems there are some differences in the recipes, maybe we can
 work through them.

 Is BDB 5 working correctly with this version, without the patch [1]?

 It built properly against db 5.3.21 - support was added upsteam.


Done



--
Regards
Samuel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Khem Raj

On Mar 20, 2013, at 2:13 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org 
wrote:

 W dniu 20.03.2013 09:51, Khem Raj pisze:
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
 Variable pkg_postinst is set as not being package specific, please fix
 this.
 
 meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
 be removed.


earlier there was a case when meta-kde aimed to build without meta-oe or 
meta-networking. I will leave it to meta-kde maintainer
weather to depend  on meta-oe or not.

 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Khem Raj

On Mar 20, 2013, at 2:32 AM, Samuel Stirtzel s.stirt...@googlemail.com wrote:

 Hi, it seems there are some differences in the recipes, maybe we can
 work through them.
 
 Is BDB 5 working correctly with this version, without the patch [1]?
 
 
 [1] 
 https://gitorious.org/openembedded-core-layers/meta-kde/blobs/c9bac7d55796e0f88e6950dfff2adbb186b0df7a/recipes-misc-support/cyrus-sasl/Fix-for-berkeley-db-5.patch
 

Samuel

Post an update to meta-networking. I think meta-oe one should be removed too.
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic

2013-03-20 Thread Samuel Stirtzel
2013/3/20 Khem Raj raj.k...@gmail.com:

 On Mar 20, 2013, at 2:13 AM, Marcin Juszkiewicz 
 marcin.juszkiew...@linaro.org wrote:

 W dniu 20.03.2013 09:51, Khem Raj pisze:
 ERROR: QA Issue:
 /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
 Variable pkg_postinst is set as not being package specific, please fix
 this.

 meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
 be removed.


 earlier there was a case when meta-kde aimed to build without meta-oe or 
 meta-networking. I will leave it to meta-kde maintainer
 weather to depend  on meta-oe or not.


Some dependencies do not seem to be core enough for oe-core ;)
OTOH the WindRiver devs do not seem to be concerned about meta-kde anymore.


--
Regards
Samuel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] OE TSC Minutes 19 March 2013

2013-03-20 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee
19 March 2013

Attendees:
  Koen (koen)
  Khem (khem)
  Fray (fray)
  Paul (bluelightning)
  Richard (RP)
Apologies:

Notes: Jefro


Agenda  Results

1. pick a chair
fray
___
2. new issues

___
3. lingering issues

a. raise awareness of janitor list, QA bugs
defer to after 1.4

b. document whitespace changes to the shell
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
http://www.openembedded.org/wiki/Styleguide
https://wiki.yoctoproject.org/wiki/Recipe_%26_Patch_Style_Guide
= still need to de-dup these, need a volunteer
ask for volunteers after 1.4 (jefro)

c. SMART has replaced zypper (was documenting RPM and package feeds)
Paul wrote https://wiki.yoctoproject.org/wiki/Smart_Repository_Setup
= khem has gotten it to work, will update the docs
= Paul to talk to scottrif about adding to docs


d. patchwork queue
martin has put his worfklow on the wiki
http://www.openembedded.org/wiki/Patchwork
= DROP or move to status

e. raise ntp with the Yocto Project [RP]
immediate need addressed, reasonable default needed
use LICENSE_FLAGS - non-commercial
RP raised with YP AB
= going to mailing lists  someone should write a proposal
fray will send to list after 1.4
no default set after Paul's changes
fray: idea is we already have commcerial flags
lets simply define a non-commercial flag..
and then adjust NTP to pay proper attention to either value..
do not need to add the flag unless we set a default server

f. oe-classic recipe migration status
RP played with perl modules, fixed up cpan_build.bbclass
= still needs to send some patches

g. some items dropped from oe-core but not yet in meta-oe
handled thanks to ross
= DROP

h. mailing list outage
mailing list moving to OSUOSL or YP
list addresses will not change
discussion in progress
= MOVE TO STATUS

i. meta-oe appends/overlayed recipes RFC
http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-February/043925.html
no avr32 support in public layers
= paul has patches to remove bbappends, pending discussion on ml
http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-February/043964.html
everything uncontested has been sent for review
qt4/qt tools stuff troublesome

j. systemd merge unhappiness
people feel ignored and then being told they should have spoken up
some concern about favoritism for patches
- This was discussed at length  will be continued in the next meeting

k. oe.org flooded
refs to oe.org git should point to github
= jefro to follow up with scottrif
- mentioned, need to follow up
= khem to fix the oe wiki and reminder to ml
possible to move server at some point?
= jefro to investigate YP hosting, kernel.org mirror
- not done

___
4. projects in progress - status

a. oe-core release

b. infrastructure
mailing list issue described above

c. 1.4 planning
systemd into master - still in progress


Raw Transcript

(9:58:14 AM) Jefro: good morning all - any new issues for the agenda?
(9:58:45 AM) khem: is systemd already on it ?
(9:58:54 AM) Jefro: yes, as a lingering issue
(9:59:10 AM) khem: k
(9:59:13 AM) RP_: morning all
(9:59:23 AM) khem: gm RP
(9:59:42 AM) fray: here as well
(9:59:49 AM) fray: not morning in less then a minute
(10:00:14 AM) bluelightning: morning all
(10:00:23 AM) fray: happy noon all.. ;)
(10:01:10 AM) RP_: koen: ping?
(10:02:01 AM) Jefro: koen is a ghost
(10:02:32 AM) Jefro: Here is an initial agenda - lots of lingering
issues, let's remove some today: http://pastebin.com/isxjPyH8
(10:04:26 AM) RP_: 3c, g can be dropped?
(10:04:57 AM) fray: g can.. did the 3c get posted anywhere?  I thought
originally we said we wanted a link or something from either the
mailing list (archives) or the oe wiki
(10:07:25 AM) khem: on 3c) I have got smart to work as well.
(10:07:35 AM) RP_: khem: based on the docs?
(10:07:40 AM) khem: I will put something on blog or somewhere
(10:07:41 AM) khem: yes
(10:07:49 AM) khem: RP_: docs + some more
(10:08:09 AM) RP_: We should probably try and work through some of
these and hope koen turns up for the parts I suspect he wants/needs to
participate in
(10:08:13 AM) khem: its still hard to preconfigure smart in prebuild images
(10:08:37 AM) fray: ok
(10:08:39 AM) RP_: khem: Is there anything you can contribute back to
help with this?
(10:08:47 AM) khem: RP_: I should be
(10:09:06 AM) RP_: khem: sounds good
(10:10:02 AM) Jefro: how about 3a, and who is chair today? (almost
sounds like me)
(10:10:43 AM) fray: I can if need be
(10:10:45 AM) RP_: I'm jetlagged like crazy, ill and being asked 101
different questions over various IM channels but I can do it if nobody
else wants to
(10:11:07 AM) Jefro: RP_ no worries, fray volunteered
(10:11:21 AM) fray: ok then..  2 -- new issues (I think we're past that)
(10:11:32 AM) Jefro: wow, 

Re: [oe] [meta-oe][PATCH v4] fingerterm: Added 1.0.2 recipe

2013-03-20 Thread Felipe Ferreri Tonello

Hi Martin,

On 03/20/2013 03:05 AM, Martin Jansa wrote:

On Tue, Mar 19, 2013 at 03:00:33PM -0700, e...@felipetonello.com wrote:

From: Felipe F. Tonello ftone...@cercacor.com

Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
environment.

This recipe can be extended by a .bbappend to add .desktop, icon and others to
the target device.


This part of commit message can be dropped now right?


Yes, that's fine.

Thanks

Felipe



I'll drop it before pushing it (if it builds OK on jenkins) no need for
v5 if nobody sends more comments.


Signed-off-by: Felipe F. Tonello ftone...@cercacor.com
---
  meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   44 +
  1 file changed, 44 insertions(+)
  create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb 
b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
new file mode 100644
index 000..59533a4
--- /dev/null
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -0,0 +1,44 @@
+DESCRIPTION = A terminal emulator for Harmattan (Nokia N9/N950) with a custom 
\
+virtual keyboard and usability-enhancing features such as URL grabber, pan \
+gestures and customizable shortcut menu. Designed especially to be used with \
+screen and irssi.
+HOMEPAGE = http://hqh.unlink.org/harmattan;
+LICENSE = GPLv3
+LIC_FILES_CHKSUM = file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
+SECTION = qt/app
+
+PR = r0
+
+inherit qt4x11 pkgconfig
+
+SRC_URI =  \
+  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
+
+
+SRC_URI[md5sum] = d53b0f463c025583cd52accf95715448
+SRC_URI[sha256sum] = 
c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150
+
+S = ${WORKDIR}/${PN}
+
+FILES_${PN} =  \
+  ${bindir}/${PN} \
+  ${datadir}/applications/${PN}.desktop \
+  ${datadir}/pixmaps/${PN}.png \
+
+
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0744 ${S}/${PN} ${D}${bindir}
+
+  sed -i -e '/Exec.*/d' fingerterm.desktop
+  sed -i -e '/Icon.*/d' fingerterm.desktop
+
+  echo 'Exec=${bindir}/${PN}'  fingerterm.desktop
+  echo 'Icon=${PN}'  fingerterm.desktop
+
+  install -d ${D}${datadir}/applications
+  install -m 0644 ${S}/${PN}.desktop ${D}${datadir}/applications
+
+  install -d ${D}${datadir}/pixmaps
+  install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps
+}
\ No newline at end of file
--
1.7.9.5



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] busybox: move /etc/default/busybox-syslog to ${PN}-syslog

2013-03-20 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org
---
 meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend |2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend 
b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
index 0741b76..5d06265 100644
--- a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
+++ b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -9,3 +9,5 @@ do_install_append() {
install -d ${D}${sysconfdir}/default
install -m 0644 ${WORKDIR}/busybox-syslog.default 
${D}${sysconfdir}/default/busybox-syslog
 }
+
+FILES_${PN}-syslog += ${sysconfdir}/default/busybox-syslog
-- 
1.7.10.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [OE-core][PATCH] fm-ucode: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fm-ucode/fm-ucode_git.bb |   51 +---
 1 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/recipes-ucode/fm-ucode/fm-ucode_git.bb 
b/recipes-ucode/fm-ucode/fm-ucode_git.bb
index 89c43ba..bc5dc6d 100644
--- a/recipes-ucode/fm-ucode/fm-ucode_git.bb
+++ b/recipes-ucode/fm-ucode/fm-ucode_git.bb
@@ -3,41 +3,44 @@ SECTION = fm-ucode
 LICENSE = Freescale EULA
 LIC_FILES_CHKSUM = file://EULA;md5=60037ccba533a5995e8d1a838d85799c
 
-FMAN_UCODE_INSTALL_FILE = fsl_fman_ucode
-FMAN_UCODE_INSTALL_FILE_append_p2041rdb = _P2041
-FMAN_UCODE_INSTALL_FILE_append_p4080ds= _P4080
-FMAN_UCODE_INSTALL_FILE_append_p1023rds = _*1023
-FMAN_UCODE_INSTALL_FILE_append_p5020ds = _P5020
-FMAN_UCODE_INSTALL_FILE_append_p5020ds-64b = _P5020
-FMAN_UCODE_INSTALL_FILE_append_p5040ds = _P5040
-FMAN_UCODE_INSTALL_FILE_append_p5040ds-64b = _P5040
-FMAN_UCODE_INSTALL_FILE_append_p3041ds = _P3041
-FMAN_UCODE_INSTALL_FILE_append_b4420qds = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4420qds-64b = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4860qds = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4860qds-64b = _B4860
-FMAN_UCODE_INSTALL_FILE_append_t4160qds = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4160qds-64b = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4240qds = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4240qds-64b = _T4240
-
-COMPATIBLE_MACHINE = 
(p1023rds|p4080ds|p5020ds|p5040ds|p5020ds-64b|p5040ds-64b|p3041ds|p2041rdb|b4420qds|b4420qds-64b|b4860qds|b4860qds-64b|t4160qds|t4160qds-64b|t4240qds|t4240qds-64b)
+PR = r1
+
+
+COMPATIBLE_MACHINE = 
(p1023rds|p2041rdb|p3041ds|p4080ds|p5020ds|p5040ds|p5020ds-64b|p5040ds-64b|b4420qds|b4420qds-64b|b4860qds|b4860qds-64b|t4160qds|t4160qds-64b|t4240qds|t4240qds-64b)
 inherit deploy
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fm-ucode.git
-SRCREV = f4a43e8ad6a6e5fdedff6e1484386f963bccfdff
+SRCREV = 219bb2c6aaa1e040fb849a771a9bdf3e8dbc49e9
 
 S = ${WORKDIR}/git
 
 ALLOW_EMPTY_${PN} = 1
 do_install () {
-   install -d ${D}/boot
-   install -m 644 ${FMAN_UCODE_INSTALL_FILE}*.bin ${D}/boot/
+case ${MACHINE} in
+b4420qds|b4420qds-64b|b4860qds|b4860qds-64b) UCODE=b4860qds;;
+t4240qds|t4240qds-64b|t4160qds|t4160qds-64b) UCODE=t4240qds;;
+p5020ds|p5020ds-64b) UCODE=p5020ds;;
+p5040ds|p5040ds-64b) UCODE=p5040ds;;
+p1023rds) UCODE=P1023RDS;;
+*) UCODE=${MACHINE};;
+esac
+UCODE=`echo $UCODE | sed -e 's,[a-zA-Z]*$,,'`
+install -d ${D}/boot
+install -m 644 fsl_fman_ucode_${UCODE}*.bin ${D}/boot/
 }
 
 do_deploy () {
-   install -d ${DEPLOYDIR}/
-   install -m 644 ${FMAN_UCODE_INSTALL_FILE}*.bin ${DEPLOYDIR}/
+case ${MACHINE} in
+b4420qds|b4420qds-64b|b4860qds|b4860qds-64b) UCODE=b4860qds;;
+t4240qds|t4240qds-64b|t4160qds|t4160qds-64b) UCODE=t4240qds;;
+p5020ds|p5020ds-64b) UCODE=p5020ds;;
+p5040ds|p5040ds-64b) UCODE=p5040ds;;
+p1023rds) UCODE=P1023RDS;;
+*) UCODE=${MACHINE};;
+esac
+UCODE=`echo $UCODE | sed -e 's,[a-zA-Z]*$,,'`
+install -d ${DEPLOYDIR}/
+install -m 644 fsl_fman_ucode_${UCODE}*.bin ${DEPLOYDIR}/
 }
 addtask deploy before do_build after do_install
 
-- 
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
From: Chunrong Guo b40...@freescale.com

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb
index 74eb204..038f899 100644
--- a/recipes-ucode/fmlib/fmlib_git.bb
+++ b/recipes-ucode/fmlib/fmlib_git.bb
@@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
+PR = r1
+
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
-SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
+SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
@@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}
 }
 
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
-- 
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core][PATCH] fm-ucode: update to the commit for sdk 1.3.2

2013-03-20 Thread Guo Chunrong-B40290
Ignore it .

Sorry, I send patch to wrong maillist .

-Original Message-
From: Guo Chunrong-B40290 
Sent: Thursday, March 21, 2013 10:47 AM
To: openembedded-devel@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo 
Chunrong-B40290
Subject: [OE-core][PATCH] fm-ucode: update to the commit for sdk 1.3.2

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fm-ucode/fm-ucode_git.bb |   51 +---
 1 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/recipes-ucode/fm-ucode/fm-ucode_git.bb 
b/recipes-ucode/fm-ucode/fm-ucode_git.bb
index 89c43ba..bc5dc6d 100644
--- a/recipes-ucode/fm-ucode/fm-ucode_git.bb
+++ b/recipes-ucode/fm-ucode/fm-ucode_git.bb
@@ -3,41 +3,44 @@ SECTION = fm-ucode
 LICENSE = Freescale EULA
 LIC_FILES_CHKSUM = file://EULA;md5=60037ccba533a5995e8d1a838d85799c
 
-FMAN_UCODE_INSTALL_FILE = fsl_fman_ucode
-FMAN_UCODE_INSTALL_FILE_append_p2041rdb = _P2041
-FMAN_UCODE_INSTALL_FILE_append_p4080ds= _P4080
-FMAN_UCODE_INSTALL_FILE_append_p1023rds = _*1023
-FMAN_UCODE_INSTALL_FILE_append_p5020ds = _P5020
-FMAN_UCODE_INSTALL_FILE_append_p5020ds-64b = _P5020
-FMAN_UCODE_INSTALL_FILE_append_p5040ds = _P5040
-FMAN_UCODE_INSTALL_FILE_append_p5040ds-64b = _P5040
-FMAN_UCODE_INSTALL_FILE_append_p3041ds = _P3041
-FMAN_UCODE_INSTALL_FILE_append_b4420qds = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4420qds-64b = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4860qds = _B4860
-FMAN_UCODE_INSTALL_FILE_append_b4860qds-64b = _B4860
-FMAN_UCODE_INSTALL_FILE_append_t4160qds = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4160qds-64b = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4240qds = _T4240
-FMAN_UCODE_INSTALL_FILE_append_t4240qds-64b = _T4240
-
-COMPATIBLE_MACHINE = 
(p1023rds|p4080ds|p5020ds|p5040ds|p5020ds-64b|p5040ds-64b|p3041ds|p2041rdb|b4420qds|b4420qds-64b|b4860qds|b4860qds-64b|t4160qds|t4160qds-64b|t4240qds|t4240qds-64b)
+PR = r1
+
+
+COMPATIBLE_MACHINE = 
(p1023rds|p2041rdb|p3041ds|p4080ds|p5020ds|p5040ds|p5020ds-64b|p5040ds-64b|b4420qds|b4420qds-64b|b4860qds|b4860qds-64b|t4160qds|t4160qds-64b|t4240qds|t4240qds-64b)
 inherit deploy
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fm-ucode.git
-SRCREV = f4a43e8ad6a6e5fdedff6e1484386f963bccfdff
+SRCREV = 219bb2c6aaa1e040fb849a771a9bdf3e8dbc49e9
 
 S = ${WORKDIR}/git
 
 ALLOW_EMPTY_${PN} = 1
 do_install () {
-   install -d ${D}/boot
-   install -m 644 ${FMAN_UCODE_INSTALL_FILE}*.bin ${D}/boot/
+case ${MACHINE} in
+b4420qds|b4420qds-64b|b4860qds|b4860qds-64b) UCODE=b4860qds;;
+t4240qds|t4240qds-64b|t4160qds|t4160qds-64b) UCODE=t4240qds;;
+p5020ds|p5020ds-64b) UCODE=p5020ds;;
+p5040ds|p5040ds-64b) UCODE=p5040ds;;
+p1023rds) UCODE=P1023RDS;;
+*) UCODE=${MACHINE};;
+esac
+UCODE=`echo $UCODE | sed -e 's,[a-zA-Z]*$,,'`
+install -d ${D}/boot
+install -m 644 fsl_fman_ucode_${UCODE}*.bin ${D}/boot/
 }
 
 do_deploy () {
-   install -d ${DEPLOYDIR}/
-   install -m 644 ${FMAN_UCODE_INSTALL_FILE}*.bin ${DEPLOYDIR}/
+case ${MACHINE} in
+b4420qds|b4420qds-64b|b4860qds|b4860qds-64b) UCODE=b4860qds;;
+t4240qds|t4240qds-64b|t4160qds|t4160qds-64b) UCODE=t4240qds;;
+p5020ds|p5020ds-64b) UCODE=p5020ds;;
+p5040ds|p5040ds-64b) UCODE=p5040ds;;
+p1023rds) UCODE=P1023RDS;;
+*) UCODE=${MACHINE};;
+esac
+UCODE=`echo $UCODE | sed -e 's,[a-zA-Z]*$,,'`
+install -d ${DEPLOYDIR}/
+install -m 644 fsl_fman_ucode_${UCODE}*.bin ${DEPLOYDIR}/
 }
 addtask deploy before do_build after do_install
 
-- 
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Khem Raj
wrong list. wrong subject prefix These patches are for meta-fsl-ppc so mark 
them accordingly and apply them to master there

see the README on the layer it details about patch submission

On Mar 20, 2013, at 7:32 PM, Chunrong Guo b40...@freescale.com wrote:

 From: Chunrong Guo b40...@freescale.com
 
 Signed-off-by: Chunrong Guo b40...@freescale.com
 ---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/recipes-ucode/fmlib/fmlib_git.bb 
 b/recipes-ucode/fmlib/fmlib_git.bb
 index 74eb204..038f899 100644
 --- a/recipes-ucode/fmlib/fmlib_git.bb
 +++ b/recipes-ucode/fmlib/fmlib_git.bb
 @@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
 +PR = r1
 +
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
 -SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
 +SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
 @@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}
 }
 
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
 -- 
 1.7.5.4
 
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Guo Chunrong-B40290
Ignore it .

Sorry, I send patch to wrong maillist .

-Original Message-
From: Guo Chunrong-B40290 
Sent: Thursday, March 21, 2013 10:32 AM
To: openembedded-devel@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo 
Chunrong-B40290
Subject: [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

From: Chunrong Guo b40...@freescale.com

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb
index 74eb204..038f899 100644
--- a/recipes-ucode/fmlib/fmlib_git.bb
+++ b/recipes-ucode/fmlib/fmlib_git.bb
@@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
+PR = r1
+
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
-SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
+SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
@@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}  }
 
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
--
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel