summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ceetm/ceetm_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-04-15 21:45:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-15 11:18:16 -0300
commit4caa559c6a19ed183dd6d6a55313d4c9eac595b3 (patch)
tree73d783bdb8baafb6f5983a26a9043824d2ec6e69 /recipes-kernel/ceetm/ceetm_git.bb
parentca079524add69fb4c395e9983a158455178986d5 (diff)
downloadmeta-freescale-4caa559c6a19ed183dd6d6a55313d4c9eac595b3.tar.gz
ceetm: use new api tc_print_rate from iproute2
Fix the build issue due to api change in iproute2: | dpaa1_ceetm.c:637:4: error: too few arguments to function 'print_rate' | print_rate(buf, sizeof(buf), qopt->rate); | ^~~~~~~~~~ Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel/ceetm/ceetm_git.bb')
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index 68fb67e0..2e92ad49 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915"
5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" 5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1"
6SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" 6SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b"
7SRC_URI_append = " file://0001-Makefile-update-CFLAGS.patch \ 7SRC_URI_append = " file://0001-Makefile-update-CFLAGS.patch \
8 file://0001-use-new-api-tc_print_rate.patch \
8" 9"
9DEPENDS = "iproute2" 10DEPENDS = "iproute2"
10 11