From 977f4d35e4879fc92a39ae3d030ac1c524141ff5 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 18 Apr 2013 17:10:28 +0200 Subject: [PATCH] meta-digi-del: Implement code review changes. iw, Remove summary and leave description. packagegroup-del-bluetooth, remove trailing line. vsftpd,pointercal-xinput, add colon at the end of FILESEXTRAPATHS_prepend del-examples-*, add COMPATIBLE_MACHINE to some examples packagegroup-del-qt, remove comments. https://jira.digi.com/browse/DEL-282 Signed-off-by: Alex Gonzalez --- meta-digi-del/recipes-connectivity/iw/iw_3.8.bb | 4 +--- .../packagegroups/packagegroup-del-bluetooth.bb | 1 - .../recipes-connectivity/vsftpd/vsftpd_2.3.5.bbappend | 2 +- meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb | 2 ++ .../recipes-digi/del-examples/del-examples-opengles.bb | 2 ++ .../recipes-digi/del-examples/del-examples-sahara.bb | 2 ++ .../recipes-graphics/packagegroups/packagegroup-del-qt.bb | 6 ------ .../xinput-calibrator/pointercal-xinput_0.0.bbappend | 2 +- 8 files changed, 9 insertions(+), 12 deletions(-) diff --git a/meta-digi-del/recipes-connectivity/iw/iw_3.8.bb b/meta-digi-del/recipes-connectivity/iw/iw_3.8.bb index 29dbcd07b..93745e85f 100644 --- a/meta-digi-del/recipes-connectivity/iw/iw_3.8.bb +++ b/meta-digi-del/recipes-connectivity/iw/iw_3.8.bb @@ -1,9 +1,7 @@ # Copyright (C) 2013 Digi International. -SUMMARY = "nl80211 based CLI configuration utility for wireless devices" DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ -wireless devices. It supports almost all new drivers that have been added \ -to the kernel recently. " +wireless devices." HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" SECTION = "base" LICENSE = "BSD" diff --git a/meta-digi-del/recipes-connectivity/packagegroups/packagegroup-del-bluetooth.bb b/meta-digi-del/recipes-connectivity/packagegroups/packagegroup-del-bluetooth.bb index 8211566aa..e62dec346 100644 --- a/meta-digi-del/recipes-connectivity/packagegroups/packagegroup-del-bluetooth.bb +++ b/meta-digi-del/recipes-connectivity/packagegroups/packagegroup-del-bluetooth.bb @@ -25,4 +25,3 @@ RDEPENDS_${PN} = "\ RRECOMMENDS_${PN} = "\ ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" - diff --git a/meta-digi-del/recipes-connectivity/vsftpd/vsftpd_2.3.5.bbappend b/meta-digi-del/recipes-connectivity/vsftpd/vsftpd_2.3.5.bbappend index 246a8bfc0..54eda53e8 100644 --- a/meta-digi-del/recipes-connectivity/vsftpd/vsftpd_2.3.5.bbappend +++ b/meta-digi-del/recipes-connectivity/vsftpd/vsftpd_2.3.5.bbappend @@ -3,7 +3,7 @@ PRINC := "${@int(PRINC) + 1}" PR_append = "+${DISTRO}" -FILESEXTRAPATHS_prepend := "${THISDIR}/files" +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" DEPENDS += "openssl" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb index f52805020..7afde84de 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb @@ -23,3 +23,5 @@ do_install() { } PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "(ccardimx28js|ccimx51js|ccimx53js)" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb index 3588f7a5c..0be7b9729 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb @@ -29,3 +29,5 @@ FILES_${PN} += "/usr/share/wallpapers/texture.bmp" RDEPENDS_${PN} = "lib2dz160-mx51 lib2dz430-mx51" PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "(ccimx51js|ccimx53js)" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb index 7b6db1b22..b23f860f0 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb @@ -47,3 +47,5 @@ do_install() { } PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "(ccimx51js|ccimx53js)" diff --git a/meta-digi-del/recipes-graphics/packagegroups/packagegroup-del-qt.bb b/meta-digi-del/recipes-graphics/packagegroups/packagegroup-del-qt.bb index 8522163f0..3bb60178c 100644 --- a/meta-digi-del/recipes-graphics/packagegroups/packagegroup-del-qt.bb +++ b/meta-digi-del/recipes-graphics/packagegroups/packagegroup-del-qt.bb @@ -10,12 +10,6 @@ PR = "r0" inherit packagegroup -# TODO: test the following -# packagegroup-fsl-tools-testapps \ -# packagegroup-fsl-tools-benchmark \ -# packagegroup-qt-in-use-demos \ - - RDEPENDS_${PN} = "\ packagegroup-core-qt-demoapps \ qt4-plugin-phonon-backend-gstreamer \ diff --git a/meta-digi-del/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend b/meta-digi-del/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend index 73f0cbaf6..11884dd9c 100644 --- a/meta-digi-del/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend +++ b/meta-digi-del/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend @@ -1,6 +1,6 @@ # Copyright (C) 2013 Digi International. -FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}:" PRINC := "${@int(PRINC) + 1}" PR_append = "+${DISTRO}"