summaryrefslogtreecommitdiff
path: root/profiles/desc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/l10n.desc3
-rw-r--r--profiles/desc/lcd_devices.desc2
-rw-r--r--profiles/desc/llvm_targets.desc1
-rw-r--r--profiles/desc/lua_single_target.desc10
-rw-r--r--profiles/desc/lua_targets.desc1
5 files changed, 17 insertions, 0 deletions
diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index d45d7fa984e9..0788287d85c1 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -90,6 +90,7 @@ fil - Filipino
fo - Faroese
fr - French
fr-CA - French (Canada)
+fur - Friulian
fy - Western Frisian
ga - Irish
gd - Scottish Gaelic
@@ -201,6 +202,7 @@ sw - Swahili (macrolanguage)
sw-TZ - Swahili (Tanzania)
syc - Classical Syriac
syr - Syriac
+szl - Silesian
ta - Tamil
ta-LK - Tamil (Sri Lanka)
te - Telugu
@@ -222,6 +224,7 @@ uk - Ukrainian
ur - Urdu
uz - Uzbek
ve - Venda
+vec - Venetian
vi - Vietnamese
vls - Vlaams
xh - Xhosa
diff --git a/profiles/desc/lcd_devices.desc b/profiles/desc/lcd_devices.desc
index 88e1fc59584b..487326b67d7a 100644
--- a/profiles/desc/lcd_devices.desc
+++ b/profiles/desc/lcd_devices.desc
@@ -20,6 +20,7 @@ ddusbt - Add support for DD usb touch screen
directgfx - Add support for output via SDL
displaylink - Add support for displaylink based LCDs
dpf - Add support for DPF display modulees
+dpfax - Add support for AX206 photo frames
ea232graphic - Add support for the Electronic Assembly RS232 graphic driver
ea65 - Add support for the VFD in the AOpen XC Cube-AV EA65 media barebone
efn - Add support for the English Font display Network based displays
@@ -121,6 +122,7 @@ usbhub - Add support for USBHUB displays
usblcd - Add support for USBLCD displays
vlsys_m428 - Add support for MonCaso 320 LCD displays
vnc - Add support for output on a vnc connection
+vssdcp - Add support for network-based vssdcp protocol LCD displays
wincornixdorf - Add support for the WincorNixdorf serial cashier displays BA63 and BA66
x11 - Add support for X11 displaying
xosd - Add support for xosdlib
diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc
index 196f296b7557..8356a09cf6ba 100644
--- a/profiles/desc/llvm_targets.desc
+++ b/profiles/desc/llvm_targets.desc
@@ -7,6 +7,7 @@ ARC - ARC (Argonaut RISC Core) embedded CPU target [EXPERIMENTAL]
ARM - ARM CPU target
AVR - 8-bit Atmel AVR microcontroller target [EXPERIMENTAL]
BPF - Berkeley Packet Filter target
+CSKY - C-SKY CPU target [EXPERIMENTAL]
Hexagon - Qualcomm Hexagon DSP target
Lanai - Lanai CPU target
Mips - MIPS CPU target (includes MIPS64)
diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc
new file mode 100644
index 000000000000..c3d422e434d7
--- /dev/null
+++ b/profiles/desc/lua_single_target.desc
@@ -0,0 +1,10 @@
+# Copyright 1999-2020 Gentoo Authors.
+# Distributed under the terms of the GNU General Public License v2
+
+# This file contains descriptions of LUA_SINGLE_TARGET USE_EXPAND flags.
+
+lua5-1 - Build for Lua 5.1 only
+lua5-2 - Build for Lua 5.2 only
+lua5-3 - Build for Lua 5.3 only
+lua5-4 - Build for Lua 5.4 only
+luajit - Build for LuaJIT only
diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc
index 2575de0bcfd8..75b9e0f86af2 100644
--- a/profiles/desc/lua_targets.desc
+++ b/profiles/desc/lua_targets.desc
@@ -7,3 +7,4 @@ lua5-1 - Build with Lua 5.1
lua5-2 - Build with Lua 5.2
lua5-3 - Build with Lua 5.3
lua5-4 - Build with Lua 5.4
+luajit - Build with LuaJIT