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"