diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom.conf | 2 | ||||
-rw-r--r-- | conf/distro/slugos-packages.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 40f57430d0..a94fcee140 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -24,7 +24,7 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "" #Use the ARM EABI when building for an ARM cpu. We can't use overrides #here because this breaks all places where ":=" is used. -TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" +TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" #mess with compiler flags to use -Os instead of -O2 diff --git a/conf/distro/slugos-packages.conf b/conf/distro/slugos-packages.conf index ff34a1ab22..87ca470069 100644 --- a/conf/distro/slugos-packages.conf +++ b/conf/distro/slugos-packages.conf @@ -148,6 +148,7 @@ ${PKGDIR}/packages/minicom/*.bb \ ${PKGDIR}/packages/module-init-tools/*.bb \ ${PKGDIR}/packages/modutils/*.bb \ ${PKGDIR}/packages/monotone/*.bb \ +${PKGDIR}/packages/motion/*.bb \ ${PKGDIR}/packages/mt-daapd/*.bb \ ${PKGDIR}/packages/mtd/*.bb \ ${PKGDIR}/packages/musicpd/*.bb \ @@ -239,6 +240,7 @@ ${PKGDIR}/packages/vim/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/vpnc/*.bb \ ${PKGDIR}/packages/vsftpd/*.bb \ +${PKGDIR}/packages/w3cam/*.bb \ ${PKGDIR}/packages/wakelan/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/whois/*.bb \ |