29 lines
817 B
Plaintext
29 lines
817 B
Plaintext
|
include rksdk/alsa-config.conf
|
||
|
include rksdk/gstreamer-rockchip.conf
|
||
|
include rksdk/kernel.conf
|
||
|
include rksdk/libmali.conf
|
||
|
include rksdk/librga.conf
|
||
|
include rksdk/mpp.conf
|
||
|
include rksdk/rkbin.conf
|
||
|
include rksdk/rkisp.conf
|
||
|
include rksdk/rkaiq.conf
|
||
|
include rksdk/rknpu.conf
|
||
|
include rksdk/rkwifibt.conf
|
||
|
include rksdk/u-boot.conf
|
||
|
|
||
|
# For supporting "PARTLABEL=" in fstab
|
||
|
IMAGE_INSTALL:append = " util-linux"
|
||
|
|
||
|
# Allow using rksdk's local prebuilt u-boot images
|
||
|
RK_ALLOW_PREBUILT_UBOOT = "1"
|
||
|
|
||
|
RK_OVERLAY_DIRS:append = " \
|
||
|
${TOPDIR}/../../device/rockchip/common/data/yocto \
|
||
|
"
|
||
|
|
||
|
RK_POST_ROOTFS_SCRIPTS:append = " \
|
||
|
${TOPDIR}/../../device/rockchip/common/post-build.sh \
|
||
|
"
|
||
|
|
||
|
PSEUDO_IGNORE_PATHS .=",${TOPDIR}/../../output/log,${TOPDIR}/../../output/.config,${TOPDIR}/../../output/.config.old,${TOPDIR}/../../external/rkwifibt"
|