diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-14 18:10:47 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-14 18:10:47 +0200 |
commit | 83742da9e8aefa88e00aef9f5c3e9317c27c15ee (patch) | |
tree | 84d7184a8aa9277d3f37e3fc59d5d881dc122261 /recipes-kernel | |
parent | 0f9cd457c488c5aa4773a963c975eb6d7f9506b6 (diff) | |
download | meta-multitech-atmel-83742da9e8aefa88e00aef9f5c3e9317c27c15ee.tar.gz meta-multitech-atmel-83742da9e8aefa88e00aef9f5c3e9317c27c15ee.tar.bz2 meta-multitech-atmel-83742da9e8aefa88e00aef9f5c3e9317c27c15ee.zip |
linux 5.4: set empty KERNEL_MODULE_PACKAGE_SUFFIX
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91_5.4.81.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb index 2977c39..1624395 100644 --- a/recipes-kernel/linux/linux-at91_5.4.81.bb +++ b/recipes-kernel/linux/linux-at91_5.4.81.bb @@ -30,6 +30,8 @@ SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=git;branch=${KBRAN SRC_URI += "file://defconfig" SRC_URI_remove_sama7g5ek = "file://defconfig" +KERNEL_MODULE_PACKAGE_SUFFIX="" + COMMON_PATCHES = " \ file://defconfig \ file://linux-5.4-at91sam9_wdt-10second-timeout.patch \ |