diff options
Diffstat (limited to 'scripts/lib/bsp')
3 files changed, 7 insertions, 7 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/README b/scripts/lib/bsp/substrate/target/arch/common/README index 228c0e2e9d..93af973740 100644 --- a/scripts/lib/bsp/substrate/target/arch/common/README +++ b/scripts/lib/bsp/substrate/target/arch/common/README | |||
@@ -68,10 +68,10 @@ You should then be able to build a {{=machine}} image as such: | |||
68 | NOTE: if the '{{=machine}}' machine includes the emgd-driver-bin | 68 | NOTE: if the '{{=machine}}' machine includes the emgd-driver-bin |
69 | package (i.e. if the emgd version of the xserver is being used), it | 69 | package (i.e. if the emgd version of the xserver is being used), it |
70 | has a proprietary license that must be whitelisted by adding the | 70 | has a proprietary license that must be whitelisted by adding the |
71 | string "license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST | 71 | string "license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST |
72 | variable in your local.conf. For example: | 72 | variable in your local.conf. For example: |
73 | 73 | ||
74 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" | 74 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16" |
75 | 75 | ||
76 | At the end of a successful build, you should have a live image that | 76 | At the end of a successful build, you should have a live image that |
77 | you can boot from a USB flash drive (see instructions on how to do | 77 | you can boot from a USB flash drive (see instructions on how to do |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf index a33cb2edb3..268ddc82d4 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf | |||
@@ -58,8 +58,9 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
58 | 58 | ||
59 | {{ if xserver == "y" and xserver_choice == "xserver_emgd": }} | 59 | {{ if xserver == "y" and xserver_choice == "xserver_emgd": }} |
60 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | 60 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" |
61 | PREFERRED_VERSION_mesa-dri ?= "7.11" | 61 | PREFERRED_VERSION_mesa-dri ?= "9.0.2" |
62 | PREFERRED_VERSION_emgd-driver-bin ?= "1.14" | 62 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
63 | PREFERRED_VERSION_emgd-driver-bin ?= "1.16" | ||
63 | 64 | ||
64 | {{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }} | 65 | {{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }} |
65 | APPEND += "video=vesafb vga=0x318" | 66 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc index e34882f93d..1b22eab9ad 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc | |||
@@ -7,8 +7,7 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch) | |||
7 | branch {{=machine}} | 7 | branch {{=machine}} |
8 | 8 | ||
9 | {{ if xserver == "y" and xserver_choice == "xserver_emgd": }} | 9 | {{ if xserver == "y" and xserver_choice == "xserver_emgd": }} |
10 | include features/emgd/emgd-1.14.scc | 10 | include features/drm-emgd/emgd-1.16.scc |
11 | git merge emgd-1.14 | ||
12 | 11 | ||
13 | include {{=machine}}.scc | 12 | include {{=machine}}.scc |
14 | 13 | ||