[meta-freescale] ][PATCH 07/31] udev-rules-qoriq: add S definition and make the recipe qoriq-ppc specific

Daiane Angolini daiane.list at gmail.com
Fri Aug 14 06:22:57 PDT 2015


On Wed, Aug 12, 2015 at 11:42 AM, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>

Acked-by: Daiane Angolini <daiane.angolini at freescale.com>
> ---
>  recipes-core/udev/udev-rules-qoriq.bb | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb
> index c0e897e..c6827da 100644
> --- a/recipes-core/udev/udev-rules-qoriq.bb
> +++ b/recipes-core/udev/udev-rules-qoriq.bb
> @@ -6,12 +6,14 @@ SRC_URI = "\
>      file://71-fsl-dpaa-persistent-networking.rules \
>      file://72-fsl-dpaa-persistent-networking.rules \
>  "
> -RULE ?= "71-fsl-dpaa-persistent-networking.rules"
> +RULE_qoriq-ppc = "71-fsl-dpaa-persistent-networking.rules"
>  RULE_e6500 = "72-fsl-dpaa-persistent-networking.rules"
>  RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules"
>  RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules"
>  RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules"
>
> +S = "${WORKDIR}"
> +
>  do_install () {
>      install -d ${D}${sysconfdir}/udev/rules.d/
>      install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/
> @@ -22,4 +24,4 @@ do_install () {
>      echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist
>  }
>
> -COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"
> +COMPATIBLE_MACHINE = "(qoriq-ppc)"
> --
> 2.4.3
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list