summaryrefslogtreecommitdiffstats
path: root/recipes/init-ifupdown
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| * Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | nitrogen6x: supply custom version of /etc/network/interfacesSamuli Piippo2014-11-121-0/+31
| | | | | | | | | | | | | | | | | | Nitrogen6X/6_Max/6_Lite all use the nl80211 driver for wpa_supplicant and none of them have an eth1 device. Change-Id: I17a316d79a1d787229fd9acb758d993921e85dfb Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Add Silica ArchiTech tibidabo boardaavit2014-11-101-0/+37
|/ | | | | | | | | | | | | | Builds & runs ok! The current implementation is done with the strategy of using the vendor's defined repo versions for the yocto stack, instead of the common versions defined by b2qt. The intention is to build upon the vendor stack as closely as possible, as that is (hopefully) tested and maintained. Task-number: QTEE-801 Change-Id: Ib93b54178de870b5f288b2fae982ea2b4bb74e50 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update copyright year to 2014Samuli Piippo2014-02-041-1/+1
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-251-0/+22
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* init-ifupdown: use different interfaces configs for devicesSamuli Piippo2013-08-294-3/+68
| | | | | | | | | beagleboard: sets fixed mac address on first boot emulator: eth0 is for simulator connection and eth1 for network rest: use hostname for dns registration Change-Id: I8acca677fcf7c6b85bb03ae0a29011c85b7ffbf3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* init-ifupdown: use fixed MAC addressSamuli Piippo2013-05-213-1/+15
| | | | | | | | | Since beagleboard does not have fixed MAC address, use interfaces config to set it. This will use the MAC address from the first boot (which is random) in subsequent restarts. Change-Id: I2ea5e92b2b29f7aad7b40a7fb14ba8ca8d4fbe7a Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* init-ifupdown: Add hostname registration to interfacesSamuli Piippo2013-04-302-0/+34
Modified interfaces configuration file to send hostname registration to DHCP when configuring eht0 Change-Id: I13c818f1e0da16559ef0ba07a28c4afc048613ca Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>