[yocto] [meta-fsl-ppc][PATCH] recipes: Bring bbappends in line with OE-Core/master

Khem Raj raj.khem at gmail.com
Thu Jul 5 11:30:49 PDT 2012


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-append/libxml/libxml2_2.7.8.bbappend |    3 ---
 recipes-append/libxml/libxml2_2.8.0.bbappend |    3 +++
 recipes-append/netbase/netbase_4.47.bbappend |   10 ----------
 recipes-append/netbase/netbase_5.0.bbappend  |   10 ++++++++++
 recipes-kernel/linux/linux-qoriq-sdk.bb      |    2 --
 5 files changed, 13 insertions(+), 15 deletions(-)
 delete mode 100644 recipes-append/libxml/libxml2_2.7.8.bbappend
 create mode 100644 recipes-append/libxml/libxml2_2.8.0.bbappend
 delete mode 100644 recipes-append/netbase/netbase_4.47.bbappend
 create mode 100644 recipes-append/netbase/netbase_5.0.bbappend

diff --git a/recipes-append/libxml/libxml2_2.7.8.bbappend b/recipes-append/libxml/libxml2_2.7.8.bbappend
deleted file mode 100644
index 9b3f7f6..0000000
--- a/recipes-append/libxml/libxml2_2.7.8.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_OECONF += "--with-fexceptions"
-
-PR .= "+${DISTRO}.0"
diff --git a/recipes-append/libxml/libxml2_2.8.0.bbappend b/recipes-append/libxml/libxml2_2.8.0.bbappend
new file mode 100644
index 0000000..9b3f7f6
--- /dev/null
+++ b/recipes-append/libxml/libxml2_2.8.0.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OECONF += "--with-fexceptions"
+
+PR .= "+${DISTRO}.0"
diff --git a/recipes-append/netbase/netbase_4.47.bbappend b/recipes-append/netbase/netbase_4.47.bbappend
deleted file mode 100644
index 837cd20..0000000
--- a/recipes-append/netbase/netbase_4.47.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-SRC_URI += "file://71-fsl-dpaa-persistent-networking.rules"
-
-do_install_append () {
-	install -d ${D}${sysconfdir}/udev/rules.d/
-	install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d
-}
-
-PR .= "+${DISTRO}"
diff --git a/recipes-append/netbase/netbase_5.0.bbappend b/recipes-append/netbase/netbase_5.0.bbappend
new file mode 100644
index 0000000..837cd20
--- /dev/null
+++ b/recipes-append/netbase/netbase_5.0.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI += "file://71-fsl-dpaa-persistent-networking.rules"
+
+do_install_append () {
+	install -d ${D}${sysconfdir}/udev/rules.d/
+	install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d
+}
+
+PR .= "+${DISTRO}"
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb b/recipes-kernel/linux/linux-qoriq-sdk.bb
index 6784f45..fb2ff4a 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.bb
+++ b/recipes-kernel/linux/linux-qoriq-sdk.bb
@@ -11,5 +11,3 @@ kernel_do_configure_prepend() {
 	# copy desired defconfig so we pick it up for the real kernel_do_configure
 	cp ${KERNEL_DEFCONFIG} ${B}/.config
 }
-
-require recipes-kernel/linux/linux-tools.inc
-- 
1.7.9.5




More information about the yocto mailing list