Azure IoT Edge Yocto Project Support - azure-iot-edge

We are building Azure IoT Edge by getting the meta-iotedge layer from the URL below with Yocto Project Version 2.5 (sumo).
https://github.com/Azure/meta-iotedge
The latest version of the meta-iotedge layer is 1.0.10, But Ubnutu Linux has released versions 1.1 and 1.2 of Azure IoT Edge runtime. Please tell me the plan to support meta-iotedge layer versions 1.1 and 1.2.

The repo targets the latest LTS release of IoT Edge and an active LTS release of yocto (currently Dunfell).
https://github.com/Azure/meta-iotedge#branching-strategy-and-timelines

Related

How to set Xamarin iOS SDK version for building on Azure Devops

I have an iOS project targeting SDK version 14.5 on all configurations but when I build it via an Azure Devops pipeline it targets version 13.5. Upon releasing I receive the following message.
SDK Version Issue. This app was built with the iOS 13.2 SDK. All iOS
apps submitted to the App Store must be built with the iOS 14 SDK or
later, included in Xcode 12 or later.
This tells me it is not reading the value on the project configuration.
To resolve this I had to update our hosted build agent OS to use a version of MacOS running XCode 12. At the time of writing this it was MacOS 10.15.
For more info on what software the hosted build agent operating systems come with visit this link: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#notes-on-choosing-hosted-macos

Developer Studio Project setup for Java EE doesn't allow EAR version 8 with JBoss EAP 7.2 runtime

I am trying to setup a Java EE "Enterprise Application Project" in Developer Studio (version: 12.9.0.GA) with JBoss EAP 7.2 as the target runtime, but it will not allow me to select EAR version 8 (the drop-down list only goes to EAR version 7.0).
The JBoss EAP 7.2 release note claims "JBoss EAP 7.2 is certified for use with Red Hat Developer Studio 12" (OK so it doesn't say developer studio is certified for use with EAP 7.2)
Is there a way around this or do I have to wait for a developer studio update?
In the mean time it looks like I will have to continue using WildFly for my EE8 project runtime.

WAS 8.5.5.9 on java sdk1.6 need to update to java sdk8

I am trying to update only the java SDK in WebSphere 8.5.5.9 to 8
So far steps performed:-
IBM Instalation Manager was of version 1.5.2 updated it to 1.8.5
I have the javasdk8 (8.0.2.10-WS-IBMWASJAVA-Win) downloaded already.
Started IBM Installation Manager-> Install -> selected IBM WebSphere SDK JAVA Tech Edition -> Next -> Getting message as Operating system is below the recommended minimum level for this product.
It does gives a link to check the details but its not much clear.
You can find the minimum supported levels for Java 8 here:
http://www-01.ibm.com/support/docview.wss?uid=swg27045339
From that doc:
In 8.5.5.14 and later, or when selecting "IBM WebSphere SDK Java
Technology Edition 8.0" at installation time on 8.5.5.11 and later
prior operating system releases (such as Windows 2008, HP-UX 11iv2,
RedHat Enterprise Linux 5, SLES 11 .0, SLES 10, Solaris 10, and z/OS
1.12) will no longer be supported.
Operating System minimums:
AIX
AIX 6.1 TL7
AIX 7.1 TL3
HP-UX IA64
HP-UX 11i v3 (11.31)
IBM i
IBM i V7R1
Linux
RedHat Enterprise Linux 6
RedHat Enterprise Linux 7
SLES 11.1 (SP1)
SLES 12
Ubuntu 12.04 LTS
Ubuntu 14.04 LTS
Ubuntu 16.04 LTS
Windows
Windows 7 service pack 1
Windows 8 (not Metro)
Windows Server 2012
Windows Server 2016
Solaris
Solaris 11
z/OS
z/OS 1.13
z/OS 2.1
z/OS 2.2
Hope that helps.

SDK version and installation in Websphere 8.5.5.13

I have installed WebSphere 8.5.5 and then updated it to WAS 8.5.5.13 .
Now I am installing SDK 8.0.3 , it is not installing saying
Your operating system failed the prerequisites check because it is below the recommended minimum level for this product. For more information about supported operating systems, see the IBM WebSphere SDK Java Technology Edition Version 8.0 detailed system requirements Web pages - http://www-01.ibm.com/support/docview.wss?uid=swg27045339
Please let me know how should I proceed further.
The issue is sorted.
SDK 8 will not work windows 2008.
It is not supported by windows 2008.

Unable to register device for push notification

I'm hitting:
error NSError * domain: #"com.ibm.mfp.push" - code:
5 0x0000000140986740
[0] (null) #"NSLocalizedDescription" : #"This version of the
MobileFirst client SDK requires a minimal server version greater than
IFIX 8.0.0.0-IF201701250919"
When registering device
I'm using this sample project:
https://github.com/MobileFirst-Platform-Developer-Center/PushNotificationsCordova/tree/release80
As described in this blogpost, with the latest iFixes of MFP 8.0 , it is required that the server version be higher than the client SDK version. It is recommended that both the levels be equal. If this is not possible, at least have the client SDK run at a lower version than the server.
For your testing, you should either update the server to the latest version or downgrade your client SDK to the lower version.
To list the available client SDK versions you can use the following commands:
npm view cordova-plugin-mfp-push versions
npm view cordova-plugin-mfp versions
From this list you can install the specific version of the Cordova plugin using the format:
cordova plugin add cordova-plugin-mfp#<version id>
For example:
cordova plugin add cordova-plugin-mfp#8.0.2016110713

Resources