Skip to content

Commit

Permalink
Merge pull request #62 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
Make Yoe distro choices for beaglebone
  • Loading branch information
cbrake authored Apr 9, 2020
2 parents 42e6f98 + 48343d9 commit 1c757b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ DISABLE_SPLASH = "1"
# swupdate initramfs init system
SWUPDATE_INIT = "tiny"

# we want to have boot + rootfs ( that can grow )
WKS_FILE_beaglebone = "sdimage-bootpart.wks"

INHERIT += "blacklist"
PNBLACKLIST[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/"
PNBLACKLIST[smartrefrigerator] = "Needs porting to QT > 5.6"
Expand Down
2 changes: 2 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ BBFILES_DYNAMIC += " \
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
meta-96boards:${LAYERDIR}/dynamic-layers/meta-96boards/*/*/*.bb \
meta-96boards:${LAYERDIR}/dynamic-layers/meta-96boards/*/*/*.bbappend \
meta-ti:${LAYERDIR}/dynamic-layers/meta-ti/*/*/*.bb \
meta-ti:${LAYERDIR}/dynamic-layers/meta-ti/*/*/*.bbappend \
swupdate:${LAYERDIR}/dynamic-layers/swupdate/*/*/*.bb \
swupdate:${LAYERDIR}/dynamic-layers/swupdate/*/*/*.bbappend \
webkit:${LAYERDIR}/dynamic-layers/webkit/*/*/*.bb \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_IPV6_FOU=m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://wireguard.cfg"

KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/wireguard.cfg"

0 comments on commit 1c757b0

Please sign in to comment.