28 lines
850 B
Plaintext
28 lines
850 B
Plaintext
define KMACHINE pinecube
|
|
define KTYPE standard
|
|
define KARCH arm
|
|
|
|
# TODO: find a way to actually include this here instead of in bbappend
|
|
#include sun8i.scc
|
|
|
|
kconf hardware sunxi-cedrus.cfg
|
|
kconf hardware sochip-s3.cfg
|
|
kconf hardware pinecube.cfg
|
|
|
|
# Pinecube relevant parts of original patchset from Icenowy Zheng,
|
|
# microcai and Daniel Fullmer that didn't make it into mainline.
|
|
# Adapted for linux-yocto 6.1.25
|
|
patch 0001-pinecube-dts-fix-ir-leds.patch
|
|
patch 0002-pinecube-dts-battery.patch
|
|
patch 0003-pinecube-dts-flash-xtx.patch
|
|
patch 0004-pinecube-dts-usb.patch
|
|
patch 0005-pinecube-dts-csi.patch
|
|
|
|
# applying axp209 patch freezes kernel on boot
|
|
# it seems we can either have power control
|
|
# or working kernel, but not both
|
|
#patch 0006-pinecube-dts-axp209.patch
|
|
|
|
# in case axp209 ever works, this should be 0007
|
|
patch 0006-pinecube-dts-audio.patch
|