mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-17 22:39:48 +02:00
Compare commits
3 Commits
test-atf
...
bananapi-f
Author | SHA1 | Date | |
---|---|---|---|
fa3d9346a1 | |||
5eff0296b5 | |||
4b669303a3 |
@ -94,6 +94,10 @@ IMAGE_CMD_sunxi-sdimg () {
|
|||||||
then
|
then
|
||||||
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr
|
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr
|
||||||
fi
|
fi
|
||||||
|
if [ -e "${DEPLOY_DIR_IMAGE}/splash.bmp" ]
|
||||||
|
then
|
||||||
|
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/splash.bmp ::splash.bmp
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Add stamp file
|
# Add stamp file
|
||||||
|
@ -27,5 +27,6 @@ SRC_URI = "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz \
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI_append_use-mailine-graphics = " file://drm.cfg"
|
SRC_URI_append_use-mailine-graphics = " file://drm.cfg"
|
||||||
|
SRC_URI_append_bananapi = " file://axp20x.cfg"
|
||||||
|
|
||||||
FILES_${KERNEL_PACKAGE_NAME}-base_append = " ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo"
|
FILES_${KERNEL_PACKAGE_NAME}-base_append = " ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo"
|
||||||
|
4
recipes-kernel/linux/linux-mainline/axp20x.cfg
Normal file
4
recipes-kernel/linux/linux-mainline/axp20x.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CONFIG_MFD_AXP20X_I2C=y
|
||||||
|
CONFIG_MFD_AXP20X=y
|
||||||
|
CONFIG_IIO=y
|
||||||
|
CONFIG_AXP20X_POWER=y
|
Reference in New Issue
Block a user