Compare commits

7 Commits

4 changed files with 2 additions and 8 deletions

View File

@@ -28,10 +28,5 @@
name="meta-selinux"
path="meta-selinux"
revision="a401f4b2816a0b41ce8d9351542658c721935bcd" />
<project remote="caros"
name="meta-intel"
path="meta-intel"
revision="1342bcdc5bfc6620737e7d195e7d9bd744348577" />
</manifest>

View File

@@ -15,4 +15,4 @@ MAINTAINER = "Lars Niesen <lars.niesen@gmx.de>"
TARGET_VENDOR = "-caros"
DISTRO_FEATURES += "wayland systemd usbgadget usbhost selinux"
DISTRO_FEATURES += "wayland systemd usbgadget usbhost"

View File

@@ -21,7 +21,6 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-oe/meta-python \
${TOPDIR}/../meta-oe/meta-webserver \
${TOPDIR}/../meta-oe/meta-xfce \
${TOPDIR}/../meta-intel \
${TOPDIR}/../meta-caros \
"

View File

@@ -1,4 +1,4 @@
MACHINE ?= "intel-corei7-64"
MACHINE ?= "genericx86-64"
DL_DIR ?= "${TOPDIR}/../downloads"