Skip to content
Snippets Groups Projects
Commit 3d5bfa5b authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

setup:machine: Renamed seco-genio-700 to seco-genio700

parent 4a17e65b
No related branches found
No related tags found
1 merge request!203Add support for MediaTek SoCs
Pipeline #91337 passed with stage
in 9 seconds
...@@ -220,7 +220,7 @@ if "$build_dir_setup_enabled"; then ...@@ -220,7 +220,7 @@ if "$build_dir_setup_enabled"; then
seco-mx8mm|seco-mx8mp|seco-mx6-fsl) seco-mx8mm|seco-mx8mp|seco-mx6-fsl)
BBLAYERS=bblayers_fsl.conf BBLAYERS=bblayers_fsl.conf
;; ;;
seco-genio-700) seco-genio700)
BBLAYERS=bblayers_mtk.conf BBLAYERS=bblayers_mtk.conf
;; ;;
seco-mx6|seco-mx6ull|*) # Also default seco-mx6|seco-mx6ull|*) # Also default
...@@ -320,11 +320,11 @@ if "$build_dir_setup_enabled"; then ...@@ -320,11 +320,11 @@ if "$build_dir_setup_enabled"; then
-e "s,PACKAGE_CLASSES ?=.*,PACKAGE_CLASSES ?= '$PACKAGE_CLASSES',g" \ -e "s,PACKAGE_CLASSES ?=.*,PACKAGE_CLASSES ?= '$PACKAGE_CLASSES',g" \
-i conf/local.conf -i conf/local.conf
# MediTek genio-700 specific settings # MediTek Genio 700 specific settings
if [ "$MACHINE" = "seco-genio-700" ]; then if [ "$MACHINE" = "seco-genio700" ]; then
{ {
echo echo
echo 'KERNEL_DEVICETREE_OVERLAYS_AUTOLOAD:genio-700 += "gpu-mali.dtbo video.dtbo"' echo 'KERNEL_DEVICETREE_OVERLAYS_AUTOLOAD:genio700 += "gpu-mali.dtbo video.dtbo"'
echo 'LICENSE_FLAGS_ACCEPTED = "commercial"' echo 'LICENSE_FLAGS_ACCEPTED = "commercial"'
echo 'IMAGE_ROOTFS_EXTRA_SPACE = "200000"' echo 'IMAGE_ROOTFS_EXTRA_SPACE = "200000"'
echo 'SKIP_META_SECURITY_SANITY_CHECK = "1"' echo 'SKIP_META_SECURITY_SANITY_CHECK = "1"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment