From 162a33a0aa65fbef591ba4a01824e02464903412 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 24 Jun 2014 13:46:37 +0200 Subject: [PATCH] meta-digi: sync config templates with upstream (poky) Signed-off-by: Javier Viguera --- sdk/config/ccardimx28js/local.conf.sample | 3 ++- sdk/config/ccimx51js/local.conf.sample | 3 ++- sdk/config/ccimx53js/local.conf.sample | 3 ++- sdk/config/ccimx6adpt/local.conf.sample | 3 ++- sdk/config/ccimx6sbc/local.conf.sample | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sdk/config/ccardimx28js/local.conf.sample b/sdk/config/ccardimx28js/local.conf.sample index 9a30e32a4..b7c52d615 100644 --- a/sdk/config/ccardimx28js/local.conf.sample +++ b/sdk/config/ccardimx28js/local.conf.sample @@ -52,7 +52,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "routerstationpro" +#MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: #MACHINE ??= "qemux86" @@ -251,6 +251,7 @@ BB_DISKMON_DIRS = "\ # seen. The two lines below enable the SDL backend too. This assumes there is a # libsdl library available on your build system. PACKAGECONFIG_pn-qemu-native = "sdl" +PACKAGECONFIG_pn-nativesdk-qemu = "sdl" ASSUME_PROVIDED += "libsdl-native" diff --git a/sdk/config/ccimx51js/local.conf.sample b/sdk/config/ccimx51js/local.conf.sample index 8d3504aea..1a2edefc7 100644 --- a/sdk/config/ccimx51js/local.conf.sample +++ b/sdk/config/ccimx51js/local.conf.sample @@ -52,7 +52,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "routerstationpro" +#MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: #MACHINE ??= "qemux86" @@ -251,6 +251,7 @@ BB_DISKMON_DIRS = "\ # seen. The two lines below enable the SDL backend too. This assumes there is a # libsdl library available on your build system. PACKAGECONFIG_pn-qemu-native = "sdl" +PACKAGECONFIG_pn-nativesdk-qemu = "sdl" ASSUME_PROVIDED += "libsdl-native" diff --git a/sdk/config/ccimx53js/local.conf.sample b/sdk/config/ccimx53js/local.conf.sample index 0e799a6ff..1e95c1927 100644 --- a/sdk/config/ccimx53js/local.conf.sample +++ b/sdk/config/ccimx53js/local.conf.sample @@ -52,7 +52,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "routerstationpro" +#MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: #MACHINE ??= "qemux86" @@ -251,6 +251,7 @@ BB_DISKMON_DIRS = "\ # seen. The two lines below enable the SDL backend too. This assumes there is a # libsdl library available on your build system. PACKAGECONFIG_pn-qemu-native = "sdl" +PACKAGECONFIG_pn-nativesdk-qemu = "sdl" ASSUME_PROVIDED += "libsdl-native" diff --git a/sdk/config/ccimx6adpt/local.conf.sample b/sdk/config/ccimx6adpt/local.conf.sample index 3c48e121f..d280b1b19 100644 --- a/sdk/config/ccimx6adpt/local.conf.sample +++ b/sdk/config/ccimx6adpt/local.conf.sample @@ -52,7 +52,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "routerstationpro" +#MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: #MACHINE ??= "qemux86" @@ -251,6 +251,7 @@ BB_DISKMON_DIRS = "\ # seen. The two lines below enable the SDL backend too. This assumes there is a # libsdl library available on your build system. PACKAGECONFIG_pn-qemu-native = "sdl" +PACKAGECONFIG_pn-nativesdk-qemu = "sdl" ASSUME_PROVIDED += "libsdl-native" diff --git a/sdk/config/ccimx6sbc/local.conf.sample b/sdk/config/ccimx6sbc/local.conf.sample index 70c1f4ffd..e7c71f5ec 100644 --- a/sdk/config/ccimx6sbc/local.conf.sample +++ b/sdk/config/ccimx6sbc/local.conf.sample @@ -52,7 +52,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -#MACHINE ?= "routerstationpro" +#MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: #MACHINE ??= "qemux86" @@ -251,6 +251,7 @@ BB_DISKMON_DIRS = "\ # seen. The two lines below enable the SDL backend too. This assumes there is a # libsdl library available on your build system. PACKAGECONFIG_pn-qemu-native = "sdl" +PACKAGECONFIG_pn-nativesdk-qemu = "sdl" ASSUME_PROVIDED += "libsdl-native"