Compare View

switch
from
...
to
 
Commits (3)

Changes

Showing 10 changed files Side-by-side Diff

conf/machine/smarcfimx6dl1g.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_dl_1g_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6dlsmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx6q1g.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_quad_1g_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6qsmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx6q2g.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_quad_2g_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6qsmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx6qp1g.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_quadplus_1g_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6qpsmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx6qp2g.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_quadplus_2g_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6qpsmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx6solo.conf
... ... @@ -35,6 +35,7 @@ UBOOT_CONFIG[sd] = "smarcfimx6_solo_ser3_defconfig,sdcard"
35 35 OPTEE_BIN_EXT = "6solosmarc"
36 36  
37 37 MACHINE_EXTRA_RRECOMMENDS += " \
  38 + u-boot-imx \
38 39 packagegroup-tools-bluetooth \
39 40 pm-utils \
40 41 kmod \
conf/machine/smarcfimx7d.conf
... ... @@ -31,6 +31,7 @@ UBOOT_CONFIG[sd] = "smarcfimx7d_ser3_defconfig,sdcard"
31 31 OPTEE_BIN_EXT = "7dsmarc"
32 32  
33 33 MACHINE_EXTRA_RRECOMMENDS += " \
  34 + u-boot-imx \
34 35 packagegroup-tools-bluetooth \
35 36 pm-utils \
36 37 kmod \
conf/machine/smarcfimx7d2g.conf
... ... @@ -31,6 +31,7 @@ UBOOT_CONFIG[sd] = "smarcfimx7d_2g_ser3_defconfig,sdcard"
31 31 OPTEE_BIN_EXT = "7dsmarc"
32 32  
33 33 MACHINE_EXTRA_RRECOMMENDS += " \
  34 + u-boot-imx \
34 35 packagegroup-tools-bluetooth \
35 36 pm-utils \
36 37 kmod \
conf/machine/smarcfimx7s.conf
... ... @@ -31,6 +31,7 @@ UBOOT_CONFIG[sd] = "smarcfimx7s_ser3_defconfig,sdcard"
31 31 OPTEE_BIN_EXT = "7ssmarc"
32 32  
33 33 MACHINE_EXTRA_RRECOMMENDS += " \
  34 + u-boot-imx \
34 35 packagegroup-tools-bluetooth \
35 36 pm-utils \
36 37 kmod \
recipes-kernel/linux/linux-imx.bb
... ... @@ -23,7 +23,7 @@ LOCALVERSION = "-1.0.0+yocto"
23 23 KERNEL_SRC ?= "git://git@git.embedian.com/developer/smarc-fsl-linux-kernel.git;protocol=ssh;branch=${SRCBRANCH}"
24 24 SRC_URI = "${KERNEL_SRC}"
25 25  
26   -SRCREV = "980307a817e5aba53eb10323bf1d9fd2365ee2f9"
  26 +SRCREV = "adf910d81008d0af3ca2e53eec31f3b2579c316a"
27 27  
28 28 LINUX_VERSION = "5.15.71"
29 29