meta-digi: generalize recipes to support ConnectCore MP13 DVK platform
https://onedigi.atlassian.net/browse/DEL-8078 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
6d8b43bbe2
commit
0380161f02
|
|
@ -13,7 +13,7 @@ SRC_URI:append:ccimx6 = " \
|
|||
SRC_URI:append:ccimx6ul = " file://asound.state"
|
||||
SRC_URI:append:ccimx8x = " file://asound.state"
|
||||
SRC_URI:append:ccimx8m = " file://asound.state"
|
||||
SRC_URI:append:ccmp15 = " file://asound.state"
|
||||
SRC_URI:append:ccmp1 = " file://asound.state"
|
||||
|
||||
do_install:append:ccimx6() {
|
||||
ln -sf asound.micro_play.state ${D}${localstatedir}/lib/alsa/asound.state
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ inherit bin_package
|
|||
|
||||
INSANE_SKIP:${PN} = "already-stripped"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m|ccmp15)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m|ccmp1)"
|
||||
|
|
|
|||
|
|
@ -47,4 +47,4 @@ do_configure:append() {
|
|||
|
||||
KERNEL_EXTRA_ARGS:stm32mpcommon += "LOADADDR=${ST_KERNEL_LOADADDR}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccmp15-dvk)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccmp1)"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# standby
|
||||
#
|
||||
# Copyright (C) 2016-2018 by Digi International Inc.
|
||||
# Copyright (C) 2022 by Digi International Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
|
|
@ -39,7 +39,7 @@ SRC_URI:append:ccimx6ulsbc = " \
|
|||
file://0001-pulseaudio-keep-headphones-volume-in-platforms-witho.patch \
|
||||
"
|
||||
|
||||
SRC_URI:append:ccmp15 = " \
|
||||
SRC_URI:append:ccmp1 = " \
|
||||
file://0001-pulseaudio-keep-headphones-volume-in-platforms-witho.patch \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue