diff options
author | 2022-03-03 13:51:29 -0500 | |
---|---|---|
committer | 2022-04-13 09:31:57 +0800 | |
commit | 010298db6ff8674e86c1c6b44da8459eeaa310dc (patch) | |
tree | 600041e2c05f3664aaffed7f171d747e50ba1db8 | |
parent | e509d1f998e179e5654c5728ea1d8f1c20cb5a1f (diff) | |
download | meta-amd-010298db6ff8674e86c1c6b44da8459eeaa310dc.tar.gz meta-amd-010298db6ff8674e86c1c6b44da8459eeaa310dc.tar.bz2 meta-amd-010298db6ff8674e86c1c6b44da8459eeaa310dc.zip |
kernel: add missing INC_PR for linux-5.4
PR is manually bumped here, and INC_PR is used as one piece
of it, thus INC_PR should be set manually as well.
Reported-by: Shaun Purvis <shaun.purvis@amd.com>
Signed-off-by: Rui Wang <rui.wang@windriver.com>
-rw-r--r-- | meta-amd-bsp/recipes-kernel/linux-5.4/linux-yocto-common_5.4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux-5.4/linux-yocto-common_5.4.inc b/meta-amd-bsp/recipes-kernel/linux-5.4/linux-yocto-common_5.4.inc index f5d9487e..c4b2ab11 100644 --- a/meta-amd-bsp/recipes-kernel/linux-5.4/linux-yocto-common_5.4.inc +++ b/meta-amd-bsp/recipes-kernel/linux-5.4/linux-yocto-common_5.4.inc @@ -1,3 +1,4 @@ +INC_PR := "r0" PR := "${INC_PR}.1" KMACHINE_amd ?= "common-pc-64" |