diff options
author | Ting Liu <ting.liu@nxp.com> | 2017-03-14 17:32:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:01:28 -0300 |
commit | b85198cf3ab0ec60ff89ac71c9f6e6bf7ad70faf (patch) | |
tree | 1c300c2afc4e1cc33dd4a5e94d9a1a94ea367ff6 | |
parent | 19d4c81b9bd29776c4bfd49781aa1f5b23aaf987 (diff) | |
download | meta-freescale-b85198cf3ab0ec60ff89ac71c9f6e6bf7ad70faf.tar.gz |
udev-rules-qoriq: no rule to install for ls1012a/ls2080a
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-core/udev/udev-rules-qoriq.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index fb42d694..22ae4b32 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb | |||
@@ -15,7 +15,8 @@ RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules" | |||
15 | RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules" | 15 | RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules" |
16 | RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules" | 16 | RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules" |
17 | RULE_ls1043a = "73-fsl-dpaa-persistent-networking.rules" | 17 | RULE_ls1043a = "73-fsl-dpaa-persistent-networking.rules" |
18 | RULE_ls2080ardb = "" | 18 | RULE_ls1012a = "" |
19 | RULE_ls2080a = "" | ||
19 | 20 | ||
20 | do_install () { | 21 | do_install () { |
21 | install -d ${D}${sysconfdir}/udev/rules.d/ | 22 | install -d ${D}${sysconfdir}/udev/rules.d/ |