Skip to content

Commit

Permalink
Merge pull request #119 from hnez/linux-6.8
Browse files Browse the repository at this point in the history
meta-lxatac-bsp: linux-lxatac: upgrade to 6.8 and add Gen 3 support
  • Loading branch information
hnez authored Apr 4, 2024
2 parents 4c216aa + 0b41655 commit 40e2de9
Show file tree
Hide file tree
Showing 32 changed files with 1,397 additions and 1,335 deletions.
6 changes: 5 additions & 1 deletion meta-lxatac-bsp/conf/machine/lxatac.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ TFA_IMAGES = "tf-a-stm32mp157c-lxa-tac.stm32 bl32.bin fdts/*.dtb"
TFA_DTB_NAME = "stm32mp157c-lxa-tac.dtb"

KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE = "st/stm32mp157c-lxa-tac-gen1.dtb st/stm32mp157c-lxa-tac-gen2.dtb"
KERNEL_DEVICETREE = "\
st/stm32mp157c-lxa-tac-gen1.dtb \
st/stm32mp157c-lxa-tac-gen2.dtb \
st/stm32mp153c-lxa-tac-gen3.dtb \
"

# Always include kernel's modules into rootfs
# (but not the regular 'zImage').
Expand Down
Loading

0 comments on commit 40e2de9

Please sign in to comment.