From: Jan Kiszka <[email protected]> This also pulls in the ivshmem-net fixes.
The RPi defconfig is aligned to the updates of the RPi kernel. Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/rpi4_defconfig_5.4 | 9 ++++++--- ...nux-jailhouse-rpi_5.4.16.bb => linux-jailhouse-rpi_5.4.29.bb} | 4 ++-- ...lhouse-rt_5.4.17-rt9.bb => linux-jailhouse-rt_5.4.28-rt19.bb} | 4 ++-- .../{linux-jailhouse_5.4.17.bb => linux-jailhouse_5.4.31.bb} | 4 ++-- 4 files changed, 12 insertions(+), 9 deletions(-) rename recipes-kernel/linux/{linux-jailhouse-rpi_5.4.16.bb => linux-jailhouse-rpi_5.4.29.bb} (62%) rename recipes-kernel/linux/{linux-jailhouse-rt_5.4.17-rt9.bb => linux-jailhouse-rt_5.4.28-rt19.bb} (65%) rename recipes-kernel/linux/{linux-jailhouse_5.4.17.bb => linux-jailhouse_5.4.31.bb} (62%) diff --git a/recipes-kernel/linux/files/rpi4_defconfig_5.4 b/recipes-kernel/linux/files/rpi4_defconfig_5.4 index 1b06ab1..2da7c35 100644 --- a/recipes-kernel/linux/files/rpi4_defconfig_5.4 +++ b/recipes-kernel/linux/files/rpi4_defconfig_5.4 @@ -731,6 +731,7 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m CONFIG_REGULATOR_GPIO=y CONFIG_RC_CORE=y CONFIG_LIRC=y +CONFIG_BPF_LIRC_MODE2=y CONFIG_RC_DECODERS=y CONFIG_IR_NEC_DECODER=m CONFIG_IR_RC5_DECODER=m @@ -955,6 +956,7 @@ CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD=m CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC=m CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS=m +CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSHD=m CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSADC=m CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSADCPRO=m CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSDSP=m @@ -1042,6 +1044,7 @@ CONFIG_HID_SAMSUNG=m CONFIG_HID_SONY=m CONFIG_SONY_FF=y CONFIG_HID_SPEEDLINK=m +CONFIG_HID_STEAM=m CONFIG_HID_SUNPLUS=m CONFIG_HID_GREENASIA=m CONFIG_HID_SMARTJOYPLUS=m @@ -1257,6 +1260,7 @@ CONFIG_DMA_BCM2708=y CONFIG_AUXDISPLAY=y CONFIG_HD44780=m CONFIG_UIO=y +CONFIG_UIO_PDRV_GENIRQ=m CONFIG_UIO_IVSHMEM=y CONFIG_VIRT_DRIVERS=y CONFIG_JAILHOUSE_DBGCON=y @@ -1314,6 +1318,7 @@ CONFIG_IIO_BUFFER_CB=m CONFIG_MCP320X=m CONFIG_MCP3422=m CONFIG_TI_ADS1015=m +CONFIG_BME680=m CONFIG_DHT11=m CONFIG_HDC100X=m CONFIG_HTU21=m @@ -1384,6 +1389,7 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_NFS_SWAP=y CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y CONFIG_NFS_FSCACHE=y CONFIG_NFSD=m @@ -1438,9 +1444,6 @@ CONFIG_NLS_KOI8_R=m CONFIG_NLS_KOI8_U=m CONFIG_DLM=m CONFIG_CRYPTO_USER=m -CONFIG_CRYPTO_CBC=y -CONFIG_CRYPTO_CTS=m -CONFIG_CRYPTO_XTS=m CONFIG_CRYPTO_XCBC=m CONFIG_CRYPTO_TGR192=m CONFIG_CRYPTO_WP512=m diff --git a/recipes-kernel/linux/linux-jailhouse-rpi_5.4.16.bb b/recipes-kernel/linux/linux-jailhouse-rpi_5.4.29.bb similarity index 62% rename from recipes-kernel/linux/linux-jailhouse-rpi_5.4.16.bb rename to recipes-kernel/linux/linux-jailhouse-rpi_5.4.29.bb index 44f0201..ed157f5 100644 --- a/recipes-kernel/linux/linux-jailhouse-rpi_5.4.16.bb +++ b/recipes-kernel/linux/linux-jailhouse-rpi_5.4.29.bb @@ -11,5 +11,5 @@ require recipes-kernel/linux/linux-jailhouse_5.4.inc -SRC_URI[sha256sum] = "53de4d966d6072302fdc87ddce3ec94a22132638bcb8bf2c0944e0159d8db611" -SRCREV = "e569bd2d6d2d7b958973bb8c6e9db9cfc05c790b" +SRC_URI[sha256sum] = "458ee382435a4b546a1caa2d0bd7b732278f352aabc427e296102529bc668233" +SRCREV = "a584b7ff4b4b151703547ac384c2f12a6cdbc83d" diff --git a/recipes-kernel/linux/linux-jailhouse-rt_5.4.17-rt9.bb b/recipes-kernel/linux/linux-jailhouse-rt_5.4.28-rt19.bb similarity index 65% rename from recipes-kernel/linux/linux-jailhouse-rt_5.4.17-rt9.bb rename to recipes-kernel/linux/linux-jailhouse-rt_5.4.28-rt19.bb index 13ad237..e6bfa7e 100644 --- a/recipes-kernel/linux/linux-jailhouse-rt_5.4.17-rt9.bb +++ b/recipes-kernel/linux/linux-jailhouse-rt_5.4.28-rt19.bb @@ -13,5 +13,5 @@ require recipes-kernel/linux/linux-jailhouse_5.4.inc SRC_URI += "file://preempt-rt.cfg" -SRC_URI[sha256sum] = "49ee37658114f123390e5c2b00bf177aa110e77ebfd62325a3267e29f34ec873" -SRCREV = "83e85c7a8e18f1d72e5c78952a853b656def48b6" +SRC_URI[sha256sum] = "807290fdb1f17aa20201b9814d78e9256645765654bc2befb8100110a4af5f47" +SRCREV = "e24c5d5d42ceea850df147cbe71d77600941524a" diff --git a/recipes-kernel/linux/linux-jailhouse_5.4.17.bb b/recipes-kernel/linux/linux-jailhouse_5.4.31.bb similarity index 62% rename from recipes-kernel/linux/linux-jailhouse_5.4.17.bb rename to recipes-kernel/linux/linux-jailhouse_5.4.31.bb index e0d685c..44acedb 100644 --- a/recipes-kernel/linux/linux-jailhouse_5.4.17.bb +++ b/recipes-kernel/linux/linux-jailhouse_5.4.31.bb @@ -11,5 +11,5 @@ require recipes-kernel/linux/linux-jailhouse_5.4.inc -SRC_URI[sha256sum] = "55cbeb4ba845f191006c4cd1611c13fbbc7b7248efeee374165d76306204d648" -SRCREV = "6d9ce684e169f54e4cdf19f4e785600cac603fd8" +SRC_URI[sha256sum] = "d84c78d0931d2e5c784d30d73aa63cd6b1a849f5d957d87e1a660aa1f5a4c070" +SRCREV = "45e6cf9c5dfd149cccadaf960907bd99408a2e70" -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/bba024804682552ca1d8970971d8b99859a330b3.1586760835.git.jan.kiszka%40web.de.
