All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Shashkevich <alex@stunpix.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm][PATCH] udev-extraconf: deleting bbappend recipe
Date: Wed,  3 Dec 2014 11:11:28 +0200	[thread overview]
Message-ID: <1417597888-10845-1-git-send-email-alex@stunpix.com> (raw)

udev-extraconf_%.bbappend file was not deleted after it was replaced by udev-rules-imx.bb

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
---
 recipes-core/udev/udev-extraconf_%.bbappend | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 recipes-core/udev/udev-extraconf_%.bbappend

diff --git a/recipes-core/udev/udev-extraconf_%.bbappend b/recipes-core/udev/udev-extraconf_%.bbappend
deleted file mode 100644
index f73e4bc..0000000
--- a/recipes-core/udev/udev-extraconf_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-# Freescale imx extra configuration udev rules
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_append_mxs = " file://10-imx.rules"
-SRC_URI_append_mx5 = " file://10-imx.rules"
-SRC_URI_append_mx6 = " file://10-imx.rules"
-
-do_install_prepend () {
-	if [ -e "${WORKDIR}/10-imx.rules" ]; then
-		install -d ${D}${sysconfdir}/udev/rules.d
-		install -m 0644 ${WORKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d
-	fi
-}
-
-PACKAGE_ARCH_mxs = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-- 
1.9.1



                 reply	other threads:[~2014-12-03  9:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1417597888-10845-1-git-send-email-alex@stunpix.com \
    --to=alex@stunpix.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.